Skip to content

Commit a3277e2

Browse files
RoyLinRoyLin
authored andcommitted
chore(release): prepare 0.10.13
1 parent 3817626 commit a3277e2

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
A3S_WEB_SOURCE_REF: f5db7e68b5e91d21b5c0fbe003aae92b3d4efb75
1919
# Exact companion prerequisite; preflight rejects an absent or incomplete release.
2020
A3S_WEBVIEW_VERSION: 0.1.5
21-
A3S_CODE_CORE_VERSION: 6.5.1
21+
A3S_CODE_CORE_VERSION: 6.5.2
2222
A3S_SEARCH_VERSION: 2.1.0
2323
A3S_TUI_VERSION: 0.1.14
2424
A3S_USE_EXTENSION_VERSION: 0.2.0

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.13] - 2026-07-28
11+
12+
### Changed
13+
14+
- Updated the shared Code runtime used by the CLI, TUI, and Web adapter to
15+
`a3s-code-core` 6.5.2, including strict built-in tool contracts, root JSON
16+
Schema value support, governed generation timeouts, and typed transport
17+
failures.
18+
1019
## [0.10.12] - 2026-07-28
1120

1221
### Added

Cargo.lock

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

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"
3-
version = "0.10.12"
3+
version = "0.10.13"
44
edition = "2021"
55
description = "a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI"
66
license = "MIT"
@@ -14,7 +14,7 @@ name = "a3s"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
a3s-code-core = "=6.5.1"
17+
a3s-code-core = "=6.5.2"
1818
a3s-deep-research = "=0.1.3"
1919
a3s-boot = { version = "=0.1.3", features = ["ilink"] }
2020
a3s-lane = "=0.5.1"

0 commit comments

Comments
 (0)