chore: generate

This commit is contained in:
opencode-agent[bot]
2026-08-12 02:40:33 +00:00
parent d3eecf7ba2
commit 94bc0fc6fa
+2 -3
View File
@@ -1289,9 +1289,8 @@ function TurnTokenUsage(props: {
<span>{expanded() ? "- " : "+ "}</span>
<span style={{ attributes: TextAttributes.BOLD }}>Tokens</span>
<span>
: {summary().count} {summary().count === 1 ? "step" : "steps"} ·{" "}
{summary().newTokens.toLocaleString()} new · {summary().cached.toLocaleString()} cached ·{" "}
{summary().total.toLocaleString()} total
: {summary().count} {summary().count === 1 ? "step" : "steps"} · {summary().newTokens.toLocaleString()}{" "}
new · {summary().cached.toLocaleString()} cached · {summary().total.toLocaleString()} total
</span>
<Show when={summary().reuseDrops > 0}>
<span style={{ fg: theme.text.feedback.warning.default }}>