This release adds session forking by user-message ordinal and includes documentation updates for recently merged features.
What's New
- Adds the ability to fork a session by user-message ordinal, allowing clients to target "the Nth user message" directly without translating to a flat message-stream index
Technical Changes
- Bumps
github.com/dgageot/rubocop-goto pull in a new whole-program, inter-procedural dataflow analysis engine and theLint/ContextConnectivitycop - Updates documentation for the
planbuiltin toolset, thereadonlyattribute for toolsets and agents, and top-level shared toolsets withuse_toolsets - Fixes tool ordering and
list_plansdescription in plan docs; addsupdatedAttoread_plandescription
What's Changed
- docs: update docs for features merged 2026-06-25 (plan toolset, readonly, shared toolsets) by @aheritier in #3244
- docs: update CHANGELOG.md for v1.88.0 by @docker-read-write[bot] in #3245
- chore: bump rubocop-go for whole-program context cop by @dgageot in #3247
- feat(server): fork session by user-message ordinal by @trungutt in #3250
Full Changelog: v1.88.0...v1.88.1