mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: visual token bug (#2603)
This commit is contained in:
parent
e3e459fc50
commit
89d820b1c4
1 changed files with 1 additions and 0 deletions
|
|
@ -898,6 +898,7 @@ func (m *messagesComponent) renderHeader() string {
|
|||
continue
|
||||
}
|
||||
tokens = (usage.Input +
|
||||
usage.Cache.Read +
|
||||
usage.Cache.Write +
|
||||
usage.Output +
|
||||
usage.Reasoning)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue