Skip to content

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:48
· 38 commits to main since this release
v0.22.1
399a6ff

[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).