Skip to content

Releases: agentclientprotocol/agent-client-protocol

v0.13.0

12 May 20:03
b33c886

Choose a tag to compare

Added

  • (unstable) Add experimental MCP-over-ACP message types (#1185)

Other

  • add unstable mcp-over-acp additions to the schema (#1173)
  • (deps) bump the minor group with 3 updates (#1178)
  • (deps) bump the minor group with 2 updates (#1121)
  • (unstable) Start setting up v2 Schema scaffolding for experimentation (#1099)
  • reorganize to v1 module (#1094)

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)