mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: token counting visual bug
This commit is contained in:
parent
16d66c209d
commit
8186afabb8
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