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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.22.1] - 2026-08-05
Fixed
Context-size guard was window-blind and measured a per-turn sum, so it fired
on large-window sessions at roughly 10% of real context usage (#178, PR #179). The advisory now derives its warning band from the session's actual
context window, gates on remaining headroom against a max_context
snapshot, and excludes subagent/sidechain requests from that snapshot
(subagent spend is still counted in cost totals).