co-mono/packages/coding-agent/docs
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
..
compaction.md Update custom-compaction example to use serializeConversation 2025-12-31 13:24:23 +01:00
extensions.md Change getAllTools() to return ToolInfo[] instead of string[] 2026-01-12 17:18:43 +01:00
rpc.md Rename /branch command to /fork 2026-01-11 23:12:31 +01:00
sdk.md Merge branch 'tmp-2025-01-11' - resume scope toggle with async loading (#620) 2026-01-12 00:00:28 +01:00
session.md feat(coding-agent): add session naming via /name command and extension API 2026-01-12 16:56:39 +01:00
skills.md feat: Add skill slash commands and fuzzy matching for all commands 2026-01-11 17:56:11 +01:00
theme.md Add theme-configurable HTML export colors (from PR #387) 2026-01-01 22:21:40 +01:00
tree.md Add changelog, update docs, fix handoff example for PR #642 2026-01-12 00:10:14 +01:00
tui.md fix(tui): reset styles per line 2026-01-11 18:36:48 +01:00