Skip to content

Commit d7f5036

Browse files
committed
chore: bump SDK versions to 1.8.5
The v1.8.5 release only updated core/agent.rs but left SDK manifests at 1.8.4, causing bootstrap packages to have mismatched versions. Update all three SDK package manifests to 1.8.5.
1 parent b31fcf2 commit d7f5036

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.8.4",
3+
"version": "1.8.5",
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.8.4",
48-
"@a3s-lab/code-linux-x64-gnu": "1.8.4",
49-
"@a3s-lab/code-linux-x64-musl": "1.8.4",
50-
"@a3s-lab/code-linux-arm64-gnu": "1.8.4",
51-
"@a3s-lab/code-linux-arm64-musl": "1.8.4",
52-
"@a3s-lab/code-win32-x64-msvc": "1.8.4"
47+
"@a3s-lab/code-darwin-arm64": "1.8.5",
48+
"@a3s-lab/code-linux-x64-gnu": "1.8.5",
49+
"@a3s-lab/code-linux-x64-musl": "1.8.5",
50+
"@a3s-lab/code-linux-arm64-gnu": "1.8.5",
51+
"@a3s-lab/code-linux-arm64-musl": "1.8.5",
52+
"@a3s-lab/code-win32-x64-msvc": "1.8.5"
5353
}
5454
}

sdk/python-bootstrap/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "a3s-code"
7-
version = "1.8.4"
7+
version = "1.8.5"
88
description = "A3S Code Python bootstrap package that fetches platform-native binaries from GitHub Releases"
99
readme = "../python/README.md"
1010
license = { text = "MIT" }

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "a3s-code"
7-
version = "1.8.4"
7+
version = "1.8.5"
88
description = "A3S Code - Native Python bindings for the AI coding agent"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)