Skip to content

Commit e0b0271

Browse files
authored
Merge pull request #104 from symposium-dev/release-plz-2026-01-11T12-26-00Z
chore(symposium-acp-agent): release v2.0.0
2 parents e24b49f + c1b548a commit e0b0271

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-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: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
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-29
4+
5+
### Added
6+
7+
- add --log-dir option for file-based logging
8+
- *(config_agent)* integrate workspace config and recommendations
9+
- *(recommendations)* add condition-based extension recommendation system
10+
- *(user_config)* add per-workspace WorkspaceConfig and GlobalAgentConfig
11+
- improve config mode UI with better markdown formatting
12+
- unify initial setup with config mode
13+
- wire ConfigAgent into main.rs run command
14+
- add ConfigAgent tests and mockable registry
15+
- add pause/resume protocol for config mode
16+
- add MenuAction enum for smarter menu redisplay
17+
- add ConfigModeActor for interactive config phone tree UI
18+
- detect /symposium:config command and enter config mode
19+
- inject /symposium:config command into AvailableCommandsUpdate
20+
- forward session-bound messages to conductors
21+
- three-actor ConfigAgent architecture
22+
- install sparkle via cargo-binstall instead of bundling
23+
24+
### Fixed
25+
26+
- temporarily disable ferris
27+
- update-expect
28+
- update test to match new config menu format
29+
- sleep more
30+
- store test configuration in a different path
31+
- init agent directory for vscode tests
32+
- --acp
33+
- add --acp flag to sparkle-mcp proxy invocation
34+
35+
### Other
36+
37+
- rename agent extensions to agent mods
38+
- remove built_in_proxies() and use cargo distribution for all extensions
39+
- Add symposium-rust-analyzer and switch cargo to be cargo distribution
40+
- remove when.grep condition from recommendations
41+
- cleanup display, wait to save agent
42+
- make agent config global, extensions per-workspace
43+
- address PR #110 feedback - use internal_error and simplify
44+
- ignore flaky test_no_config_initial_setup in CI
45+
- apply cargo fmt
46+
- Revert "WIP: add eprintln"
47+
- add eprintln
48+
- ignore flaky cargo metadata tests in CI
49+
- simplify ConfigPaths to path-only API with cleaner load/save
50+
- remove default_agent_override in favor of ConfigPaths
51+
- introduce ConfigPaths for test isolation
52+
- *(registry)* add ComponentSource enum as identity type
53+
- use SAVE/CANCEL instead of DONE/CANCEL
54+
- move actor functions to &mut self methods
55+
- use async control flow as state machine
56+
- use regex for move command parsing
57+
- route conductor messages through ConfigAgent
58+
- WIP
59+
- Use AcpAgent::from_str
60+
- resolve_extension should use registry extensions
61+
- Resolve always on the Rust side
62+
- Add a proxy-shim command and always return and expect registry entries
63+
- Some rearranging to move more of the notions of builtin proxies out of symposium.rs and into just main.rs
64+
- Rename ProxySource::McpServer to ProxySource::AcpProxy, and fix tests
65+
- Fix custom extensions by passing json
66+
- add integration test for cargo binstall workflow
67+
368
## [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
469

570
### 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)