mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 07:02:04 +00:00
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
|
||
|---|---|---|
| .. | ||
| rpc-client.ts | ||
| rpc-mode.ts | ||
| rpc-types.ts | ||