mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 17:04:49 +00:00
- Add AgentToolUpdateCallback type and optional onUpdate callback to AgentTool.execute() - Add tool_execution_update event with toolCallId, toolName, args, partialResult - Normalize tool_execution_end to always use AgentToolResult (no more string fallback) - Bash tool streams truncated rolling buffer output during execution - ToolExecutionComponent shows last N lines when collapsed (not first N) - Interactive mode handles tool_execution_update events - Update RPC docs and ai/agent READMEs fixes #44 |
||
|---|---|---|
| .. | ||
| bash.ts | ||
| edit.ts | ||
| find.ts | ||
| grep.ts | ||
| index.ts | ||
| ls.ts | ||
| path-utils.ts | ||
| read.ts | ||
| truncate.ts | ||
| write.ts | ||