Releases: agentclientprotocol/typescript-sdk
Releases · agentclientprotocol/typescript-sdk
v0.11.0
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
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.
v0.5.1
What's Changed
- Add ability for agents and clients to provide information about their implementation
- Fix incorrectly serialized
_metafield on `SetSessionModeResponse
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Update to latest ACP JSON Schema by @benbrandt in #10
- Add signal and closed properties to connection classes by @benbrandt in #11
- Allow more customization of RequestError messages by @benbrandt in #12
Full Changelog: v0.4.9...v0.5.0
v0.4.9
v0.4.8
What's Changed
- Fix: return valid setSessionModel response object by @benbrandt in #4
Full Changelog: v0.4.7...v0.4.8