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
18 changes: 9 additions & 9 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.34](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.33...aether-agent-cli-v0.7.34) - 2026-07-29

### Other

- updated the following local packages: aether-agent-core, aether-lspd, aether-telemetry, aether-wisp, aether-project, aether-mcp-servers

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

### Fixed
Expand Down
14 changes: 7 additions & 7 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.33"
version = "0.7.34"
edition = "2024"
description = "CLI and ACP server for the Aether AI coding agent"
license = "MIT"
Expand Down Expand Up @@ -30,17 +30,17 @@ path = "src/main.rs"

[dependencies]
aether-auth = { path = "../aether-auth", version = "0.1.10", features = ["keyring"] }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" }
aether-project = { path = "../aether-project", version = "0.5.30" }
aether-telemetry = { path = "../aether-telemetry", version = "0.1.10" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.30" }
aether-project = { path = "../aether-project", version = "0.5.31" }
aether-telemetry = { path = "../aether-telemetry", version = "0.1.11" }
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.36" }
wisp = { package = "aether-wisp", path = "../wisp", version = "0.4.37" }
mcp-servers = { package = "aether-mcp-servers", path = "../mcp-servers", features = ["all"], version = "0.4.37" }
wisp = { package = "aether-wisp", path = "../wisp", version = "0.4.38" }
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.29" }
aether-lspd = { path = "../aether-lspd", version = "0.1.30" }
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-core/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.6.30](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.29...aether-agent-core-v0.6.30) - 2026-07-29

### Added

- *(telemetry)* name agent invocation spans ([#312](https://github.com/contextbridge/aether/pull/312))

## [0.6.29](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.28...aether-agent-core-v0.6.29) - 2026-07-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/aether-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-agent-core"
version = "0.6.29"
version = "0.6.30"
edition = "2024"
description = "A minimal Rust library for building AI agents with MCP tool integration"
license = "MIT"
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.23](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.22...aether-evals-v0.2.23) - 2026-07-29

### Other

- updated the following local packages: aether-agent-core, aether-project

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

### Other
Expand Down
6 changes: 3 additions & 3 deletions 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.22"
version = "0.2.23"
edition = "2024"
description = "Dockerized eval harness for Aether AI agents"
license = "MIT"
Expand All @@ -25,8 +25,8 @@ schemars = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
tempfile = { workspace = true }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" }
aether-project = { path = "../aether-project", version = "0.5.30" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.30" }
aether-project = { path = "../aether-project", version = "0.5.31" }
llm = { package = "aether-llm", path = "../llm", version = "0.7.25" }
testcontainers = { workspace = true }

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.30](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.29...aether-lspd-v0.1.30) - 2026-07-29

### Other

- update Cargo.lock dependencies

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

### Fixed
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.29"
version = "0.1.30"
edition = "2024"
description = "LSP daemon for sharing language servers across multiple agents"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions crates/aether-project/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.5.31](https://github.com/contextbridge/aether/compare/aether-project-v0.5.30...aether-project-v0.5.31) - 2026-07-29

### Other

- updated the following local packages: aether-agent-core

## [0.5.30](https://github.com/contextbridge/aether/compare/aether-project-v0.5.29...aether-project-v0.5.30) - 2026-07-29

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions crates/aether-project/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-project"
version = "0.5.30"
version = "0.5.31"
edition = "2024"
description = "Project-local settings and agent discovery for the Aether AI agent framework"
license = "MIT"
Expand All @@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"]
workspace = true

[dependencies]
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.30" }
llm = { package = "aether-llm", path = "../llm", version = "0.7.25" }
mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.30" }
utils = { package = "aether-utils", path = "../utils", version = "0.2.11" }
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.18](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.17...aether-schemas-v0.1.18) - 2026-07-29

### Other

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

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

### Other
Expand Down
10 changes: 5 additions & 5 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.17"
version = "0.1.18"
edition = "2024"
description = "Schema generation utilities for Aether SDK codegen"
license = "MIT"
Expand All @@ -15,10 +15,10 @@ dist = false
workspace = true

[dependencies]
aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.33" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" }
aether-evals = { path = "../aether-evals", version = "0.2.22" }
aether-project = { path = "../aether-project", version = "0.5.30" }
aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.34" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.30" }
aether-evals = { path = "../aether-evals", version = "0.2.23" }
aether-project = { path = "../aether-project", version = "0.5.31" }
schemars = { workspace = true }
serde_json = { workspace = true }
utils = { package = "aether-utils", path = "../utils", version = "0.2.11" }
6 changes: 6 additions & 0 deletions crates/aether-telemetry/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.11](https://github.com/contextbridge/aether/compare/aether-telemetry-v0.1.10...aether-telemetry-v0.1.11) - 2026-07-29

### Added

- *(telemetry)* name agent invocation spans ([#312](https://github.com/contextbridge/aether/pull/312))

## [0.1.10](https://github.com/contextbridge/aether/compare/aether-telemetry-v0.1.9...aether-telemetry-v0.1.10) - 2026-07-29

### Other
Expand Down
6 changes: 3 additions & 3 deletions crates/aether-telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-telemetry"
version = "0.1.10"
version = "0.1.11"
edition = "2024"
description = "OpenTelemetry support for Aether GenAI calls"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ dist = false
workspace = true

[dependencies]
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.30" }
llm = { package = "aether-llm", path = "../llm", version = "0.7.25" }
opentelemetry = { version = "0.32.0", default-features = false, features = ["trace", "metrics"] }
opentelemetry_sdk = { version = "0.32.0", default-features = false, features = ["trace", "metrics", "rt-tokio", "experimental_trace_batch_span_processor_with_async_runtime", "experimental_metrics_periodicreader_with_async_runtime"] }
Expand All @@ -28,7 +28,7 @@ utils = { package = "aether-utils", path = "../utils", version = "0.2.11" }
tracing = { workspace = true }

[dev-dependencies]
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29", features = ["testing"] }
aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.30", features = ["testing"] }
axum = { workspace = true }
opentelemetry-proto = { version = "0.32.0", default-features = false, features = ["gen-tonic-messages", "trace", "metrics"] }
opentelemetry_sdk = { version = "0.32.0", default-features = false, features = ["trace", "metrics", "rt-tokio", "testing"] }
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.37](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.36...aether-mcp-servers-v0.4.37) - 2026-07-29

### Other

- updated the following local packages: aether-agent-core, aether-lspd, aether-lspd, aether-project

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

### Fixed
Expand Down
10 changes: 5 additions & 5 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.36"
version = "0.4.37"
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.29" }
aether-lspd = { path = "../aether-lspd", optional = true, version = "0.1.30" }
futures = { workspace = true, optional = true }
globset = { workspace = true, optional = true }
grep = { workspace = true, optional = true }
Expand All @@ -110,14 +110,14 @@ tempfile = { workspace = true, optional = true }

# subagents feature
aether-auth = { path = "../aether-auth", optional = true, version = "0.1.10", features = ["keyring"] }
aether-core = { package = "aether-agent-core", path = "../aether-core", optional = true, version = "0.6.29" }
aether-project = { path = "../aether-project", optional = true, version = "0.5.30" }
aether-core = { package = "aether-agent-core", path = "../aether-core", optional = true, version = "0.6.30" }
aether-project = { path = "../aether-project", optional = true, version = "0.5.31" }
llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.25" }

[dev-dependencies]
tempfile = { workspace = true }
tokio = { workspace = true, features = ["test-util"] }
aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.29" }
aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.30" }
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
6 changes: 6 additions & 0 deletions crates/wisp/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.38](https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.37...aether-wisp-v0.4.38) - 2026-07-29

### Other

- update Cargo.lock dependencies

## [0.4.37](https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.36...aether-wisp-v0.4.37) - 2026-07-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/wisp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aether-wisp"
version = "0.4.37"
version = "0.4.38"
edition = "2024"
description = "A terminal UI for AI coding agents via the Agent Client Protocol (ACP)"
license = "MIT"
Expand Down