Releases: agentclientprotocol/rust-sdk
Releases · agentclientprotocol/rust-sdk
v0.6.0
What's Changed
- Provide missing
_metafields 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
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
PartialEqandEqimpls for as many types as possible. - Export
acp::Result<T, E = acp::Error>for easier indication of ACP errors. - Use
acp::Error/acp::Resultinstead ofanyhow::Error/anyhow::Resultfor all return types.
Full Changelog: v0.4.7...v0.5.0
v0.4.7
Depend on agent-client-protocol-schema for schema types
Full Changelog: https://github.com/agentclientprotocol/rust-sdk/commits/v0.4.7