Skip to content

Releases: agentclientprotocol/rust-sdk

v0.6.0

23 Oct 19:01
e5fb252

Choose a tag to compare

What's Changed

  • Provide missing _meta fields on certain enum variants.
  • More consistent enum usage. Enums are always either newtype or struct variants within a single enum, not mixed.

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Oct 13:21
8c53cc0

Choose a tag to compare

What's Changed

  • Export necessary RPC types. Fixes an issue where certain fields weren't public enough.
  • Make id types easier to create and add PartialEq and Eq impls for as many types as possible.
  • Export acp::Result<T, E = acp::Error> for easier indication of ACP errors.
  • Use acp::Error/acp::Result instead of anyhow::Error/anyhow::Result for all return types.

Full Changelog: v0.4.7...v0.5.0

v0.4.7

13 Oct 10:42
992c6e2

Choose a tag to compare

Depend on agent-client-protocol-schema for schema types

Full Changelog: https://github.com/agentclientprotocol/rust-sdk/commits/v0.4.7