Skip to content
Merged
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
10 changes: 5 additions & 5 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 crates/aether-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.7.32](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.31...aether-agent-cli-v0.7.32) - 2026-07-29

### Other

- updated the following local packages: aether-lspd, aether-mcp-servers

## [0.7.31](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.30...aether-agent-cli-v0.7.31) - 2026-07-29

### Added
Expand Down
6 changes: 3 additions & 3 deletions crates/aether-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-agent-cli"
version = "0.7.31"
version = "0.7.32"
edition = "2024"
description = "CLI and ACP server for the Aether AI coding agent"
license = "MIT"
Expand Down Expand Up @@ -35,12 +35,12 @@ aether-project = { path = "../aether-project", version = "0.5.29" }
aether-telemetry = { path = "../aether-telemetry", version = "0.1.9" }
llm = { package = "aether-llm", path = "../llm", features = ["bedrock", "codex"], version = "0.7.25" }
mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.30" }
mcp-servers = { package = "aether-mcp-servers", path = "../mcp-servers", features = ["all"], version = "0.4.34" }
mcp-servers = { package = "aether-mcp-servers", path = "../mcp-servers", features = ["all"], version = "0.4.35" }
wisp = { package = "aether-wisp", path = "../wisp", version = "0.4.37" }
tui = { package = "aether-tui", path = "../tui", default-features = false, features = ["syntax"], version = "0.2.19" }
acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["server", "testing"], version = "0.3.36" }
agent-client-protocol = { workspace = true }
aether-lspd = { path = "../aether-lspd", version = "0.1.28" }
aether-lspd = { path = "../aether-lspd", version = "0.1.29" }
rmcp = { workspace = true, features = ["client", "elicitation", "server", "transport-streamable-http-client-reqwest"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "sync", "io-util", "net", "fs", "time"] }
Expand Down
6 changes: 6 additions & 0 deletions crates/aether-evals/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.2.21](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.20...aether-evals-v0.2.21) - 2026-07-29

### Fixed

- *(aether-evals)* capture agent diff from start commit ([#306](https://github.com/contextbridge/aether/pull/306))

## [0.2.20](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.19...aether-evals-v0.2.20) - 2026-07-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/aether-evals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-evals"
version = "0.2.20"
version = "0.2.21"
edition = "2024"
description = "Dockerized eval harness for Aether AI agents"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions crates/aether-lspd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.1.29](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.28...aether-lspd-v0.1.29) - 2026-07-29

### Fixed

- *(aether-lspd)* Race condition with lsp events ([#308](https://github.com/contextbridge/aether/pull/308))

## [0.1.28](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.27...aether-lspd-v0.1.28) - 2026-07-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/aether-lspd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-lspd"
version = "0.1.28"
version = "0.1.29"
edition = "2024"
description = "LSP daemon for sharing language servers across multiple agents"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions crates/aether-schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.16](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.15...aether-schemas-v0.1.16) - 2026-07-29

### Other

- updated the following local packages: aether-evals, aether-agent-cli

## [0.1.15](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.14...aether-schemas-v0.1.15) - 2026-07-29

### Other
Expand Down
6 changes: 3 additions & 3 deletions crates/aether-schemas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-schemas"
version = "0.1.15"
version = "0.1.16"
edition = "2024"
description = "Schema generation utilities for Aether SDK codegen"
license = "MIT"
Expand All @@ -15,9 +15,9 @@ dist = false
workspace = true

[dependencies]
aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.31" }
aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.32" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.28" }
aether-evals = { path = "../aether-evals", version = "0.2.20" }
aether-evals = { path = "../aether-evals", version = "0.2.21" }
aether-project = { path = "../aether-project", version = "0.5.29" }
schemars = { workspace = true }
serde_json = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/mcp-servers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.4.35](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.34...aether-mcp-servers-v0.4.35) - 2026-07-29

### Other

- updated the following local packages: aether-lspd, aether-lspd

## [0.4.34](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.33...aether-mcp-servers-v0.4.34) - 2026-07-29

### Added
Expand Down
6 changes: 3 additions & 3 deletions crates/mcp-servers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-mcp-servers"
version = "0.4.34"
version = "0.4.35"
edition = "2024"
description = "Built-in MCP tool servers for the Aether AI agent framework"
license = "MIT"
Expand Down Expand Up @@ -87,7 +87,7 @@ schemars = { workspace = true }
clap = { workspace = true, features = ["env"] }
mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", default-features = false, version = "0.5.30" }
utils = { package = "aether-utils", path = "../utils", version = "0.2.11" }
aether-lspd = { path = "../aether-lspd", optional = true, version = "0.1.28" }
aether-lspd = { path = "../aether-lspd", optional = true, version = "0.1.29" }
futures = { workspace = true, optional = true }
globset = { workspace = true, optional = true }
grep = { workspace = true, optional = true }
Expand Down Expand Up @@ -117,7 +117,7 @@ llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7
[dev-dependencies]
tempfile = { workspace = true }
tokio = { workspace = true, features = ["test-util"] }
aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.28" }
aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.29" }
mcp-servers = { package = "aether-mcp-servers", path = ".", features = ["test-helpers"] }
mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", features = ["client"], version = "0.5.30" }

Expand Down