|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 68 | ## [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 |
4 | 69 |
|
5 | 70 | ### Added |
|
0 commit comments