From 255df46e6c393aab13ad683b945d7704e13bffa6 Mon Sep 17 00:00:00 2001 From: "contextbridge-pr-automation[bot]" <259134118+contextbridge-pr-automation[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:42:23 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 222 ++++++++++++++--------------- crates/acp-utils/CHANGELOG.md | 6 + crates/acp-utils/Cargo.toml | 6 +- crates/aether-cli/CHANGELOG.md | 6 + crates/aether-cli/Cargo.toml | 20 +-- crates/aether-core/CHANGELOG.md | 6 + crates/aether-core/Cargo.toml | 10 +- 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 | 10 +- crates/aether-schemas/CHANGELOG.md | 6 + crates/aether-schemas/Cargo.toml | 12 +- crates/llm-codegen/CHANGELOG.md | 6 + crates/llm-codegen/Cargo.toml | 4 +- crates/llm/CHANGELOG.md | 6 + crates/llm/Cargo.toml | 6 +- crates/mcp-servers/CHANGELOG.md | 6 + crates/mcp-servers/Cargo.toml | 16 +-- crates/mcp-utils/CHANGELOG.md | 6 + crates/mcp-utils/Cargo.toml | 6 +- crates/utils/CHANGELOG.md | 6 + crates/utils/Cargo.toml | 2 +- crates/wisp/CHANGELOG.md | 6 + crates/wisp/Cargo.toml | 8 +- 27 files changed, 242 insertions(+), 168 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3945c0f5e..5202a577b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "aether-acp-utils" -version = "0.3.27" +version = "0.3.28" dependencies = [ "aether-mcp-utils", "aether-utils", @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "aether-agent-cli" -version = "0.7.20" +version = "0.7.21" dependencies = [ "aether-acp-utils", "aether-agent-core", @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "aether-agent-core" -version = "0.6.18" +version = "0.6.19" dependencies = [ "aether-acp-utils", "aether-agent-core", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "aether-evals" -version = "0.2.9" +version = "0.2.10" dependencies = [ "aether-agent-core", "aether-llm", @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "aether-llm" -version = "0.7.16" +version = "0.7.17" dependencies = [ "aether-auth", "aether-doctest", @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "aether-llm-codegen" -version = "0.2.12" +version = "0.2.13" dependencies = [ "aether-utils", "prettyplease", @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "aether-lspd" -version = "0.1.20" +version = "0.1.21" dependencies = [ "aether-lspd", "clap", @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "aether-mcp-servers" -version = "0.4.23" +version = "0.4.24" dependencies = [ "aether-agent-core", "aether-auth", @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "aether-mcp-utils" -version = "0.5.21" +version = "0.5.22" dependencies = [ "aether-auth", "aether-doctest", @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "aether-project" -version = "0.5.18" +version = "0.5.19" dependencies = [ "aether-agent-core", "aether-doctest", @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "aether-schemas" -version = "0.1.4" +version = "0.1.5" dependencies = [ "aether-agent-cli", "aether-agent-core", @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "aether-utils" -version = "0.2.8" +version = "0.2.9" dependencies = [ "futures", "regex", @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "aether-wisp" -version = "0.4.27" +version = "0.4.28" dependencies = [ "aether-acp-utils", "aether-tui", @@ -455,7 +455,7 @@ dependencies = [ "futures", "futures-concurrency", "jsonrpcmsg", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "schemars 1.2.1", "serde", "serde_json", @@ -644,7 +644,7 @@ dependencies = [ "futures-core", "libc", "portable-atomic", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "rustix 0.38.44", "tokio", "tokio-stream", @@ -1039,9 +1039,9 @@ dependencies = [ [[package]] name = "aws-smithy-async" -version = "1.2.14" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" +checksum = "f02e407fb3b54891734224b9ffac8a71fdd35f542500fa1af95754a6b2beb316" dependencies = [ "futures-util", "pin-project-lite", @@ -1187,9 +1187,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api-macros" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7" +checksum = "221eaa237ddf1ca79b60d1372aad77e47f9c0ea5b3ce5099da8c61d027dc77b3" dependencies = [ "proc-macro2", "quote", @@ -1548,9 +1548,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" +checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" [[package]] name = "bytes-utils" @@ -1573,9 +1573,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.65" +version = "1.2.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" +checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996" dependencies = [ "find-msvc-tools", "jobserver", @@ -1804,18 +1804,18 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.15" +version = "0.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" +checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" +checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -1823,18 +1823,18 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.18" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" +checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17" [[package]] name = "crossterm" @@ -2012,9 +2012,9 @@ dependencies = [ [[package]] name = "dbus" -version = "0.9.11" +version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b942602992bb7acfd1f51c49811c58a610ef9181b6e66f3e519d79b540a3bf73" +checksum = "3ab69f03cc8c4340c9c8e315114e1658e6775a9b16a04357973aa21cec22b32e" dependencies = [ "libc", "libdbus-sys", @@ -2354,7 +2354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee93edf3c501f0035bbeffeccfed0b79e14c311f12195ec0e661e114a0f60da4" dependencies = [ "portable-atomic", - "rand 0.10.1", + "rand 0.10.2", "web-time", ] @@ -2657,9 +2657,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi 6.0.0", "rand_core 0.10.1", + "wasm-bindgen", ] [[package]] @@ -2883,12 +2885,9 @@ dependencies = [ [[package]] name = "html-escape" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" -dependencies = [ - "utf8-width", -] +checksum = "46c1ff2d1cbf39efe5af0900ced8a069b5e61557a17544eb0c4a50239937389e" [[package]] name = "html5ever" @@ -3331,9 +3330,9 @@ dependencies = [ [[package]] name = "ignore" -version = "0.4.26" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b915661dd01db3f05050265b2477bcc6527b3792388e2749b41623cc592be67d" +checksum = "2adf14691c72bcfc1058740436a35bdd3ae9c07d1a941ef00b749e9ea16aefa7" dependencies = [ "crossbeam-deque", "globset", @@ -3370,9 +3369,9 @@ dependencies = [ [[package]] name = "inotify" -version = "0.11.2" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1" +checksum = "153be1941a183ec9ccd095ddbe17a8b8d435ef6c76e9e02451b933c3999af2c8" dependencies = [ "bitflags 2.13.0", "inotify-sys", @@ -3381,9 +3380,9 @@ dependencies = [ [[package]] name = "inotify-sys" -version = "0.1.5" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" +checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d" dependencies = [ "libc", ] @@ -3519,11 +3518,11 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" +checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" dependencies = [ - "getrandom 0.3.4", + "getrandom 0.4.3", "libc", ] @@ -3600,9 +3599,9 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" +checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" dependencies = [ "libc", ] @@ -3722,9 +3721,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "memchr" -version = "2.8.2" +version = "2.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" +checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "memmap2" @@ -3851,7 +3850,7 @@ checksum = "e493c05128df7a83b9676b709d590e0ebc285c7ed3152bc679668e8c1e506af5" dependencies = [ "indexmap 2.14.0", "memchr", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "smallvec", ] @@ -3902,9 +3901,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.6" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" dependencies = [ "num-integer", "num-traits", @@ -3936,11 +3935,10 @@ dependencies = [ [[package]] name = "num-iter" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" +checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b" dependencies = [ - "autocfg", "num-integer", "num-traits", ] @@ -4201,9 +4199,9 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" [[package]] name = "plist" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" +checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" dependencies = [ "base64 0.22.1", "indexmap 2.14.0", @@ -4381,9 +4379,9 @@ checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" [[package]] name = "quick-xml" -version = "0.39.4" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", ] @@ -4399,7 +4397,7 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "rustls 0.23.41", "socket2 0.6.4", "thiserror 2.0.18", @@ -4410,17 +4408,18 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.15" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" +checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" dependencies = [ "aws-lc-rs", "bytes", - "getrandom 0.3.4", + "getrandom 0.4.3", "lru-slab", - "rand 0.9.4", + "rand 0.10.2", + "rand_pcg", "ring", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "rustls 0.23.41", "rustls-pki-types", "slab", @@ -4432,16 +4431,16 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" +checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" dependencies = [ "cfg_aliases", "libc", "once_cell", "socket2 0.6.4", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4488,9 +4487,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20 0.10.1", "getrandom 0.4.3", @@ -4541,6 +4540,15 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" +[[package]] +name = "rand_pcg" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" +dependencies = [ + "rand_core 0.10.1", +] + [[package]] name = "rayon" version = "1.12.0" @@ -4603,9 +4611,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.4" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" +checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" dependencies = [ "aho-corasick", "memchr", @@ -4615,9 +4623,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db" dependencies = [ "aho-corasick", "memchr", @@ -4775,9 +4783,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.11.0" +version = "8.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" +checksum = "e9e7760e252aaba7b09f4be00e36476cf585bdb68a53552ac954cdf504ab4bc9" dependencies = [ "rust-embed-impl", "rust-embed-utils", @@ -4786,10 +4794,11 @@ dependencies = [ [[package]] name = "rust-embed-impl" -version = "8.11.0" +version = "8.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa" +checksum = "3bcfc4d6f53af43755f7a723e4b6b8794fcce052a178dd8c6c1dadc5f5343097" dependencies = [ + "mime_guess", "proc-macro2", "quote", "rust-embed-utils", @@ -4799,11 +4808,11 @@ dependencies = [ [[package]] name = "rust-embed-utils" -version = "8.11.0" +version = "8.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1" +checksum = "42ffa149f6aa81b58a5b3011d01a857c4ed12c7a732d2c51947a4c7c692185f0" dependencies = [ - "sha2 0.10.9", + "sha2 0.11.0", "walkdir", ] @@ -4815,9 +4824,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" +checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" [[package]] name = "rustc_version" @@ -4896,9 +4905,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" +checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" dependencies = [ "web-time", "zeroize", @@ -4955,9 +4964,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" +checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" [[package]] name = "ryu" @@ -5104,7 +5113,7 @@ dependencies = [ "phf", "phf_codegen", "precomputed-hash", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "servo_arc", "smallvec", ] @@ -5426,9 +5435,9 @@ dependencies = [ [[package]] name = "sse-stream" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3962b63f038885f15bce2c6e02c0e7925c072f1ac86bb60fd44c5c6b762fb72" +checksum = "39f24a9b78c40b90817bbcd1821c74ddfd74916aadd29403d001532a9195532d" dependencies = [ "bytes", "futures-util", @@ -5603,12 +5612,11 @@ dependencies = [ [[package]] name = "tendril" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24" +checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08" dependencies = [ "new_debug_unreachable", - "utf-8", ] [[package]] @@ -6328,7 +6336,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" dependencies = [ - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", ] [[package]] @@ -6448,18 +6456,6 @@ version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" -[[package]] -name = "utf-8" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" - -[[package]] -name = "utf8-width" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091" - [[package]] name = "utf8-zero" version = "0.8.1" @@ -7062,18 +7058,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.52" +version = "0.8.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" +checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.52" +version = "0.8.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" +checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5" dependencies = [ "proc-macro2", "quote", diff --git a/crates/acp-utils/CHANGELOG.md b/crates/acp-utils/CHANGELOG.md index ff719dce9..685246dc3 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.28](https://github.com/contextbridge/aether/compare/aether-acp-utils-v0.3.27...aether-acp-utils-v0.3.28) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.3.27](https://github.com/contextbridge/aether/compare/aether-acp-utils-v0.3.26...aether-acp-utils-v0.3.27) - 2026-06-30 ### Other diff --git a/crates/acp-utils/Cargo.toml b/crates/acp-utils/Cargo.toml index d2b8ff3c2..b0d894142 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.27" +version = "0.3.28" edition = "2024" description = "Agent Client Protocol (ACP) utilities for the Aether AI agent framework" license = "MIT" @@ -36,10 +36,10 @@ tokio-util = { workspace = true, features = ["compat"] } rmcp = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.21" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.22" } tokio = { workspace = true } tracing = { workspace = true } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } async-trait = { workspace = true } thiserror = { workspace = true } diff --git a/crates/aether-cli/CHANGELOG.md b/crates/aether-cli/CHANGELOG.md index 01e7faa2c..673b6be00 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.21](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.20...aether-agent-cli-v0.7.21) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.7.20](https://github.com/contextbridge/aether/compare/aether-agent-cli-v0.7.19...aether-agent-cli-v0.7.20) - 2026-06-30 ### Fixed diff --git a/crates/aether-cli/Cargo.toml b/crates/aether-cli/Cargo.toml index 16ede1067..31511ac22 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.20" +version = "0.7.21" edition = "2024" description = "CLI and ACP server for the Aether AI coding agent" license = "MIT" @@ -30,16 +30,16 @@ path = "src/main.rs" [dependencies] aether-auth = { path = "../aether-auth", version = "0.1.6", features = ["keyring"] } -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.18" } -aether-project = { path = "../aether-project", version = "0.5.18" } -llm = { package = "aether-llm", path = "../llm", features = ["bedrock", "codex"], version = "0.7.16" } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.21" } -mcp-servers = { package = "aether-mcp-servers", path = "../mcp-servers", features = ["all"], version = "0.4.23" } -wisp = { package = "aether-wisp", path = "../wisp", version = "0.4.27" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.19" } +aether-project = { path = "../aether-project", version = "0.5.19" } +llm = { package = "aether-llm", path = "../llm", features = ["bedrock", "codex"], version = "0.7.17" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.22" } +mcp-servers = { package = "aether-mcp-servers", path = "../mcp-servers", features = ["all"], version = "0.4.24" } +wisp = { package = "aether-wisp", path = "../wisp", version = "0.4.28" } tui = { package = "aether-tui", path = "../tui", default-features = false, features = ["syntax"], version = "0.2.15" } -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["server", "testing"], version = "0.3.27" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["server", "testing"], version = "0.3.28" } agent-client-protocol = { workspace = true } -aether-lspd = { path = "../aether-lspd", version = "0.1.20" } +aether-lspd = { path = "../aether-lspd", version = "0.1.21" } rmcp = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } @@ -63,4 +63,4 @@ url = { workspace = true } libc = { workspace = true } [dev-dependencies] -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["testing"], version = "0.3.27" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["testing"], version = "0.3.28" } diff --git a/crates/aether-core/CHANGELOG.md b/crates/aether-core/CHANGELOG.md index 8b513373b..500b67f54 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.19](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.18...aether-agent-core-v0.6.19) - 2026-07-09 + +### Other + +- updated the following local packages: aether-utils, aether-llm, aether-acp-utils, aether-mcp-utils + ## [0.6.18](https://github.com/contextbridge/aether/compare/aether-agent-core-v0.6.17...aether-agent-core-v0.6.18) - 2026-06-30 ### Other diff --git a/crates/aether-core/Cargo.toml b/crates/aether-core/Cargo.toml index 1dd5f3a72..a653abce8 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.18" +version = "0.6.19" edition = "2024" description = "A minimal Rust library for building AI agents with MCP tool integration" license = "MIT" @@ -40,13 +40,13 @@ 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.27" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", default-features = false, version = "0.3.28" } glob = { workspace = true } regex = { workspace = true } aether-auth = { path = "../aether-auth", version = "0.1.6" } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.21" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.16", features = ["codex"] } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.22" } +llm = { package = "aether-llm", path = "../llm", version = "0.7.17", features = ["codex"] } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } [features] testing = [] diff --git a/crates/aether-evals/CHANGELOG.md b/crates/aether-evals/CHANGELOG.md index 8219ed32a..ffb9f0d6f 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.10](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.9...aether-evals-v0.2.10) - 2026-07-09 + +### Other + +- updated the following local packages: aether-llm, aether-project, aether-agent-core + ## [0.2.9](https://github.com/contextbridge/aether/compare/aether-evals-v0.2.8...aether-evals-v0.2.9) - 2026-06-30 ### Other diff --git a/crates/aether-evals/Cargo.toml b/crates/aether-evals/Cargo.toml index e95cdbe65..d05694e60 100644 --- a/crates/aether-evals/Cargo.toml +++ b/crates/aether-evals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-evals" -version = "0.2.9" +version = "0.2.10" 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.18" } -aether-project = { path = "../aether-project", version = "0.5.18" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.16" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.19" } +aether-project = { path = "../aether-project", version = "0.5.19" } +llm = { package = "aether-llm", path = "../llm", version = "0.7.17" } testcontainers = { workspace = true } [lib] diff --git a/crates/aether-lspd/CHANGELOG.md b/crates/aether-lspd/CHANGELOG.md index db355d7cf..7185c3b89 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.21](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.20...aether-lspd-v0.1.21) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.1.20](https://github.com/contextbridge/aether/compare/aether-lspd-v0.1.19...aether-lspd-v0.1.20) - 2026-06-22 ### Other diff --git a/crates/aether-lspd/Cargo.toml b/crates/aether-lspd/Cargo.toml index fd628db53..e923f9219 100644 --- a/crates/aether-lspd/Cargo.toml +++ b/crates/aether-lspd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-lspd" -version = "0.1.20" +version = "0.1.21" 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 0cdcee66b..f4342b756 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.19](https://github.com/contextbridge/aether/compare/aether-project-v0.5.18...aether-project-v0.5.19) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.5.18](https://github.com/contextbridge/aether/compare/aether-project-v0.5.17...aether-project-v0.5.18) - 2026-06-30 ### Other diff --git a/crates/aether-project/Cargo.toml b/crates/aether-project/Cargo.toml index 6ce0217bb..e796f5974 100644 --- a/crates/aether-project/Cargo.toml +++ b/crates/aether-project/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-project" -version = "0.5.18" +version = "0.5.19" edition = "2024" description = "Project-local settings and agent discovery for the Aether AI agent framework" license = "MIT" @@ -20,10 +20,10 @@ rustdoc-args = ["--cfg", "docsrs"] workspace = true [dependencies] -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.18" } -llm = { package = "aether-llm", path = "../llm", version = "0.7.16" } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.21" } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.19" } +llm = { package = "aether-llm", path = "../llm", version = "0.7.17" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.22" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } schemars = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } diff --git a/crates/aether-schemas/CHANGELOG.md b/crates/aether-schemas/CHANGELOG.md index b34716375..6ad01c6c3 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.5](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.4...aether-schemas-v0.1.5) - 2026-07-09 + +### Other + +- updated the following local packages: aether-utils, aether-project, aether-agent-cli, aether-agent-core, aether-evals + ## [0.1.4](https://github.com/contextbridge/aether/compare/aether-schemas-v0.1.3...aether-schemas-v0.1.4) - 2026-06-30 ### Other diff --git a/crates/aether-schemas/Cargo.toml b/crates/aether-schemas/Cargo.toml index f7aac0321..f7533f712 100644 --- a/crates/aether-schemas/Cargo.toml +++ b/crates/aether-schemas/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-schemas" -version = "0.1.4" +version = "0.1.5" 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.20" } -aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.18" } -aether-evals = { path = "../aether-evals", version = "0.2.9" } -aether-project = { path = "../aether-project", version = "0.5.18" } +aether-cli = { package = "aether-agent-cli", path = "../aether-cli", version = "0.7.21" } +aether-core = { package = "aether-agent-core", path = "../aether-core", version = "0.6.19" } +aether-evals = { path = "../aether-evals", version = "0.2.10" } +aether-project = { path = "../aether-project", version = "0.5.19" } schemars = { workspace = true } serde_json = { workspace = true } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } diff --git a/crates/llm-codegen/CHANGELOG.md b/crates/llm-codegen/CHANGELOG.md index 8bfba4781..ddd587f0f 100644 --- a/crates/llm-codegen/CHANGELOG.md +++ b/crates/llm-codegen/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.13](https://github.com/contextbridge/aether/compare/aether-llm-codegen-v0.2.12...aether-llm-codegen-v0.2.13) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.2.12](https://github.com/contextbridge/aether/compare/aether-llm-codegen-v0.2.11...aether-llm-codegen-v0.2.12) - 2026-06-18 ### Other diff --git a/crates/llm-codegen/Cargo.toml b/crates/llm-codegen/Cargo.toml index 0c28840b6..7abc8ca5f 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.12" +version = "0.2.13" edition = "2024" description = "Code generation utilities for the Aether LLM provider layer" license = "MIT" @@ -31,7 +31,7 @@ serde = { workspace = true } serde_json = { workspace = true } syn = { version = "2.0.117", features = ["full"] } thiserror = { workspace = true } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } [dev-dependencies] tempfile = { workspace = true } diff --git a/crates/llm/CHANGELOG.md b/crates/llm/CHANGELOG.md index f6523a188..47ce7fe5e 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.17](https://github.com/contextbridge/aether/compare/aether-llm-v0.7.16...aether-llm-v0.7.17) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.7.16](https://github.com/contextbridge/aether/compare/aether-llm-v0.7.15...aether-llm-v0.7.16) - 2026-06-30 ### Other diff --git a/crates/llm/Cargo.toml b/crates/llm/Cargo.toml index b361701f3..9641291e9 100644 --- a/crates/llm/Cargo.toml +++ b/crates/llm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-llm" -version = "0.7.16" +version = "0.7.17" edition = "2024" description = "Multi-provider LLM abstraction layer for the Aether AI agent framework" license = "MIT" @@ -54,7 +54,7 @@ serde_json = { workspace = true } tracing = { workspace = true } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } # Codex deps aether-auth = { path = "../aether-auth", version = "0.1.6", optional = true } @@ -62,7 +62,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.12" } +llm-codegen = { package = "aether-llm-codegen", path = "../llm-codegen", version = "0.2.13" } [dev-dependencies] aether-doctest = { path = "../doctest" } diff --git a/crates/mcp-servers/CHANGELOG.md b/crates/mcp-servers/CHANGELOG.md index b113b2054..269615556 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.24](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.23...aether-mcp-servers-v0.4.24) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.4.23](https://github.com/contextbridge/aether/compare/aether-mcp-servers-v0.4.22...aether-mcp-servers-v0.4.23) - 2026-06-30 ### Added diff --git a/crates/mcp-servers/Cargo.toml b/crates/mcp-servers/Cargo.toml index a91f70f1a..c63d44d66 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.23" +version = "0.4.24" edition = "2024" description = "Built-in MCP tool servers for the Aether AI agent framework" license = "MIT" @@ -85,9 +85,9 @@ tokio = { workspace = true } rmcp = { workspace = true } schemars = { workspace = true } clap = { workspace = true, features = ["env"] } -mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.21" } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } -aether-lspd = { path = "../aether-lspd", optional = true, version = "0.1.20" } +mcp_utils = { package = "aether-mcp-utils", path = "../mcp-utils", version = "0.5.22" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } +aether-lspd = { path = "../aether-lspd", optional = true, version = "0.1.21" } futures = { workspace = true, optional = true } globset = { workspace = true, optional = true } grep = { workspace = true, optional = true } @@ -110,13 +110,13 @@ tempfile = { workspace = true, optional = true } # subagents feature aether-auth = { path = "../aether-auth", optional = true, version = "0.1.6", features = ["keyring"] } -aether-core = { package = "aether-agent-core", path = "../aether-core", optional = true, version = "0.6.18" } -aether-project = { path = "../aether-project", optional = true, version = "0.5.18" } -llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.16" } +aether-core = { package = "aether-agent-core", path = "../aether-core", optional = true, version = "0.6.19" } +aether-project = { path = "../aether-project", optional = true, version = "0.5.19" } +llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.17" } [dev-dependencies] tempfile = { workspace = true } -aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.20" } +aether-lspd = { path = "../aether-lspd", features = ["testing"], version = "0.1.21" } mcp-servers = { package = "aether-mcp-servers", path = ".", features = ["test-helpers"] } [[bin]] diff --git a/crates/mcp-utils/CHANGELOG.md b/crates/mcp-utils/CHANGELOG.md index a5f7fc33d..52cfa0d48 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.22](https://github.com/contextbridge/aether/compare/aether-mcp-utils-v0.5.21...aether-mcp-utils-v0.5.22) - 2026-07-09 + +### Other + +- updated the following local packages: aether-utils, aether-llm + ## [0.5.21](https://github.com/contextbridge/aether/compare/aether-mcp-utils-v0.5.20...aether-mcp-utils-v0.5.21) - 2026-06-30 ### Other diff --git a/crates/mcp-utils/Cargo.toml b/crates/mcp-utils/Cargo.toml index b83104aa5..5a1f00bba 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.21" +version = "0.5.22" edition = "2024" description = "MCP client and server utilities for the Aether AI agent framework" license = "MIT" @@ -41,12 +41,12 @@ serde = { workspace = true } tokio = { workspace = true } rmcp = { workspace = true } tracing = { workspace = true } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } schemars = { workspace = true } # client-only deps aether-auth = { path = "../aether-auth", version = "0.1.6", optional = true } -llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.16" } +llm = { package = "aether-llm", path = "../llm", optional = true, version = "0.7.17" } serde_json = { workspace = true } regex = { workspace = true } reqwest = { workspace = true, optional = true } diff --git a/crates/utils/CHANGELOG.md b/crates/utils/CHANGELOG.md index 3561593de..da19016b0 100644 --- a/crates/utils/CHANGELOG.md +++ b/crates/utils/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.9](https://github.com/contextbridge/aether/compare/aether-utils-v0.2.8...aether-utils-v0.2.9) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.2.8](https://github.com/contextbridge/aether/compare/aether-utils-v0.2.7...aether-utils-v0.2.8) - 2026-06-18 ### Other diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 677f86345..e69e4ad7e 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-utils" -version = "0.2.8" +version = "0.2.9" edition = "2024" description = "Shared utilities for the Aether AI agent framework" license = "MIT" diff --git a/crates/wisp/CHANGELOG.md b/crates/wisp/CHANGELOG.md index b49f29de8..e9dacccf9 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.28](https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.27...aether-wisp-v0.4.28) - 2026-07-09 + +### Other + +- Update models ([#214](https://github.com/contextbridge/aether/pull/214)) + ## [0.4.27](https://github.com/contextbridge/aether/compare/aether-wisp-v0.4.26...aether-wisp-v0.4.27) - 2026-06-30 ### Added diff --git a/crates/wisp/Cargo.toml b/crates/wisp/Cargo.toml index 25a8c47cf..6b6a276d8 100644 --- a/crates/wisp/Cargo.toml +++ b/crates/wisp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aether-wisp" -version = "0.4.27" +version = "0.4.28" edition = "2024" description = "A terminal UI for AI coding agents via the Agent Client Protocol (ACP)" license = "MIT" @@ -28,9 +28,9 @@ rustdoc-args = ["--cfg", "docsrs"] workspace = true [dependencies] -acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client"], version = "0.3.27" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client"], version = "0.3.28" } tui = { package = "aether-tui", path = "../tui", version = "0.2.15" } -utils = { package = "aether-utils", path = "../utils", version = "0.2.8" } +utils = { package = "aether-utils", path = "../utils", version = "0.2.9" } agent-client-protocol = { workspace = true } base64 = { workspace = true } tokio = { 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.27" } +acp_utils = { package = "aether-acp-utils", path = "../acp-utils", features = ["client", "testing"], version = "0.3.28" } tui = { package = "aether-tui", path = "../tui", features = ["testing"], version = "0.2.15" } tempfile = { workspace = true }