You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gui): show the active-context checkpoint on Kiro log rows
Stateful providers report per-attempt usage only, so a Kiro row's
per-request total stays small while the real active context grows. Now
that usage rows persist contextTotalTokens, the row and detail panel use
it as the displayed total and the detail grid lists it explicitly.
displayContextTokenTotal is deliberately separate from displayTokenTotal:
summarizeFilteredLogs sums the latter across requests, and summing an
absolute context snapshot would count the same context once per request
and inflate aggregates. The new helper carries a do-not-sum warning and
is used only for single-row display.
Cost is unaffected: normalizeCostTokens reads input/output/cache tokens
only and never sees the checkpoint.
New i18n key logs.tokens.contextTotal added to all six locales.
0 commit comments