All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.14.0 - 2026-06-05
- (acp) Serialize proxy metadata as _meta (#198)
- Add features to docs.rs (#190)
0.13.1 - 2026-06-01
- update Cargo.lock dependencies
0.12.2 - 2026-06-01
- (acp) Extract all rmcp logic to the rmcp crate (#180)
0.12.1 - 2026-05-17
- (polyfill) bump version to 0.12.0 (#168)
0.12.0 - 2026-05-16
- (deps) update Rust dependencies (#166)
- (deps) bump the minor group with 7 updates (#152)
- Trim dependencies (#149)
- remove unreachable!() and improve error messages (#139)
- Removed
McpBridgeModeand themcp_bridge_modeparameter fromConductorImpl::new,new_agent, andnew_proxy. MCP-over-ACP bridging is no longer built into the conductor. Useagent-client-protocol-polyfill::mcp_over_acp::McpOverAcpPolyfillas a proxy in the chain instead. - Removed
conductor mcp $portCLI subcommand. The stdio↔TCP bridge subprocess is no longer needed.
0.11.1 - 2026-04-21
- updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-tokio
0.11.0 - 2026-04-20
- (schema) Update schema to 0.12.0 (#119)
- Migrate to new SDK design (#117)
- Bring in SACP crates again (#102)
- Remove redundant Box::pin calls from async code (#106)
- Cleanup docs still referencing sacp (#129)
- Add migration guide for next release (#111) The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.