Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/agent-client-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Added

- Add stable protocol v1 `session/load` and `session/resume` restore builders
(`ConnectionTo::load_session`, `ConnectionTo::resume_session`,
`ConnectionTo::restore_session_from`) that install session routing *before*
publishing the request, so replay or early notifications for the restored
session are captured, and return the complete restore response alongside the
`ActiveSession` in a `RestoredSession`. On failure or cancellation the
routing is dropped, leaving no stale handler behind. Mirrors the v2
`OpenedV2Session` shape.
- *(unstable-v2)* Add `Proxy::protocol_router` and `ProxyProtocolRouter` to
compose strict v1 and v2 proxy implementations behind one connection.
Routing requires the exact version selected by the conductor and preserves
Expand Down
Loading