fix(core): keep execute tool cache stable (#38783)
This commit is contained in:
parent
b2afb35527
commit
33390cc457
16 changed files with 163 additions and 45 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue