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 runnable draft-v2 agent and one-shot client examples. The
agent implements the complete baseline session lifecycle; the client handles
permissions, projects chunk and snapshot updates by message ID, and waits for
Expand Down
Loading