Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/symposium-acp-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-agent-v1.0.0...symposium-acp-agent-v1.1.0) - 2025-12-30

### Added

- add --cargo flag to CLI binaries

## [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

### Other
Expand Down
4 changes: 2 additions & 2 deletions src/symposium-acp-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symposium-acp-agent"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
license = "Apache-2.0"
description = "Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities"
Expand All @@ -23,5 +23,5 @@ tracing-subscriber = { workspace = true }
clap = { workspace = true }

# Symposium components
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "1.0.0" }
symposium-acp-proxy = { path = "../symposium-acp-proxy", version = "1.1.0" }
symposium-ferris = { path = "../symposium-ferris", version = "1.0.0" }
7 changes: 7 additions & 0 deletions src/symposium-acp-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/symposium-dev/symposium/compare/symposium-acp-proxy-v1.0.0...symposium-acp-proxy-v1.1.0) - 2025-12-30

### Added

- add --cargo flag to CLI binaries
- add cargo tools to symposium proxy

## [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

### Other
Expand Down
2 changes: 1 addition & 1 deletion src/symposium-acp-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symposium-acp-proxy"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
license = "Apache-2.0"
description = "Symposium ACP proxy - orchestrates component chains to enrich agent capabilities"
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "symposium",
"displayName": "Symposium",
"description": "Collaborative AI built collaboratively",
"version": "1.0.0",
"version": "1.1.0",
"publisher": "symposium-dev",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion zed-extension/prod/extension.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id = "symposium"
name = "Symposium"
version = "1.0.0"
version = "1.1.0"
schema_version = 1
authors = ["Niko Matsakis <[email protected]>"]
description = "Collaborative AI with Sparkle identity and Rust crate research"
Expand Down