Dhanji R. Prasanna
cd64ebbf87
Add tokens consumed and context percentage to per-tool timing footer
The per-tool timing line now shows:
- Tokens delta (tokens added to context by this tool call)
- Context window usage percentage
Example: └─ ⚡️ 1ms 523tk | 49% ctx
Changes:
- Updated UiWriter trait print_tool_timing signature
- Track tokens before/after adding tool messages to calculate delta
- Updated ConsoleUiWriter, MachineUiWriter, PlannerUiWriter, and test mocks
2025-12-24 15:44:19 +11:00
..
2025-12-22 16:08:57 +11:00
2025-11-27 21:00:02 +11:00
2025-12-22 17:11:05 +11:00
2025-12-22 15:01:27 +11:00
2025-12-22 16:10:34 +11:00
2025-12-22 10:32:21 +11:00
2025-12-09 17:03:53 +11:00
2025-12-01 14:38:21 +11:00
2025-12-23 16:22:12 +11:00
2025-12-02 14:45:12 +11:00
2025-12-02 11:07:13 +11:00
2025-12-22 10:32:21 +11:00
2025-11-27 21:00:02 +11:00
2025-12-01 14:52:10 +11:00
2025-12-24 15:44:19 +11:00