Display budget as spend status, not exhaustion alarm #31
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/budget-display-clarity"
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?
Cosmetic display fix in
marchwarden ask's Confidence panel.Budget exhausted: True/Falsereads as a failure indicator. In practice it just means the agent spent its tool-use cap before voluntarily stopping — the normal, expected outcome on real questions with the default 20k budget.Now reads:
Budget status: spent(wasBudget exhausted: True)Budget status: under cap(wasBudget exhausted: False)The underlying contract field name (
confidence_factors.budget_exhausted) is unchanged — only the human-facing label in the CLI render.110/110 tests still passing.