Skip to content

Releases: agentclientprotocol/agent-client-protocol

v0.11.2

Choose a tag to compare

@acp-release-bot acp-release-bot released this 11 Mar 11:07
7c99066

Fixed

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

Other

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

v0.11.1

Choose a tag to compare

@acp-release-bot acp-release-bot released this 09 Mar 21:59
37fe101

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)

v0.11.0

Choose a tag to compare

@acp-release-bot acp-release-bot released this 04 Mar 21:07
451c3cb

Added

  • (unstable) implementation for unstable session/stop (#583)
  • (unstable) implement message id rfd (#581)
  • (unstable) Initial support for various auth methods (#588)

Fixed

  • Align struct naming and documentation (#637)
  • remove duplicate word typos across docs and source (#606)
  • use impl IntoOption for CancelRequestNotification::meta() (#467)
  • avoid redundant JSON validation in extension notification decoding (#459)

Other

  • Clean up some builder pattern inconsistencies (#635)
  • fix incomplete sentence in KillTerminalCommandRequest doc comment (#608)
  • (deps) bump the minor group with 2 updates (#563)
  • (deps) bump strum from 0.27.2 to 0.28.0 (#564)
  • (deps) bump the minor group with 3 updates (#518)
  • (deps) bump the minor group with 4 updates (#480)

v0.10.8

Choose a tag to compare

@acp-release-bot acp-release-bot released this 04 Feb 12:27
59fdb36

Added

  • Stabilize Session Config Options (#411)
  • (unstable) Add unstable support for session usage (#454)

v0.10.7

Choose a tag to compare

@acp-release-bot acp-release-bot released this 15 Jan 10:58
39a7c6e

Fixed

  • (schema) Add missing titles for enum variants in schema (#384)
  • (unstable) Add missing session capabilities builder method (#380)
  • (unstable) Add copy to SessionConfigOptionCategory (#368)

Other

  • (rfd) Session Config Options to Preview stage (#378)
  • (deps) bump the minor group with 5 updates (#375)

v0.10.6

Choose a tag to compare

@acp-release-bot acp-release-bot released this 09 Jan 12:29
cd18d3d

Added

  • (unstable) Add a category to session config options (#366)
  • (unstable) Add a request cancelled error constructor (#347)

Fixed

  • (error) Add human readable titles for error code variants (#367)

Other

  • (deps) bump the minor group with 2 updates (#362)
  • (deps) bump the minor group across 1 directory with 7 updates (#358)

v0.10.5

Choose a tag to compare

@acp-release-bot acp-release-bot released this 17 Dec 09:57
b3f3b48

Added

  • (unstable) Make constructing SessionConfigSelects on the Rust side nicer (#343)

v0.10.4

Choose a tag to compare

@acp-release-bot acp-release-bot released this 16 Dec 12:52
c12410f

Added

  • (unstable) Draft implementation of session config options (#339)

v0.10.3

Choose a tag to compare

@acp-release-bot acp-release-bot released this 15 Dec 12:09
c534dc9

Added

  • (unstable) add SessionInfoUpdate to SessionUpdate enum (#334)
  • (rust-only) Introduce MaybeUndefined type to allow for distinguishing between null and undefined (#337)

v0.10.2

Choose a tag to compare

@acp-release-bot acp-release-bot released this 11 Dec 21:52
8e3919b

Added

  • (unstable) add cwd and mcp_servers to session/fork (#333)
  • (unstable) Draft implementation of session/resume (#324)