Files
anomalyco_opencode/packages/opencode/test
Aiden Cline 55aa8cce44 feat(opencode): inline budgeted call signatures in code mode preview
The preview previously showed name + prose per tool but no parameters, so
the model couldn't call a tool correctly without a $rune.describe round-trip
(or a failed guess — e.g. calling context7 resolve-library-id with only
libraryName, missing the required query). Replace the prose preview with a
compact, directly-callable input signature:

  tools.context7["resolve-library-id"](input: { query: string; libraryName: string })

All namespaces are still always listed with counts; the budget now caps
inlined signatures, and the description states explicitly that any tool not
shown must be found via $rune.search/$rune.describe first. The full typed
signature (with the Promise return) and schemas remain $rune.describe-only.
2026-06-30 15:46:30 -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