chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-06 05:53:41 +00:00
commit e12cb7fb6b
5 changed files with 26 additions and 40 deletions

View file

@ -131,7 +131,9 @@ describe("code mode execute", () => {
},
["weather"],
)
expect(description).toContain("tools.weather.current(input: {\n city: string,\n}): Promise<{\n tempC: number,\n}>")
expect(description).toContain(
"tools.weather.current(input: {\n city: string,\n}): Promise<{\n tempC: number,\n}>",
)
})
test("the static base description carries no catalog; the registry appends it", async () => {