feat: context usage breakdown (#855)

This commit is contained in:
jnjpng
2026-02-06 15:03:38 -08:00
committed by GitHub
parent 9b83d890f4
commit 7da30659e6
3 changed files with 236 additions and 41 deletions

View File

@@ -198,6 +198,16 @@ const _colors = {
footer: {
agentName: brandColors.primaryAccent,
},
// Context window breakdown categories
contextBreakdown: {
system: "#E07050", // coral-red
coreMemory: "#E0A040", // amber
tools: "#20B2AA", // turquoise
messages: "#8C8CF9", // brand purple
summaryMemory: "#D0B060", // gold
other: "#A0A0A0", // light grey
},
} as const;
// Combine static colors with theme-aware dynamic properties