Files
anomalyco_opencode/packages/opencode/test
Aiden Cline cad83ab53e feat(opencode): progressive tool discovery for code mode
Shrink the execute tool description to namespaces only (server name, tool
count, and a brief note reused from the server's MCP instructions) instead of
inlining every tool signature, so the prompt stays small for large catalogs.

Add in-sandbox discovery: `tools.search(query, { namespace?, limit? })` returns
ranked tool paths + descriptions, and `tools.describe(path)` returns the full
signature and input schema on demand (with tool_not_found suggestions). The
proxy is now recursive so both `tools.<server>.<tool>(args)` and the dotted
`tools[path](args)` returned by search resolve to the catalog key.
2026-06-29 18:39:55 -05:00
..
2026-06-29 18:52:55 +00:00
2026-06-29 17:58:20 +00:00
2026-06-29 17:58:20 +00:00
2026-06-23 04:57:55 +00:00
2026-06-29 20:53:48 +00:00
2026-06-29 20:36:56 +00:00
2026-06-29 16:58:51 +00:00
2026-06-29 20:53:48 +00:00
2026-06-29 03:49:43 +00:00
2026-06-29 17:58:20 +00:00
2026-06-29 17:58:20 +00:00