fix: token counting visual bug (#2587)

This commit is contained in:
Aiden Cline
2025-09-13 19:46:24 -05:00
committed by GitHub
parent 16d66c209d
commit 3752bb9717

View File

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