Skip to content

Commit 7fa9a95

Browse files
committed
chore(release): prepare v6.6.0
1 parent d5d616a commit 7fa9a95

150 files changed

Lines changed: 27419 additions & 369 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.6.0] - 2026-07-29
11+
1012
### Added
1113

1214
- Added a quality-gated `web_search` cascade that runs native APIs first,

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-code-core"
3-
version = "6.5.2"
3+
version = "6.6.0"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"

sdk/go/bridge/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "a3s-code-go-bridge"
3-
version = "6.5.2"
3+
version = "6.6.0"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"
@@ -17,7 +17,7 @@ name = "a3s-code-go-bridge"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
a3s-code-core = { version = "6.5.2", path = "../../../core", features = ["s3", "serve"] }
20+
a3s-code-core = { version = "6.6.0", path = "../../../core", features = ["s3", "serve"] }
2121
async-trait = "0.1"
2222
anyhow = "1.0"
2323
base64 = "0.22"

0 commit comments

Comments
 (0)