Skip to content

Commit ad7bc40

Browse files
authored
chore(symposium-acp-agent): release v2.0.0
1 parent 5c8d06e commit ad7bc40

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/symposium-acp-agent/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.3.0...symposium-acp-agent-v2.0.0) - 2026-01-21
4+
5+
### Added
6+
7+
- install sparkle via cargo-binstall instead of bundling
8+
9+
### Other
10+
11+
- Use AcpAgent::from_str
12+
- resolve_extension should use registry extensions
13+
- Resolve always on the Rust side
14+
- Add a proxy-shim command and always return and expect registry entries
15+
- Some rearranging to move more of the notions of builtin proxies out of symposium.rs and into just main.rs
16+
- Rename ProxySource::McpServer to ProxySource::AcpProxy, and fix tests
17+
- Fix custom extensions by passing json
18+
- add integration test for cargo binstall workflow
19+
320
## [1.3.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.2.0...symposium-acp-agent-v1.3.0) - 2026-01-08
421

522
### Added

src/symposium-acp-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symposium-acp-agent"
3-
version = "1.3.0"
3+
version = "2.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"

0 commit comments

Comments
 (0)