From 7c7547c1c2a3a9feca27f414998796f96b83e115 Mon Sep 17 00:00:00 2001 From: "contextbridge-pr-automation[bot]" <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:57:05 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 38 ++++++++++++++-------------- crates/acp-utils/CHANGELOG.md | 6 +++++ crates/acp-utils/Cargo.toml | 4 +-- crates/aether-cli/CHANGELOG.md | 6 +++++ crates/aether-cli/Cargo.toml | 22 ++++++++-------- crates/aether-core/CHANGELOG.md | 6 +++++ crates/aether-core/Cargo.toml | 8 +++--- crates/aether-evals/CHANGELOG.md | 6 +++++ crates/aether-evals/Cargo.toml | 8 +++--- crates/aether-lspd/CHANGELOG.md | 6 +++++ crates/aether-lspd/Cargo.toml | 2 +- crates/aether-project/CHANGELOG.md | 6 +++++ crates/aether-project/Cargo.toml | 8 +++--- crates/aether-schemas/CHANGELOG.md | 6 +++++ crates/aether-schemas/Cargo.toml | 10 ++++---- crates/aether-telemetry/CHANGELOG.md | 6 +++++ crates/aether-telemetry/Cargo.toml | 8 +++--- crates/llm-codegen/CHANGELOG.md | 10 ++++++++ crates/llm-codegen/Cargo.toml | 2 +- crates/llm/CHANGELOG.md | 6 +++++ crates/llm/Cargo.toml | 4 +-- crates/mcp-servers/CHANGELOG.md | 6 +++++ crates/mcp-servers/Cargo.toml | 16 ++++++------ crates/mcp-utils/CHANGELOG.md | 6 +++++ crates/mcp-utils/Cargo.toml | 4 +-- crates/wisp/CHANGELOG.md | 6 +++++ crates/wisp/Cargo.toml | 6 ++--- 27 files changed, 152 insertions(+), 70 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b307c8c..c1e94cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "aether-acp-utils" -version = "0.3.35" +version = "0.3.36" dependencies = [ "aether-acp-utils", "aether-mcp-utils", @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "aether-agent-cli" -version = "0.7.29" +version = "0.7.30" dependencies = [ "aether-acp-utils", "aether-agent-core", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "aether-agent-core" -version = "0.6.26" +version = "0.6.27" dependencies = [ "aether-acp-utils", "aether-agent-core", @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "aether-evals" -version = "0.2.18" +version = "0.2.19" dependencies = [ "aether-agent-core", "aether-llm", @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "aether-llm" -version = "0.7.24" +version = "0.7.25" dependencies = [ "aether-auth", "aether-doctest", @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "aether-llm-codegen" -version = "0.2.17" +version = "0.2.18" dependencies = [ "aether-utils", "prettyplease", @@ -244,7 +244,7 @@ dependencies = [ [[package]] name = "aether-lspd" -version = "0.1.27" +version = "0.1.28" dependencies = [ "aether-lspd", "clap", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "aether-mcp-servers" -version = "0.4.32" +version = "0.4.33" dependencies = [ "aether-agent-core", "aether-auth", @@ -305,7 +305,7 @@ dependencies = [ [[package]] name = "aether-mcp-utils" -version = "0.5.29" +version = "0.5.30" dependencies = [ "aether-auth", "aether-doctest", @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "aether-project" -version = "0.5.27" +version = "0.5.28" dependencies = [ "aether-agent-core", "aether-doctest", @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "aether-schemas" -version = "0.1.13" +version = "0.1.14" dependencies = [ "aether-agent-cli", "aether-agent-core", @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "aether-telemetry" -version = "0.1.7" +version = "0.1.8" dependencies = [ "aether-agent-core", "aether-llm", @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "aether-wisp" -version = "0.4.36" +version = "0.4.37" dependencies = [ "aether-acp-utils", "aether-tui", @@ -2340,13 +2340,13 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" +checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -3963,7 +3963,7 @@ dependencies = [ "bitflags 2.13.1", "libc", "plain", - "redox_syscall 0.9.0", + "redox_syscall 0.9.1", ] [[package]] @@ -5128,9 +5128,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759" +checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e" dependencies = [ "bitflags 2.13.1", ] diff --git a/crates/acp-utils/CHANGELOG.md b/crates/acp-utils/CHANGELOG.md index 59cf20c9..0c89c859 100644 --- a/crates/acp-utils/CHANGELOG.md +++ b/crates/acp-utils/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.3.36](https://github.com/contextbridge/aether/compare/aether-acp-utils-v0.3.35...aether-acp-utils-v0.3.36) - 2026-07-28 + +### Other + +- updated the following local packages: aether-mcp-utils + ## [0.3.35](https://github.com/contextbridge/aether/compare/aether-acp-utils-v0.3.34...aether-acp-utils-v0.3.35) - 2026-07-28 ### Other diff --git a/crates/acp-utils/Cargo.toml b/crates/acp-utils/Cargo.toml index 290fc5ae..3cc59709 100644 --- a/crates/acp-utils/Cargo.toml +++ b/crates/acp-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-acp-utils" -version = "0.3.35" +version = "0.3.36" edition = "2024" description = "Agent Client Protocol (ACP) utilities for the Aether AI agent framework" license = "MIT" @@ -37,7 +37,7 @@ rmcp = { workspace = true, features = ["client", "elicitation"] } schemars = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.29" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.30" } tokio = { workspace = true, features = ["rt", "macros", "sync", "io-util", "process", "time"] } tracing = { workspace = true } utils = { package = "aether-utils", path = "../utils", version = "0.2.11" } diff --git a/crates/aether-cli/CHANGELOG.md b/crates/aether-cli/CHANGELOG.md index 024975b6..6417c4ca 100644 --- a/crates/aether-cli/CHANGELOG.md +++ b/crates/aether-cli/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.7.30](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.29...aether-agent-cli-v0.7.30) - 2026-07-28 + +### Fixed + +- *(aether-telemetry)* Include reasoning tokens and pricing information ([#301](https://github.com/contextbridge/aether/pull/301)) + ## [0.7.29](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.28...aether-agent-cli-v0.7.29) - 2026-07-28 ### Other diff --git a/crates/aether-cli/Cargo.toml b/crates/aether-cli/Cargo.toml index 6c54b4fd..80c65a60 100644 --- a/crates/aether-cli/Cargo.toml +++ b/crates/aether-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-agent-cli" -version = "0.7.29" +version = "0.7.30" edition = "2024" description = "CLI and ACP server for the Aether AI coding agent" license = "MIT" @@ -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.26" } -aether-project = { path = "../aether-project", version = "0.5.27" } -aether-telemetry = { path = "../aether-telemetry", version = "0.1.7" } -llm = { package = "aether-llm", path = "../llm", features = ["bedrock", "codex"], version = "0.7.24" } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.29" } -mcp-servers = { package = "aether-mcp-servers", path = "../mcp-servers", features = ["all"], version = "0.4.32" } -wisp = { package = "aether-wisp", path = "../wisp", version = "0.4.36" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.27" } +aether-project = { path = "../aether-project", version = "0.5.28" } +aether-telemetry = { path = "../aether-telemetry", version = "0.1.8" } +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.33" } +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.35" } +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.27" } +aether-lspd = { path = "../aether-lspd", version = "0.1.28" } 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"] } @@ -65,4 +65,4 @@ url = { workspace = true } libc = { workspace = true } [dev-dependencies] -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["testing"], version = "0.3.35" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["testing"], version = "0.3.36" } diff --git a/crates/aether-core/CHANGELOG.md b/crates/aether-core/CHANGELOG.md index 7e9935d4..99e7de7d 100644 --- a/crates/aether-core/CHANGELOG.md +++ b/crates/aether-core/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.27](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.26...aether-agent-core-v0.6.27) - 2026-07-28 + +### Fixed + +- *(aether-telemetry)* Include reasoning tokens and pricing information ([#301](https://github.com/contextbridge/aether/pull/301)) + ## [0.6.26](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.25...aether-agent-core-v0.6.26) - 2026-07-28 ### Other diff --git a/crates/aether-core/Cargo.toml b/crates/aether-core/Cargo.toml index 8cf1dbf7..cef37496 100644 --- a/crates/aether-core/Cargo.toml +++ b/crates/aether-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-agent-core" -version = "0.6.26" +version = "0.6.27" edition = "2024" description = "A minimal Rust library for building AI agents with MCP tool integration" license = "MIT" @@ -42,12 +42,12 @@ tracing-subscriber = { workspace = true } clap = { workspace = true } thiserror = { workspace = true } agent-client-protocol = { workspace = true } -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", default-features = false, version = "0.3.35" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", default-features = false, version = "0.3.36" } glob = { workspace = true } regex = { workspace = true } aether-auth = { path = "../aether-auth", version = "0.1.10" } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.29" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.24", features = ["codex"] } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.30" } +llm = { package = "aether-llm", path = "../llm", version = "0.7.25", features = ["codex"] } utils = { package = "aether-utils", path = "../utils", version = "0.2.11" } [features] diff --git a/crates/aether-evals/CHANGELOG.md b/crates/aether-evals/CHANGELOG.md index 946987f1..df77b479 100644 --- a/crates/aether-evals/CHANGELOG.md +++ b/crates/aether-evals/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.19](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.18...aether-evals-v0.2.19) - 2026-07-28 + +### Other + +- updated the following local packages: aether-llm, aether-agent-core, aether-project + ## [0.2.18](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.17...aether-evals-v0.2.18) - 2026-07-28 ### Other diff --git a/crates/aether-evals/Cargo.toml b/crates/aether-evals/Cargo.toml index be966925..3f580dc9 100644 --- a/crates/aether-evals/Cargo.toml +++ b/crates/aether-evals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-evals" -version = "0.2.18" +version = "0.2.19" edition = "2024" description = "Dockerized eval harness for Aether AI agents" license = "MIT" @@ -25,9 +25,9 @@ schemars = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true } tempfile = { workspace = true } -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.26" } -aether-project = { path = "../aether-project", version = "0.5.27" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.24" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.27" } +aether-project = { path = "../aether-project", version = "0.5.28" } +llm = { package = "aether-llm", path = "../llm", version = "0.7.25" } testcontainers = { workspace = true } [lib] diff --git a/crates/aether-lspd/CHANGELOG.md b/crates/aether-lspd/CHANGELOG.md index c69b834e..40bb5471 100644 --- a/crates/aether-lspd/CHANGELOG.md +++ b/crates/aether-lspd/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.28](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.27...aether-lspd-v0.1.28) - 2026-07-28 + +### Other + +- isolate LSP timeout recovery coverage ([#300](https://github.com/contextbridge/aether/pull/300)) + ## [0.1.27](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.26...aether-lspd-v0.1.27) - 2026-07-28 ### Other diff --git a/crates/aether-lspd/Cargo.toml b/crates/aether-lspd/Cargo.toml index 00231a85..52c69bad 100644 --- a/crates/aether-lspd/Cargo.toml +++ b/crates/aether-lspd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-lspd" -version = "0.1.27" +version = "0.1.28" edition = "2024" description = "LSP daemon for sharing language servers across multiple agents" license = "MIT" diff --git a/crates/aether-project/CHANGELOG.md b/crates/aether-project/CHANGELOG.md index 052a77e2..d150eb38 100644 --- a/crates/aether-project/CHANGELOG.md +++ b/crates/aether-project/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.28](https://github.com/contextbridge/aether/compare/aether-project-v0.5.27...aether-project-v0.5.28) - 2026-07-28 + +### Other + +- update Cargo.lock dependencies + ## [0.5.27](https://github.com/contextbridge/aether/compare/aether-project-v0.5.26...aether-project-v0.5.27) - 2026-07-28 ### Other diff --git a/crates/aether-project/Cargo.toml b/crates/aether-project/Cargo.toml index 9966d805..d4b0f5f2 100644 --- a/crates/aether-project/Cargo.toml +++ b/crates/aether-project/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-project" -version = "0.5.27" +version = "0.5.28" edition = "2024" description = "Project-local settings and agent discovery for the Aether AI agent framework" license = "MIT" @@ -20,9 +20,9 @@ rustdoc-args = ["--cfg", "docsrs"] workspace = true [dependencies] -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.26" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.24" } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.29" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.27" } +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" } schemars = { workspace = true } serde = { workspace = true } diff --git a/crates/aether-schemas/CHANGELOG.md b/crates/aether-schemas/CHANGELOG.md index 3bbc1e14..8c63f18b 100644 --- a/crates/aether-schemas/CHANGELOG.md +++ b/crates/aether-schemas/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.14](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.13...aether-schemas-v0.1.14) - 2026-07-28 + +### Other + +- update Cargo.lock dependencies + ## [0.1.13](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.12...aether-schemas-v0.1.13) - 2026-07-28 ### Other diff --git a/crates/aether-schemas/Cargo.toml b/crates/aether-schemas/Cargo.toml index 4b076723..44fad89b 100644 --- a/crates/aether-schemas/Cargo.toml +++ b/crates/aether-schemas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-schemas" -version = "0.1.13" +version = "0.1.14" edition = "2024" description = "Schema generation utilities for Aether SDK codegen" license = "MIT" @@ -15,10 +15,10 @@ dist = false workspace = true [dependencies] -aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.29" } -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.26" } -aether-evals = { path = "../aether-evals", version = "0.2.18" } -aether-project = { path = "../aether-project", version = "0.5.27" } +aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.30" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.27" } +aether-evals = { path = "../aether-evals", version = "0.2.19" } +aether-project = { path = "../aether-project", version = "0.5.28" } schemars = { workspace = true } serde_json = { workspace = true } utils = { package = "aether-utils", path = "../utils", version = "0.2.11" } diff --git a/crates/aether-telemetry/CHANGELOG.md b/crates/aether-telemetry/CHANGELOG.md index f4cd4048..c95f9aa6 100644 --- a/crates/aether-telemetry/CHANGELOG.md +++ b/crates/aether-telemetry/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/contextbridge/aether/compare/aether-telemetry-v0.1.7...aether-telemetry-v0.1.8) - 2026-07-28 + +### Fixed + +- *(aether-telemetry)* Include reasoning tokens and pricing information ([#301](https://github.com/contextbridge/aether/pull/301)) + ## [0.1.7](https://github.com/contextbridge/aether/compare/aether-telemetry-v0.1.6...aether-telemetry-v0.1.7) - 2026-07-28 ### Fixed diff --git a/crates/aether-telemetry/Cargo.toml b/crates/aether-telemetry/Cargo.toml index fbc65e71..a94dd189 100644 --- a/crates/aether-telemetry/Cargo.toml +++ b/crates/aether-telemetry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-telemetry" -version = "0.1.7" +version = "0.1.8" edition = "2024" description = "OpenTelemetry support for Aether GenAI calls" license = "MIT" @@ -13,8 +13,8 @@ dist = false workspace = true [dependencies] -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.26" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.24" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.27" } +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"] } opentelemetry-otlp = { version = "0.32.0", default-features = false, features = ["trace", "metrics", "http-proto", "reqwest-client"] } @@ -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.26", features = ["testing"] } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.27", 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"] } diff --git a/crates/llm-codegen/CHANGELOG.md b/crates/llm-codegen/CHANGELOG.md index 059e8f0e..9f62c7c0 100644 --- a/crates/llm-codegen/CHANGELOG.md +++ b/crates/llm-codegen/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.2.18](https://github.com/contextbridge/aether/compare/aether-llm-codegen-v0.2.17...aether-llm-codegen-v0.2.18) - 2026-07-28 + +### Fixed + +- *(aether-telemetry)* Include reasoning tokens and pricing information ([#301](https://github.com/contextbridge/aether/pull/301)) + +### Other + +- *(deps)* bump prettyplease from 0.2.37 to 0.3.0 ([#286](https://github.com/contextbridge/aether/pull/286)) + ## [0.2.17](https://github.com/contextbridge/aether/compare/aether-llm-codegen-v0.2.16...aether-llm-codegen-v0.2.17) - 2026-07-27 ### Added diff --git a/crates/llm-codegen/Cargo.toml b/crates/llm-codegen/Cargo.toml index 5c105dcd..9558775b 100644 --- a/crates/llm-codegen/Cargo.toml +++ b/crates/llm-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-llm-codegen" -version = "0.2.17" +version = "0.2.18" edition = "2024" description = "Code generation utilities for the Aether LLM provider layer" license = "MIT" diff --git a/crates/llm/CHANGELOG.md b/crates/llm/CHANGELOG.md index b8e5f63d..030d7d40 100644 --- a/crates/llm/CHANGELOG.md +++ b/crates/llm/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.7.25](https://github.com/contextbridge/aether/compare/aether-llm-v0.7.24...aether-llm-v0.7.25) - 2026-07-28 + +### Fixed + +- *(aether-telemetry)* Include reasoning tokens and pricing information ([#301](https://github.com/contextbridge/aether/pull/301)) + ## [0.7.24](https://github.com/contextbridge/aether/compare/aether-llm-v0.7.23...aether-llm-v0.7.24) - 2026-07-28 ### Other diff --git a/crates/llm/Cargo.toml b/crates/llm/Cargo.toml index 0628fad6..aed3e2bf 100644 --- a/crates/llm/Cargo.toml +++ b/crates/llm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-llm" -version = "0.7.24" +version = "0.7.25" edition = "2024" description = "Multi-provider LLM abstraction layer for the Aether AI agent framework" license = "MIT" @@ -74,7 +74,7 @@ oauth2 = { workspace = true, optional = true } url = { workspace = true, optional = true } [build-dependencies] -llm-codegen = { package = "aether-llm-codegen", path = "../llm-codegen", version = "0.2.17" } +llm-codegen = { package = "aether-llm-codegen", path = "../llm-codegen", version = "0.2.18" } [dev-dependencies] aether-doctest = { path = "../doctest" } diff --git a/crates/mcp-servers/CHANGELOG.md b/crates/mcp-servers/CHANGELOG.md index f5690228..35d29a91 100644 --- a/crates/mcp-servers/CHANGELOG.md +++ b/crates/mcp-servers/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.33](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.32...aether-mcp-servers-v0.4.33) - 2026-07-28 + +### Other + +- isolate LSP timeout recovery coverage ([#300](https://github.com/contextbridge/aether/pull/300)) + ## [0.4.32](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.31...aether-mcp-servers-v0.4.32) - 2026-07-28 ### Other diff --git a/crates/mcp-servers/Cargo.toml b/crates/mcp-servers/Cargo.toml index f039b112..00d78029 100644 --- a/crates/mcp-servers/Cargo.toml +++ b/crates/mcp-servers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-mcp-servers" -version = "0.4.32" +version = "0.4.33" edition = "2024" description = "Built-in MCP tool servers for the Aether AI agent framework" license = "MIT" @@ -85,9 +85,9 @@ tokio = { workspace = true, features = ["rt", "macros", "sync", "io-util", "fs", rmcp = { workspace = true, features = ["elicitation", "macros", "server"] } schemars = { workspace = true } clap = { workspace = true, features = ["env"] } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", default-features = false, version = "0.5.29" } +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.27" } +aether-lspd = { path = "../aether-lspd", optional = true, version = "0.1.28" } futures = { workspace = true, optional = true } globset = { workspace = true, optional = true } grep = { workspace = true, optional = true } @@ -110,16 +110,16 @@ 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.26" } -aether-project = { path = "../aether-project", optional = true, version = "0.5.27" } -llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.24" } +aether-core = { package = "aether-agent-core", path = "../aether-core", optional = true, version = "0.6.27" } +aether-project = { path = "../aether-project", optional = true, version = "0.5.28" } +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.27" } +aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.28" } mcp-servers = { package = "aether-mcp-servers", path = ".", features = ["test-helpers"] } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", features = ["client"], version = "0.5.29" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", features = ["client"], version = "0.5.30" } [[bin]] name = "mcp-servers-stdio" diff --git a/crates/mcp-utils/CHANGELOG.md b/crates/mcp-utils/CHANGELOG.md index 7a1d2564..8a1ba125 100644 --- a/crates/mcp-utils/CHANGELOG.md +++ b/crates/mcp-utils/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.30](https://github.com/contextbridge/aether/compare/aether-mcp-utils-v0.5.29...aether-mcp-utils-v0.5.30) - 2026-07-28 + +### Other + +- updated the following local packages: aether-llm + ## [0.5.29](https://github.com/contextbridge/aether/compare/aether-mcp-utils-v0.5.28...aether-mcp-utils-v0.5.29) - 2026-07-28 ### Other diff --git a/crates/mcp-utils/Cargo.toml b/crates/mcp-utils/Cargo.toml index 558aeb06..06f473f0 100644 --- a/crates/mcp-utils/Cargo.toml +++ b/crates/mcp-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-mcp-utils" -version = "0.5.29" +version = "0.5.30" edition = "2024" description = "MCP client and server utilities for the Aether AI agent framework" license = "MIT" @@ -46,7 +46,7 @@ schemars = { workspace = true } # client-only deps aether-auth = { path = "../aether-auth", version = "0.1.10", optional = true } -llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.24" } +llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.25" } serde_json = { workspace = true } regex = { workspace = true } reqwest = { workspace = true, optional = true } diff --git a/crates/wisp/CHANGELOG.md b/crates/wisp/CHANGELOG.md index ac106813..8877aa82 100644 --- a/crates/wisp/CHANGELOG.md +++ b/crates/wisp/CHANGELOG.md @@ -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-wisp-v0.4.36...aether-wisp-v0.4.37) - 2026-07-28 + +### Other + +- update Cargo.lock dependencies + ## [0.4.36](https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.35...aether-wisp-v0.4.36) - 2026-07-28 ### Other diff --git a/crates/wisp/Cargo.toml b/crates/wisp/Cargo.toml index e15c0248..31abbfd9 100644 --- a/crates/wisp/Cargo.toml +++ b/crates/wisp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-wisp" -version = "0.4.36" +version = "0.4.37" edition = "2024" description = "A terminal UI for AI coding agents via the Agent Client Protocol (ACP)" license = "MIT" @@ -28,7 +28,7 @@ rustdoc-args = ["--cfg", "docsrs"] workspace = true [dependencies] -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client"], version = "0.3.35" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client"], version = "0.3.36" } tui = { package = "aether-tui", path = "../tui", version = "0.2.19" } utils = { package = "aether-utils", path = "../utils", version = "0.2.11" } agent-client-protocol = { workspace = true } @@ -49,6 +49,6 @@ chrono = { workspace = true } thiserror = { workspace = true } [dev-dependencies] -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client", "testing"], version = "0.3.35" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client", "testing"], version = "0.3.36" } tui = { package = "aether-tui", path = "../tui", features = ["testing"], version = "0.2.19" } tempfile = { workspace = true }