Description
Zeph currently uses agent-client-protocol 0.11.1 / schema 0.12.0. Upstream is now SDK 0.12.1 / schema 0.13.2. The upgrade stabilizes session lifecycle methods and input schemas that Zeph needs for production use.
Spec
See specs/013-acp/spec.md gap tracker item I1 (branch feat/m0/acp-spec-update).
Breaking changes between 0.11.1 → 0.12.1 (all confirmed no-impact for Zeph)
McpAcpTransport removed — not used in Zeph
acp_url renamed to acp_id — not used in Zeph
tokio re-export removed — Zeph uses tokio directly
Acceptance criteria
Suggested next step
Run /rust-agents:team-develop dependency on this issue.
Description
Zeph currently uses
agent-client-protocol 0.11.1/ schema0.12.0. Upstream is now SDK0.12.1/ schema0.13.2. The upgrade stabilizes session lifecycle methods and input schemas that Zeph needs for production use.Spec
See
specs/013-acp/spec.mdgap tracker item I1 (branchfeat/m0/acp-spec-update).Breaking changes between 0.11.1 → 0.12.1 (all confirmed no-impact for Zeph)
McpAcpTransportremoved — not used in Zephacp_urlrenamed toacp_id— not used in Zephtokiore-export removed — Zeph uses tokio directlyAcceptance criteria
agent-client-protocolincrates/zeph-acp/Cargo.tomlupdated to0.12.1cargo build --features acp/agent.jsonprotocolfield updated to"acp/0.13.2"session/closereason field wired throughsession/resumestabilized path tested end-to-endSuggested next step
Run
/rust-agents:team-develop dependencyon this issue.