co-mono/packages/coding-agent/src/modes/rpc
Mario Zechner 1367a76ee8 Change getAllTools() to return ToolInfo[] instead of string[]
Breaking change: pi.getAllTools() now returns Array<{ name, description }>
instead of string[]. Extensions needing just names can use .map(t => t.name).

Removes redundant getToolInfo() method added in original PR.

Fixes #647
2026-01-12 17:18:43 +01:00
..
rpc-client.ts Rename /branch command to /fork 2026-01-11 23:12:31 +01:00
rpc-mode.ts Change getAllTools() to return ToolInfo[] instead of string[] 2026-01-12 17:18:43 +01:00
rpc-types.ts Rename /branch command to /fork 2026-01-11 23:12:31 +01:00