feat: tuiのトークン集計表示の修正

This commit is contained in:
2026-05-04 00:01:37 +09:00
parent 9a06494bc6
commit e6b6df09b8
6 changed files with 39 additions and 11 deletions
+1
View File
@@ -229,6 +229,7 @@ impl PodController {
let _ = tx.send(Event::Usage {
input_tokens: event.input_tokens,
output_tokens: event.output_tokens,
cache_read_input_tokens: event.cache_read_input_tokens,
});
});