From 25a9a26f6ae2434526425355f23ea6adcc6ea08a Mon Sep 17 00:00:00 2001 From: "contextbridge-pr-automation[bot]" <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 17:17:18 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 112 +++++++++++++-------------- crates/aether-cli/CHANGELOG.md | 6 ++ crates/aether-cli/Cargo.toml | 10 +-- crates/aether-core/CHANGELOG.md | 6 ++ crates/aether-core/Cargo.toml | 2 +- crates/aether-evals/CHANGELOG.md | 6 ++ crates/aether-evals/Cargo.toml | 6 +- crates/aether-project/CHANGELOG.md | 6 ++ crates/aether-project/Cargo.toml | 4 +- crates/aether-schemas/CHANGELOG.md | 6 ++ crates/aether-schemas/Cargo.toml | 10 +-- crates/aether-telemetry/CHANGELOG.md | 6 ++ crates/aether-telemetry/Cargo.toml | 6 +- crates/mcp-servers/CHANGELOG.md | 6 ++ crates/mcp-servers/Cargo.toml | 6 +- 15 files changed, 120 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eefa3fa7..cc57fb76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "aether-agent-cli" -version = "0.7.32" +version = "0.7.33" dependencies = [ "aether-acp-utils", "aether-agent-core", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "aether-agent-core" -version = "0.6.28" +version = "0.6.29" dependencies = [ "aether-acp-utils", "aether-agent-core", @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "aether-evals" -version = "0.2.21" +version = "0.2.22" dependencies = [ "aether-agent-core", "aether-llm", @@ -268,7 +268,7 @@ dependencies = [ [[package]] name = "aether-mcp-servers" -version = "0.4.35" +version = "0.4.36" dependencies = [ "aether-agent-core", "aether-auth", @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "aether-project" -version = "0.5.29" +version = "0.5.30" dependencies = [ "aether-agent-core", "aether-doctest", @@ -348,7 +348,7 @@ dependencies = [ [[package]] name = "aether-schemas" -version = "0.1.16" +version = "0.1.17" dependencies = [ "aether-agent-cli", "aether-agent-core", @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "aether-telemetry" -version = "0.1.9" +version = "0.1.10" dependencies = [ "aether-agent-core", "aether-llm", @@ -927,7 +927,7 @@ dependencies = [ "bytes", "fastrand", "hex", - "http 1.4.2", + "http 1.5.0", "sha1", "time", "tokio", @@ -989,7 +989,7 @@ dependencies = [ "bytes", "bytes-utils", "fastrand", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "percent-encoding", "pin-project-lite", @@ -1020,7 +1020,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "http-body-util", "regex-lite", "tracing", @@ -1047,7 +1047,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "regex-lite", "tracing", ] @@ -1073,7 +1073,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "regex-lite", "tracing", ] @@ -1100,7 +1100,7 @@ dependencies = [ "aws-types", "fastrand", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "regex-lite", "tracing", ] @@ -1121,7 +1121,7 @@ dependencies = [ "hex", "hmac 0.13.0", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "percent-encoding", "sha2 0.11.0", "time", @@ -1163,7 +1163,7 @@ dependencies = [ "bytes-utils", "futures-core", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "http-body-util", "percent-encoding", @@ -1184,7 +1184,7 @@ dependencies = [ "h2 0.3.27", "h2 0.4.15", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "http-body 0.4.6", "hyper 0.14.32", "hyper 1.11.0", @@ -1193,7 +1193,7 @@ dependencies = [ "hyper-util", "pin-project-lite", "rustls 0.21.12", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-native-certs", "rustls-pki-types", "tokio", @@ -1251,7 +1251,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "http-body 0.4.6", "http-body 1.1.0", "http-body-util", @@ -1272,7 +1272,7 @@ dependencies = [ "aws-smithy-types", "bytes", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "pin-project-lite", "tokio", "tracing", @@ -1298,7 +1298,7 @@ checksum = "7d56e0a4e53127a632224e43633b0fe045fa9e1e3cfc68b9830f1115e103f910" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", - "http 1.4.2", + "http 1.5.0", ] [[package]] @@ -1312,7 +1312,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.12", - "http 1.4.2", + "http 1.5.0", "http-body 0.4.6", "http-body 1.1.0", "http-body-util", @@ -1364,7 +1364,7 @@ dependencies = [ "bytes", "form_urlencoded", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "http-body-util", "hyper 1.11.0", @@ -1395,7 +1395,7 @@ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ "bytes", "futures-core", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "http-body-util", "mime", @@ -1575,7 +1575,7 @@ dependencies = [ "futures-util", "hex", "home", - "http 1.4.2", + "http 1.5.0", "http-body-util", "hyper 1.11.0", "hyper-named-pipe", @@ -1586,7 +1586,7 @@ dependencies = [ "num", "pin-project-lite", "rand 0.9.5", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-native-certs", "rustls-pki-types", "serde", @@ -3104,7 +3104,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.4.2", + "http 1.5.0", "indexmap 2.14.0", "slab", "tokio", @@ -3268,9 +3268,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" +checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" dependencies = [ "bytes", "itoa", @@ -3294,7 +3294,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" dependencies = [ "bytes", - "http 1.4.2", + "http 1.5.0", ] [[package]] @@ -3305,7 +3305,7 @@ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" dependencies = [ "bytes", "futures-core", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "pin-project-lite", ] @@ -3375,7 +3375,7 @@ dependencies = [ "futures-channel", "futures-core", "h2 0.4.15", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "httparse", "httpdate", @@ -3421,10 +3421,10 @@ version = "0.27.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" dependencies = [ - "http 1.4.2", + "http 1.5.0", "hyper 1.11.0", "hyper-util", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-native-certs", "tokio", "tokio-rustls 0.26.4", @@ -3455,7 +3455,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "hyper 1.11.0", "ipnet", @@ -4401,7 +4401,7 @@ dependencies = [ "base64 0.22.1", "chrono", "getrandom 0.2.17", - "http 1.4.2", + "http 1.5.0", "rand 0.8.7", "reqwest 0.12.28", "serde", @@ -4457,7 +4457,7 @@ checksum = "5683015d09e2df236ef005b17f6f196f0d5f6313c4fa43a7b6a53b52776e4331" dependencies = [ "async-trait", "bytes", - "http 1.4.2", + "http 1.5.0", "opentelemetry", "reqwest 0.13.4", ] @@ -4468,7 +4468,7 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35" dependencies = [ - "http 1.4.2", + "http 1.5.0", "opentelemetry", "opentelemetry-http", "opentelemetry-proto", @@ -4980,7 +4980,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.23.42", + "rustls 0.23.43", "socket2 0.6.5", "thiserror 2.0.19", "tokio", @@ -5002,7 +5002,7 @@ dependencies = [ "rand_pcg", "ring", "rustc-hash", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-pki-types", "slab", "thiserror 2.0.19", @@ -5244,7 +5244,7 @@ dependencies = [ "base64 0.22.1", "bytes", "futures-core", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "http-body-util", "hyper 1.11.0", @@ -5255,7 +5255,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-pki-types", "serde", "serde_json", @@ -5284,7 +5284,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.15", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "http-body-util", "hyper 1.11.0", @@ -5296,7 +5296,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-pki-types", "rustls-platform-verifier", "serde", @@ -5339,7 +5339,7 @@ dependencies = [ "async-trait", "chrono", "futures", - "http 1.4.2", + "http 1.5.0", "oauth2", "pastey", "pin-project-lite", @@ -5468,9 +5468,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.42" +version = "0.23.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" +checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06" dependencies = [ "aws-lc-rs", "log", @@ -5515,7 +5515,7 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-native-certs", "rustls-platform-verifier-android", "rustls-webpki 0.103.13", @@ -6487,7 +6487,7 @@ dependencies = [ "etcetera 0.11.0", "ferroid", "futures", - "http 1.4.2", + "http 1.5.0", "itertools", "log", "memchr", @@ -6627,13 +6627,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" +checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -6652,7 +6652,7 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ - "rustls 0.23.42", + "rustls 0.23.43", "tokio", ] @@ -6732,7 +6732,7 @@ dependencies = [ "base64 0.22.1", "bytes", "h2 0.4.15", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "http-body-util", "hyper 1.11.0", @@ -6789,7 +6789,7 @@ dependencies = [ "bitflags 2.13.1", "bytes", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body 1.1.0", "pin-project-lite", "tower", @@ -7315,7 +7315,7 @@ dependencies = [ "base64 0.22.1", "log", "percent-encoding", - "rustls 0.23.42", + "rustls 0.23.43", "rustls-pki-types", "ureq-proto", "utf8-zero", @@ -7328,7 +7328,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" dependencies = [ "base64 0.22.1", - "http 1.4.2", + "http 1.5.0", "httparse", "log", ] diff --git a/crates/aether-cli/CHANGELOG.md b/crates/aether-cli/CHANGELOG.md index 7d7b6c2d..1d77d42e 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.33](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.32...aether-agent-cli-v0.7.33) - 2026-07-29 + +### Fixed + +- make agent resolution canonical across runtimes ([#310](https://github.com/contextbridge/aether/pull/310)) + ## [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 diff --git a/crates/aether-cli/Cargo.toml b/crates/aether-cli/Cargo.toml index e3545bf2..bf96df77 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.32" +version = "0.7.33" edition = "2024" description = "CLI and ACP server for the Aether AI coding agent" license = "MIT" @@ -30,12 +30,12 @@ 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.28" } -aether-project = { path = "../aether-project", version = "0.5.29" } -aether-telemetry = { path = "../aether-telemetry", version = "0.1.9" } +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" } 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.35" } +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" } 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" } diff --git a/crates/aether-core/CHANGELOG.md b/crates/aether-core/CHANGELOG.md index bb1cb003..1f3686f3 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.29](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.28...aether-agent-core-v0.6.29) - 2026-07-29 + +### Fixed + +- make agent resolution canonical across runtimes ([#310](https://github.com/contextbridge/aether/pull/310)) + ## [0.6.28](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.27...aether-agent-core-v0.6.28) - 2026-07-29 ### Added diff --git a/crates/aether-core/Cargo.toml b/crates/aether-core/Cargo.toml index a997c5bf..84251134 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.28" +version = "0.6.29" edition = "2024" description = "A minimal Rust library for building AI agents with MCP tool integration" license = "MIT" diff --git a/crates/aether-evals/CHANGELOG.md b/crates/aether-evals/CHANGELOG.md index a7590405..fb031ff7 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.22](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.21...aether-evals-v0.2.22) - 2026-07-29 + +### Other + +- updated the following local packages: aether-agent-core, aether-project + ## [0.2.21](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.20...aether-evals-v0.2.21) - 2026-07-29 ### Fixed diff --git a/crates/aether-evals/Cargo.toml b/crates/aether-evals/Cargo.toml index 31b6c5f4..ba15a3f5 100644 --- a/crates/aether-evals/Cargo.toml +++ b/crates/aether-evals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-evals" -version = "0.2.21" +version = "0.2.22" edition = "2024" description = "Dockerized eval harness for Aether AI agents" license = "MIT" @@ -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.28" } -aether-project = { path = "../aether-project", version = "0.5.29" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" } +aether-project = { path = "../aether-project", version = "0.5.30" } llm = { package = "aether-llm", path = "../llm", version = "0.7.25" } testcontainers = { workspace = true } diff --git a/crates/aether-project/CHANGELOG.md b/crates/aether-project/CHANGELOG.md index b1605077..7ccdc83d 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.30](https://github.com/contextbridge/aether/compare/aether-project-v0.5.29...aether-project-v0.5.30) - 2026-07-29 + +### Fixed + +- make agent resolution canonical across runtimes ([#310](https://github.com/contextbridge/aether/pull/310)) + ## [0.5.29](https://github.com/contextbridge/aether/compare/aether-project-v0.5.28...aether-project-v0.5.29) - 2026-07-29 ### Other diff --git a/crates/aether-project/Cargo.toml b/crates/aether-project/Cargo.toml index 1c98d479..191ffffd 100644 --- a/crates/aether-project/Cargo.toml +++ b/crates/aether-project/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-project" -version = "0.5.29" +version = "0.5.30" edition = "2024" description = "Project-local settings and agent discovery for the Aether AI agent framework" license = "MIT" @@ -20,7 +20,7 @@ rustdoc-args = ["--cfg", "docsrs"] workspace = true [dependencies] -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.28" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" } 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" } diff --git a/crates/aether-schemas/CHANGELOG.md b/crates/aether-schemas/CHANGELOG.md index 247049c7..b77f9275 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.17](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.16...aether-schemas-v0.1.17) - 2026-07-29 + +### Other + +- updated the following local packages: aether-agent-core, aether-project, aether-agent-cli, aether-evals + ## [0.1.16](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.15...aether-schemas-v0.1.16) - 2026-07-29 ### Other diff --git a/crates/aether-schemas/Cargo.toml b/crates/aether-schemas/Cargo.toml index 8c510ff8..c91ef243 100644 --- a/crates/aether-schemas/Cargo.toml +++ b/crates/aether-schemas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-schemas" -version = "0.1.16" +version = "0.1.17" 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.32" } -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.28" } -aether-evals = { path = "../aether-evals", version = "0.2.21" } -aether-project = { path = "../aether-project", version = "0.5.29" } +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" } 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 7142fcfb..b9a4fe55 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.10](https://github.com/contextbridge/aether/compare/aether-telemetry-v0.1.9...aether-telemetry-v0.1.10) - 2026-07-29 + +### Other + +- updated the following local packages: aether-agent-core, aether-agent-core + ## [0.1.9](https://github.com/contextbridge/aether/compare/aether-telemetry-v0.1.8...aether-telemetry-v0.1.9) - 2026-07-29 ### Added diff --git a/crates/aether-telemetry/Cargo.toml b/crates/aether-telemetry/Cargo.toml index e47ac0a4..05a9f55f 100644 --- a/crates/aether-telemetry/Cargo.toml +++ b/crates/aether-telemetry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-telemetry" -version = "0.1.9" +version = "0.1.10" edition = "2024" description = "OpenTelemetry support for Aether GenAI calls" license = "MIT" @@ -13,7 +13,7 @@ dist = false workspace = true [dependencies] -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.28" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29" } 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"] } @@ -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.28", features = ["testing"] } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.29", 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/mcp-servers/CHANGELOG.md b/crates/mcp-servers/CHANGELOG.md index 7e2fb9ce..9744914f 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.36](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.35...aether-mcp-servers-v0.4.36) - 2026-07-29 + +### Fixed + +- make agent resolution canonical across runtimes ([#310](https://github.com/contextbridge/aether/pull/310)) + ## [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 diff --git a/crates/mcp-servers/Cargo.toml b/crates/mcp-servers/Cargo.toml index b0fa8cdb..110c4d4a 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.35" +version = "0.4.36" edition = "2024" description = "Built-in MCP tool servers for the Aether AI agent framework" license = "MIT" @@ -110,8 +110,8 @@ 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.28" } -aether-project = { path = "../aether-project", optional = true, version = "0.5.29" } +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" } llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.25" } [dev-dependencies]