Skip to content

Commit 84753e2

Browse files
committed
bump version to v1.9.4
Co-authored-by: Claude <noreply@anthropic.com>
1 parent a6d59ab commit 84753e2

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

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 = "1.9.3"
3+
version = "1.9.4"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"

sdk/node/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@a3s-lab/code",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "A3S Code - Native AI coding agent library for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -44,11 +44,11 @@
4444
"test:loop": "tsx --tsconfig examples/tsconfig.json examples/test_loop_commands.ts"
4545
},
4646
"optionalDependencies": {
47-
"@a3s-lab/code-darwin-arm64": "1.9.3",
48-
"@a3s-lab/code-linux-x64-gnu": "1.9.3",
49-
"@a3s-lab/code-linux-x64-musl": "1.9.3",
50-
"@a3s-lab/code-linux-arm64-gnu": "1.9.3",
51-
"@a3s-lab/code-linux-arm64-musl": "1.9.3",
52-
"@a3s-lab/code-win32-x64-msvc": "1.9.3"
47+
"@a3s-lab/code-darwin-arm64": "1.9.4",
48+
"@a3s-lab/code-linux-x64-gnu": "1.9.4",
49+
"@a3s-lab/code-linux-x64-musl": "1.9.4",
50+
"@a3s-lab/code-linux-arm64-gnu": "1.9.4",
51+
"@a3s-lab/code-linux-arm64-musl": "1.9.4",
52+
"@a3s-lab/code-win32-x64-msvc": "1.9.4"
5353
}
5454
}

sdk/python/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-py"
3-
version = "1.9.3"
3+
version = "1.9.4"
44
edition = "2021"
55
authors = ["A3S Lab Team"]
66
license = "MIT"
@@ -12,7 +12,7 @@ name = "a3s_code"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
a3s-code-core = { version = "1.9.3", path = "../../core", features = ["ahp"] }
15+
a3s-code-core = { version = "1.9.4", path = "../../core", features = ["ahp"] }
1616
pyo3 = "0.23"
1717
tokio = { version = "1.35", features = ["full"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)