Skip to content

feat(acp): upgrade agent-client-protocol to 0.12.1 and add standard session/delete#4464

Merged
bug-ops merged 1 commit into
mainfrom
4454-acp-sdk-upgrade
May 18, 2026
Merged

feat(acp): upgrade agent-client-protocol to 0.12.1 and add standard session/delete#4464
bug-ops merged 1 commit into
mainfrom
4454-acp-sdk-upgrade

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented May 18, 2026

Summary

  • Bumps agent-client-protocol from 0.11.1 to 0.12.1; agent-client-protocol-tokio stays at 0.11.1 (no 0.12.x release published yet)
  • Renames feature gate unstable-session-closeunstable-session-delete across Cargo.toml, lib.rs, and all cfg(feature) guards in zeph-acp
  • Adds standard session/delete handler (delete_session.rs) under the unstable-session-delete feature gate using the SDK's DeleteSessionRequest/DeleteSessionResponse types
  • Keeps _session/delete ext method with a tracing::warn! deprecation notice

Breaking changes

None for downstream consumers. The feature gate rename (unstable-session-closeunstable-session-delete) only affects zeph-acp internal feature composition.

Test plan

Closes #4454
Closes #4458

…lete

Closes #4454, Closes #4458

- Bump agent-client-protocol 0.11.1 → 0.12.1 in workspace Cargo.toml;
  agent-client-protocol-tokio stays at 0.11.1 (no 0.12.x published yet)
- Migrate feature gate unstable-session-close → unstable-session-delete
  across Cargo.toml, lib.rs, and all cfg(feature) guards in zeph-acp
- Add standard session/delete handler (delete_session.rs) under
  unstable-session-delete feature gate using SDK DeleteSessionRequest/Response
- Register session/delete in run_agent() alongside the existing ext method
- Deprecate _session/delete ext method: emit tracing::warn! on each call
@github-actions github-actions Bot added documentation Improvements or additions to documentation rust Rust code changes dependencies Dependency updates enhancement New feature or request size/L Large PR (201-500 lines) labels May 18, 2026
@bug-ops bug-ops enabled auto-merge (squash) May 18, 2026 23:16
@bug-ops bug-ops merged commit 4925ea5 into main May 18, 2026
32 checks passed
@bug-ops bug-ops deleted the 4454-acp-sdk-upgrade branch May 18, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates documentation Improvements or additions to documentation enhancement New feature or request rust Rust code changes size/L Large PR (201-500 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor(acp): migrate _session/delete to standard ACP session/delete feat(acp): upgrade agent-client-protocol SDK to 0.12.1

1 participant