spec(acp): update to SDK 0.12.1 / schema 0.13.2#4462
Merged
Conversation
Align specs/013-acp/spec.md with upstream agent-client-protocol SDK 0.12.1 and schema 0.13.2 (previously tracking SDK 0.11.1 / schema 0.12.0). Changes: - Add spec Changelog table (v1.0 → v1.1) - Document stabilized features: session/close with reason, session/resume, capability negotiation, input schemas for tools - Add Providers API section (design-needed: impedance mismatch with [[llm.providers]] requires analysis) - Add Elicitation protocol section (design-needed: local feature flag unstable-elicitation is empty; hardcoded 120s timeout in terminal.rs) - Add MCP-over-ACP section (tracking, unstable) - Add Session Usage section (not-implemented: Zeph reports to IDE) - Add Session Delete migration note (_session/delete → standard method) - Add Breaking Changes Resolution table: McpAcpTransport removal, acp_url rename, tokio re-export — all confirmed no-impact for Zeph - Add Implementation Gap Tracker (I1–I11) - Add v2 horizon tracking section - Clarify /agent.json example is post-upgrade target state
087b904 to
839389f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
specs/013-acp/spec.mdfrom SDK 0.11.1 / schema 0.12.0 to SDK 0.12.1 / schema 0.13.2Changes
session/closewith reason field,session/resume, capability negotiation, input schemas for toolsMcpAcpTransportremoval,acp_urlrename,tokiore-export — all confirmed no-impact for ZephFollow-up issues created
Test plan