Skip to content

Releases: agentclientprotocol/typescript-sdk

v0.11.0

12 Dec 13:24
e37f757

Choose a tag to compare

0.11.0 (2025-12-12)

Features

  • unstable: add resumeSession support (#41) (721c450)

v0.10.0

11 Dec 22:12
628cea5

Choose a tag to compare

0.10.0 (2025-12-11)

Features

v0.9.0

11 Dec 10:54
7f00af5

Choose a tag to compare

0.9.0 (2025-12-11)

Features

v0.8.0

08 Dec 10:51
7940b9d

Choose a tag to compare

0.8.0 (2025-12-08)

Features

v0.7.0

01 Dec 16:32
775992a

Choose a tag to compare

0.7.0 (2025-12-01)

Features

v0.6.0

01 Dec 10:38
d65d868

Choose a tag to compare

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

24 Oct 16:04
f33ddb2

Choose a tag to compare

What's Changed

  • Add ability for agents and clients to provide information about their implementation
  • Fix incorrectly serialized _meta field on `SetSessionModeResponse

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Oct 16:04
e683712

Choose a tag to compare

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

21 Oct 08:43
e06a7eb

Choose a tag to compare

What's Changed

  • Fix: Correct RPC method call in setSessionModel by @bliuk in #7

New Contributors

  • @bliuk made their first contribution in #7

Full Changelog: v0.4.8...v0.4.9

v0.4.8

15 Oct 10:08
c0ff534

Choose a tag to compare

What's Changed

  • Fix: return valid setSessionModel response object by @benbrandt in #4

Full Changelog: v0.4.7...v0.4.8