File tree Expand file tree Collapse file tree 4 files changed +62
-4
lines changed
Expand file tree Collapse file tree 4 files changed +62
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha] ( https://github.com/symposium-dev/symposium-acp/releases/tag/elizacp-v1.0.0-alpha ) - 2025-11-05
11+
12+ ### Added
13+
14+ - * (elizacp)* add Eliza chatbot as ACP agent for testing
15+
16+ ### Fixed
17+
18+ - fix github url
19+ - * (elizacp)* exclude punctuation from pattern captures
20+
21+ ### Other
22+
23+ - * (conductor)* add mock component tests for nested conductors
24+ - bump all packages to version 1.0.0-alpha
25+ - * (sacp)* [ ** breaking** ] reorganize modules with flat schema namespace
26+ - release
27+ - * (elizacp)* add module-level documentation to main.rs
28+ - upgrade to latest version of depdencies
29+ - * (elizacp)* release v0.1.0
30+ - * (elizacp)* prepare for crates.io publication
31+ - cleanup the source to make it prettier as an example
32+ - * (elizacp)* use expect_test for exact output verification
33+ - * (elizacp)* use seeded RNG for deterministic responses
34+
1035## [ 0.1.0] ( https://github.com/symposium-dev/symposium-acp/releases/tag/elizacp-v0.1.0 ) - 2025-10-31
1136
1237### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v1.0.0-alpha ) - 2025-11-05
11+
12+ ### Added
13+
14+ - * (sacp-test)* add arrow proxy for testing
15+
16+ ### Other
17+
18+ - * (conductor)* add integration test with arrow proxy and eliza
19+ - * (conductor)* add integration test with arrow proxy and eliza
20+ - rename sacp-doc-test to sacp-test
21+
1022## [ 0.1.0] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-doc-test-v0.1.0 ) - 2025-11-04
1123
1224### Other
Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.0-alpha] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-tokio-v1.0.0-alpha ) - 2025-11-05
11+
12+ ### Added
13+
14+ - * (conductor)* add proxy mode support for hierarchical chains
15+ - * (sacp-tokio)* implement JrConnectionExt trait for to_agent
16+ - create sacp-tokio crate and improve AcpAgent API
17+
18+ ### Fixed
19+
20+ - * (sacp-tokio)* correct type path in doctest example
21+ - fix github url
22+
23+ ### Other
24+
25+ - bump all packages to version 1.0.0-alpha
26+ - * (sacp)* move handler types to dedicated handler module
27+ - * (sacp)* [ ** breaking** ] reorganize modules with flat schema namespace
28+ - release
29+ - add READMEs for sacp-tokio, sacp-proxy, and sacp-conductor
30+
1031## [ 0.1.1] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-tokio-v0.1.1 ) - 2025-11-04
1132
1233### Added
You can’t perform that action at this time.
0 commit comments