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
Show the context meter as an estimate when it is one
The status bar previously read only the last turn's reported input
and cache tokens, with no fallback, so a provider that omits usage
pinned the meter at a stale or 0% reading. It now trusts the same
estimate the compaction governor already computed, including the
governor's own decision on whether that number is estimated, rather
than re-deriving that decision from a second usage read. The tilde
prefix that marks an estimated percentage is written once and reused
by both the status bar and the prompt border. Cost accounting's own
input-plus-cache sum is replaced with the same shared function so
all three consumers agree on what "context size" means.
0 commit comments