Skip to content

Releases: agentclientprotocol/rust-sdk

v0.10.4

31 Mar 13:27
23ab9bf

Choose a tag to compare

Added

  • (schema) Update schema to 0.11.4 (#95)

Fixed

  • add warning logs for silent failures in RPC message handling (#92)
  • Clearer error message when connection is broken before messages are sent (#89)

Other

  • Fix the rpc_test and example use following the new schema api (#88)

v0.10.3

25 Mar 07:53
46e4720

Choose a tag to compare

Added

  • (unstable) Add logout support (#84)
  • (schema) Update schema to 0.11.3 (#82)

v0.10.2

11 Mar 11:23
a0917aa

Choose a tag to compare

Added

  • (unstable) Add support for session/close methods (#77)

v0.10.1

10 Mar 18:37
67ce48d

Choose a tag to compare

Added

  • Stabilize session_list and session_info_update (#74)

Fixed

  • Make examples compile again (#76)

v0.10.0

05 Mar 21:17
4008939

Choose a tag to compare

Added

  • Add more unstable feature flags from schema (#71)
  • [breaking] Update to schema crate v0.11.0 (#69)

v0.9.5

03 Mar 09:30
8c1bb3f

Choose a tag to compare

Fixed

  • handle escaped forward slashes in JSON-RPC method names (#65)

agent-client-protocol-v0.9.4

04 Feb 13:05
5b2ea77

Choose a tag to compare

Added

  • Update to 0.10.8 of the schema (#51)

agent-client-protocol-v0.9.3

09 Jan 14:02
fc97545

Choose a tag to compare

Other

  • update Cargo.toml dependencies

agent-client-protocol-v0.9.2

17 Dec 22:38
429c237

Choose a tag to compare

Added

  • (unstable) Add initial support for session config options (#36)

agent-client-protocol-v0.9.1

17 Dec 21:52
bbfc7df

Choose a tag to compare

Added

  • (unstable) Add initial support for resuming sessions (#34)
  • (unstable) Add initial support for forking sessions (#33)
  • (unstable) Add initial support for listing sessions (#31)

Other

  • Add test for unstable session info feature (#35)