Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
A3S_WEB_SOURCE_REF: f5db7e68b5e91d21b5c0fbe003aae92b3d4efb75
# Exact companion prerequisite; preflight rejects an absent or incomplete release.
A3S_WEBVIEW_VERSION: 0.1.5
A3S_CODE_CORE_VERSION: 6.5.1
A3S_CODE_CORE_VERSION: 6.5.2
A3S_SEARCH_VERSION: 2.1.0
A3S_TUI_VERSION: 0.1.14
A3S_USE_EXTENSION_VERSION: 0.2.0
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.13] - 2026-07-28

### Changed

- Updated the shared Code runtime used by the CLI, TUI, and Web adapter to
`a3s-code-core` 6.5.2, including strict built-in tool contracts, root JSON
Schema value support, governed generation timeouts, and typed transport
failures.

## [0.10.12] - 2026-07-28

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "a3s"
version = "0.10.12"
version = "0.10.13"
edition = "2021"
description = "a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ name = "a3s"
path = "src/main.rs"

[dependencies]
a3s-code-core = "=6.5.1"
a3s-code-core = "=6.5.2"
a3s-deep-research = "=0.1.3"
a3s-boot = { version = "=0.1.3", features = ["ilink"] }
a3s-lane = "=0.5.1"
Expand Down
Loading