File tree Expand file tree Collapse file tree 9 files changed +36
-11
lines changed
Expand file tree Collapse file tree 9 files changed +36
-11
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.0.0...symposium-acp-agent-v1.1.0 ) - 2025-12-31
4+
5+ ### Added
6+
7+ - add built-in ElizACP agent for testing
8+ - add --cargo flag to CLI binaries
9+
10+ ### Other
11+
12+ - upgrade elizacp to 11.0.0
13+ - * (vscode)* remove component toggle settings
14+
315## [ 1.0.0] ( https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.0.0-alpha.2...symposium-acp-agent-v1.0.0 ) - 2025-12-30
416
517### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " symposium-acp-agent"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"
@@ -23,8 +23,8 @@ tracing-subscriber = { workspace = true }
2323clap = { workspace = true }
2424
2525# Symposium components
26- symposium-acp-proxy = { path = " ../symposium-acp-proxy" , version = " 1.0 .0" }
27- symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.0 " }
26+ symposium-acp-proxy = { path = " ../symposium-acp-proxy" , version = " 1.1 .0" }
27+ symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.1 " }
2828
2929# Built-in agents
3030elizacp.workspace = true
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.0] ( https://github.com/symposium-dev/symposium/compare/symposium-acp-proxy-v1.0.0...symposium-acp-proxy-v1.1.0 ) - 2025-12-31
4+
5+ ### Added
6+
7+ - add --cargo flag to CLI binaries
8+ - add cargo tools to symposium proxy
9+
310## [ 1.0.0] ( https://github.com/symposium-dev/symposium/compare/symposium-acp-proxy-v1.0.0-alpha.2...symposium-acp-proxy-v1.0.0 ) - 2025-12-30
411
512### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " symposium-acp-proxy"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " Symposium ACP proxy - orchestrates component chains to enrich agent capabilities"
@@ -34,7 +34,7 @@ chrono = "0.4"
3434tokio-util = { version = " 0.7" , features = [" compat" ] }
3535
3636# Proxy components
37- symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.0 " }
37+ symposium-ferris = { path = " ../symposium-ferris" , version = " 1.0.1 " }
3838symposium-cargo = " 0.2.0"
3939sacp-tee.workspace = true
4040sparkle.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.1] ( https://github.com/symposium-dev/symposium/compare/symposium-ferris-v1.0.0...symposium-ferris-v1.0.1 ) - 2025-12-31
11+
12+ ### Other
13+
14+ - update Cargo.toml dependencies
15+
1016## [ 1.0.0] ( https://github.com/symposium-dev/symposium/compare/symposium-ferris-v1.0.0-alpha.2...symposium-ferris-v1.0.0 ) - 2025-12-30
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " symposium-ferris"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44edition = " 2024"
55license = " Apache-2.0"
66description = " Ferris MCP server - helpful tools for Rust development"
Original file line number Diff line number Diff line change 22 "name" : " symposium" ,
33 "displayName" : " Symposium" ,
44 "description" : " Collaborative AI built collaboratively" ,
5- "version" : " 1.0 .0" ,
5+ "version" : " 1.1 .0" ,
66 "publisher" : " symposium-dev" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff line change 11id = " symposium"
22name = " Symposium"
3- version = " 1.0 .0"
3+ version = " 1.1 .0"
44schema_version = 1
55authors = [
" Niko Matsakis <[email protected] >" ]
66description = " Collaborative AI with Sparkle identity and Rust crate research"
You can’t perform that action at this time.
0 commit comments