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

@@ -152,6 +152,7 @@ struct SessionsSettings: View {
.foregroundStyle(.secondary)
}
ContextUsageBar(usedTokens: row.tokens.total, contextTokens: row.tokens.contextTokens)
.frame(maxWidth: .infinity)
}
HStack(spacing: 10) {