mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-08 18:34:59 +01:00
fix: token counting visual bug (#2587)
This commit is contained in:
@@ -899,7 +899,6 @@ func (m *messagesComponent) renderHeader() string {
|
||||
}
|
||||
tokens = (usage.Input +
|
||||
usage.Cache.Write +
|
||||
usage.Cache.Read +
|
||||
usage.Output +
|
||||
usage.Reasoning)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user