fix: token counting visual bug (#2587)

pull/2590/head
Aiden Cline 2025-09-13 19:46:24 -05:00 committed by GitHub
parent 16d66c209d
commit 3752bb9717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -899,7 +899,6 @@ func (m *messagesComponent) renderHeader() string {
}
tokens = (usage.Input +
usage.Cache.Write +
usage.Cache.Read +
usage.Output +
usage.Reasoning)
}