Skip to content

v4.1.0

Latest

Choose a tag to compare

@ben-vargas ben-vargas released this 10 Aug 08:48
· 3 commits to main since this release
b677227

Added

  • resumeDropsTurn setting — maps the Claude Agent SDK's new resumeDropsTurn option: when resuming a session, drop the turn containing the given chain-entry UUID from the restored context. Companion to resumeSessionAt for forking a resumed session at a specific point; documented in the README options table and docs/sessions.md. (#142)

Changed

  • Claude Agent SDK pinned at 0.3.226 (from 0.3.205) — resolves the weekly canary's Options drift guard failure; resumeDropsTurn was the only new Options key, and typecheck plus the full unit suite pass against the new pin. The dependency stays an exact pin, gated by the canary. (#142, #143)

Full changelog: v4.0.1...v4.1.0