Files
pi/packages/coding-agent/docs
T
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
1367a76ee8 ยท 2026-01-12 17:18:43 +01:00
History
..
2026-01-11 23:12:31 +01:00
2026-01-11 18:36:48 +01:00