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:
Mario Zechner 2025-08-09 20:10:15 +02:00
parent 1887e33339
commit 9544a8edf9
7 changed files with 392 additions and 3 deletions

View file

@ -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