fix(core): keep execute tool cache stable (#38783)

This commit is contained in:
Aiden Cline 2026-07-25 13:01:05 -05:00 committed by GitHub
commit 33390cc457
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 163 additions and 45 deletions

View file

@ -181,7 +181,7 @@ describe("PatchTool", () => {
Effect.andThen(
withTool(tmp.path, (registry) =>
Effect.gen(function* () {
expect((yield* toolDefinitions(registry)).map((tool) => tool.name)).toEqual(["patch"])
expect((yield* toolDefinitions(registry)).map((tool) => tool.name)).toEqual(["patch", "execute"])
const settled = yield* executeTool(
registry,
call(