mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
Display tool call metrics: Add ⚒ counter to token usage display
- Show tool call count alongside token metrics in TUI and console renderers - TUI: Display at bottom with format "↑X ↓Y ⚒Z" - Console: Show metrics after assistant messages complete - Counter increments on each tool_call event
This commit is contained in:
parent
1887e33339
commit
9544a8edf9
7 changed files with 392 additions and 3 deletions
|
|
@ -1 +1,5 @@
|
|||
- You MUST read README.md in full
|
||||
- When receiving the first user message, you MUST read the following files in full, in parallel:
|
||||
- README.md
|
||||
- packages/tui/README.md
|
||||
- packages/agent/README.md
|
||||
- packages/pods/README.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue