Skip to content

Releases: agentclientprotocol/agent-client-protocol

v0.12.2

23 Apr 13:16
da66be3

Choose a tag to compare

Added

  • Stabilize session/close (#1062)
  • Stabilize session/resume (#1051)

v0.12.1

21 Apr 13:50
7f07ab0

Choose a tag to compare

Other

  • (unstable) Remove RequiredNullable dead code (#1026)
  • Optional current provider (#1021)

v0.12.0

17 Apr 17:29
bb0d131

Choose a tag to compare

Added

  • (rust-only) Remove unused RPC message schema types (schema.json unchanged) (#1009)
  • (rust-only) better tolerate malformed optional fields in deserialization (#1006)

Fixed

  • (rpc) preserve '_' prefix for extension methods and reject empty ext (#883)

v0.11.7

15 Apr 09:41
020a43f

Choose a tag to compare

Added

  • (unstable) Initial implementation of providers (#899)

Other

  • (rfd) Move session/close to Preview (#970)
  • (rfd) Move session/resume to Preview (#969)

v0.11.6

14 Apr 11:10
bf1779d

Choose a tag to compare

Fixed

  • (unstable) Move elicitation scope into mode variants (#966)

v0.11.5

09 Apr 15:44
da1b3a8

Choose a tag to compare

Added

  • (unstable) elicitation for session, tool call, and requests (#792)

v0.11.4

28 Mar 06:58
e931357

Choose a tag to compare

Added

  • (unstable) initial unstable nes implementation (#754)
  • (unstable) initial additional directories implementation (#838)

Other

  • properly interpolate variables in generate.rs error messages (#862)
  • add tests for content file (#850)
  • Update README.md (#836)

v0.11.3

18 Mar 14:17
e87bde7

Choose a tag to compare

Added

  • (unstable) More robust schema for elicitation types (#771)
  • (unstable) initial implementation for the logout method capability (#751)
  • (rust-only) Add meta getter for AuthMethod enum (#725)

Other

  • initial implementation: elicitation (#769)

v0.11.2

11 Mar 11:07
7c99066

Choose a tag to compare

Fixed

  • (unstable) Complete session/stop → session/close rename (#724)

Other

  • Update ecosystem docs for new clients and libraries (#715)

v0.11.1

09 Mar 21:59
37fe101

Choose a tag to compare

Added

  • (unstable) Remove unused auth_methods from Error type (#708)
  • Stabilize session/list and session_info_update (#705)
  • (unstable) Rename unstable session/stop method to session/close (#701)
  • (unstable) Add config option type for boolean on/off toggles (#576)

Other

  • (rfd) Move initial registry RFD to completed (#706)
  • (deps) bump quote from 1.0.44 to 1.0.45 in the minor group (#698)