TC #83 — Phase 8 :cost detail estimate row shows budget utilization #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scenario
With
tokenize.use_endpoint=trueand a session containing some turns,:cost detail.Expected
Trailing line:
[aish] estimated session ctx: <N> tokens; token_budget=<M> (X.Y% used). N matchesctx:estimate_tokens()(current snapshot, NOT a cumulative sum). X.Y% = N/M*100.Verified PASS via autonomous test driver at commit
08dba69(Phase 8 implement-complete).:cost detailproduced trailing 'estimated session ctx: N tokens; token_budget=M (X% used)' row twice (once per :cost detail invocation). R3-revised approach — separate from per-slot accumulator rows, no false comparison.Closed by Phase 8 verify.