File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -337,18 +337,18 @@ const SidebarContext = (props: {
337337
338338 < SummaryRow
339339 palette = { props . palette }
340- label = "Saved Tokens "
341- value = { `~${ compactTokenCount ( snapshot ( ) . breakdown . prunedTokens ) } ` }
340+ label = "Current Messages "
341+ value = { `~${ compactTokenCount ( snapshot ( ) . breakdown . total ) } ` }
342342 tone = "accent"
343- swatch = { props . palette . muted }
343+ swatch = { props . palette . accent }
344344 marginTop = { 1 }
345345 />
346346 < SummaryRow
347347 palette = { props . palette }
348- label = "Current Context "
349- value = { `~${ compactTokenCount ( snapshot ( ) . breakdown . total ) } ` }
348+ label = "Compressed Messages "
349+ value = { `~${ compactTokenCount ( snapshot ( ) . breakdown . prunedTokens ) } ` }
350350 tone = "accent"
351- swatch = { props . palette . accent }
351+ swatch = { props . palette . muted }
352352 />
353353
354354 { snapshot ( ) . messageStatuses . length > 0 && (
You can’t perform that action at this time.
0 commit comments