File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 settings :
1313 - host : macos-latest
1414 target : aarch64-apple-darwin
15- - host : ubuntu-latest
15+ - host : ubuntu-22.04
1616 target : x86_64-unknown-linux-gnu
17- - host : ubuntu-latest
17+ - host : ubuntu-22.04
1818 target : x86_64-unknown-linux-musl
1919 zig : true
20- - host : ubuntu-latest
20+ - host : ubuntu-22.04
2121 target : aarch64-unknown-linux-gnu
2222 zig : true
23- - host : ubuntu-latest
23+ - host : ubuntu-22.04
2424 target : aarch64-unknown-linux-musl
2525 zig : true
2626 - host : windows-latest
Original file line number Diff line number Diff line change 11[package ]
22name = " a3s-code-core"
3- version = " 1.8.0 "
3+ version = " 1.8.3 "
44edition = " 2021"
55authors = [" A3S Lab Team" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11{
22 "name" : " @a3s-lab/code" ,
3- "version" : " 1.8.0 " ,
3+ "version" : " 1.8.3 " ,
44 "description" : " A3S Code - Native AI coding agent library for Node.js" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
4444 "test:loop" : " tsx --tsconfig examples/tsconfig.json examples/test_loop_commands.ts"
4545 },
4646 "optionalDependencies" : {
47- "@a3s-lab/code-darwin-arm64" : " 1.8.0 " ,
48- "@a3s-lab/code-linux-x64-gnu" : " 1.8.0 " ,
49- "@a3s-lab/code-linux-x64-musl" : " 1.8.0 " ,
50- "@a3s-lab/code-linux-arm64-gnu" : " 1.8.0 " ,
51- "@a3s-lab/code-linux-arm64-musl" : " 1.8.0 " ,
52- "@a3s-lab/code-win32-x64-msvc" : " 1.8.0 "
47+ "@a3s-lab/code-darwin-arm64" : " 1.8.3 " ,
48+ "@a3s-lab/code-linux-x64-gnu" : " 1.8.3 " ,
49+ "@a3s-lab/code-linux-x64-musl" : " 1.8.3 " ,
50+ "@a3s-lab/code-linux-arm64-gnu" : " 1.8.3 " ,
51+ "@a3s-lab/code-linux-arm64-musl" : " 1.8.3 " ,
52+ "@a3s-lab/code-win32-x64-msvc" : " 1.8.3 "
5353 }
5454}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " a3s-code"
7- version = " 1.8.0 "
7+ version = " 1.8.3 "
88description = " A3S Code Python bootstrap package that fetches platform-native binaries from GitHub Releases"
99readme = " ../python/README.md"
1010license = { text = " MIT" }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " a3s-code"
7- version = " 1.8.0 "
7+ version = " 1.8.3 "
88description = " A3S Code - Native Python bindings for the AI coding agent"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments