fix(mac): show cached context usage

This commit is contained in:
Peter Steinberger
2025-12-12 23:44:49 +00:00
parent 8846ffec64
commit 072ad8d371
4 changed files with 70 additions and 3 deletions

View File

@@ -266,6 +266,7 @@ struct MenuContent: View {
ContextUsageBar(
usedTokens: row.tokens.total,
contextTokens: row.tokens.contextTokens)
.frame(width: 220)
}
.padding(.vertical, 2)
} else {