The Agent Client Protocol (ACP) is a protocol that standardizes communication between *code editors* (interactive programs for viewing and editing source code) and *coding agents* (programs that use generative AI to autonomously modify code).
Last release 7 days ago
20 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 50 of 50 stable releases
Nothing withdrawn
no release was ever pulled
10 months old
50 releases · first in 2025
Release timeline
50 releases since 2025Releases
- 1.4.020 Aug 2026
- 1.3.021 Jul 2026
- 1.2.17 Jul 2026
- 1.2.06 Jul 2026
- 1.1.029 Jun 2026
Release notes
Open source → - 1.0.024 Jun 2026
- 0.29.022 Jun 2026
Release notes
Open source →Additional notes
Open source → - 0.28.119 Jun 2026
Release notes
Open source → - 0.28.018 Jun 2026
Release notes
Open source → - 0.27.118 Jun 2026
- 0.27.018 Jun 2026
Release notes
Open source →0.27.0 (2026-06-18)
This is a big release! We have rewritten the SDK to have a more ergonomic design for creating new agents and clients. You can read more in the Migration Guide for how to migrate.
For now, you will still have the old interfaces available to ease the migration, but they are deprecated and will be removed in a future release.
Features
Additional notes
Open source →This is a big release! We have rewritten the SDK to have a more ergonomic design for creating new agents and clients. You can read more in the Migration Guide for how to migrate.
For now, you will still have the old interfaces available to ease the migration, but they are deprecated and will be removed in a future release.
Features
- 0.26.016 Jun 2026
Release notes
Open source → - 0.25.113 Jun 2026
Additional notes
Open source → - 0.25.05 Jun 2026
Release notes
Open source → - 0.24.02 Jun 2026
- 0.23.01 Jun 2026
Release notes
Open source →Additional notes
Open source → - 0.22.118 May 2026
- 0.22.018 May 2026
- 0.21.114 May 2026
Additional notes
Open source → - 0.21.028 Apr 2026
Release notes
Open source → - 0.20.023 Apr 2026
Release notes
Open source → - 0.19.223 Apr 2026
Additional notes
Open source → - 0.19.121 Apr 2026
- 0.19.014 Apr 2026
Release notes
Open source →Additional notes
Open source → - 0.18.28 Apr 2026
Release notes
Open source →Additional notes
Open source → - 0.18.16 Apr 2026
Release notes
Open source →Additional notes
Open source → - 0.18.01 Apr 2026
Additional notes
Open source → - 0.17.127 Mar 2026
Release notes
Open source → - 0.17.025 Mar 2026
Release notes
Open source → - 0.16.111 Mar 2026
Release notes
Open source →Additional notes
Open source → - 0.16.010 Mar 2026
- 0.15.05 Mar 2026
- 0.14.15 Feb 2026
Release notes
Open source →Additional notes
Open source → - 0.14.04 Feb 2026
Release notes
Open source → - 0.13.122 Jan 2026
Release notes
Open source → - 0.13.013 Jan 2026
- 0.12.016 Dec 2025
- 0.11.012 Dec 2025
Release notes
Open source → - 0.10.011 Dec 2025
Release notes
Open source → - 0.9.011 Dec 2025
Release notes
Open source → - 0.8.08 Dec 2025
- 0.7.01 Dec 2025
Release notes
Open source → - 0.6.01 Dec 2025
Release notes
Open source →0.6.0 (2025-12-01)
Updates to the latest version of the ACP JSON Schema, v0.8.0
This update provides much improved schema interfaces. The migration should be minimal because in TypeScript the interfaces should be functionally equivalent. But there may be some areas where the types are now more informative to the compiler and will hopefully help you catch errors earlier.
Additional notes
Open source →Updates to the latest version of the ACP JSON Schema, v0.8.0
This update provides much improved schema interfaces. The migration should be minimal because in TypeScript the interfaces should be functionally equivalent. But there may be some areas where the types are now more informative to the compiler and will hopefully help you catch errors earlier.
- 0.5.124 Oct 2025
Release notes
Open source →What's Changed
- Add ability for agents and clients to provide information about their implementation
- Fix incorrectly serialized
_metafield on `SetSessionModeResponse
Full Changelog: https://github.com/agentclientprotocol/typescript-sdk/compare/v0.5.0...v0.5.1
Additional notes
Open source →- Add ability for agents and clients to provide information about their implementation
- Fix incorrectly serialized
_metafield onSetSessionModeResponse
- 0.5.024 Oct 2025
Release notes
Open source →What's Changed
- Update to latest ACP JSON Schema by @benbrandt in https://github.com/agentclientprotocol/typescript-sdk/pull/10
- Add signal and closed properties to connection classes by @benbrandt in https://github.com/agentclientprotocol/typescript-sdk/pull/11
- Allow more customization of RequestError messages by @benbrandt in https://github.com/agentclientprotocol/typescript-sdk/pull/12
Full Changelog: https://github.com/agentclientprotocol/typescript-sdk/compare/v0.4.9...v0.5.0
Additional notes
Open source →- Provide access to an
AbortSignalandclosedpromise on connections so you can wait for the connection to close and handle any other cleanup tasks you need for a graceful shutdown. https://github.com/agentclientprotocol/typescript-sdk/pull/11 - Allow for more customization of error messages: https://github.com/agentclientprotocol/typescript-sdk/pull/12
- Update to latest ACP JSON Schema: https://github.com/agentclientprotocol/typescript-sdk/pull/10
- 0.4.921 Oct 2025
Release notes
Open source →What's Changed
- Fix: Correct RPC method call in setSessionModel by @bliuk in https://github.com/agentclientprotocol/typescript-sdk/pull/7
New Contributors
- @bliuk made their first contribution in https://github.com/agentclientprotocol/typescript-sdk/pull/7
Full Changelog: https://github.com/agentclientprotocol/typescript-sdk/compare/v0.4.8...v0.4.9
- 0.4.815 Oct 2025
Release notes
Open source →What's Changed
- Fix: return valid setSessionModel response object by @benbrandt in https://github.com/agentclientprotocol/typescript-sdk/pull/4
Full Changelog: https://github.com/agentclientprotocol/typescript-sdk/compare/v0.4.7...v0.4.8
- 0.4.711 Oct 2025
Release notes
Open source →What's Changed
First publish from the new repo!
Full Changelog: https://github.com/agentclientprotocol/typescript-sdk/commits/v0.4.7
- 0.4.610 Oct 2025
- 0.4.510 Oct 2025