mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix: token counting visual bug (#2587)
This commit is contained in:
parent
16d66c209d
commit
3752bb9717
1 changed files with 0 additions and 1 deletions
|
|
@ -899,7 +899,6 @@ func (m *messagesComponent) renderHeader() string {
|
|||
}
|
||||
tokens = (usage.Input +
|
||||
usage.Cache.Write +
|
||||
usage.Cache.Read +
|
||||
usage.Output +
|
||||
usage.Reasoning)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue