Skip to content

Commit 8c1855e

Browse files
committed
chore: prepare v6.11.3 release
1 parent f28cb35 commit 8c1855e

8 files changed

Lines changed: 360 additions & 40 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Test
4747
run: pnpm --dir packages/ax-code run test:ci -- deterministic --rerun-on-fail 1
4848
env:
49+
NODE_OPTIONS: --max-old-space-size=6144
4950
AX_CODE_DISABLE_AUTOUPDATE: "1"
5051
AX_CODE_DISABLE_LSP_DOWNLOAD: "1"
5152
AX_CODE_DISABLE_MODELS_FETCH: "1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AX Code runs coding agents against your actual repositories through AX Code Desk
1010

1111
Built by [DEFAI Digital](https://github.com/defai-digital).
1212

13-
[![Release v6.11.2](https://img.shields.io/badge/Release-v6.11.2-2F6FED)](https://github.com/defai-digital/ax-code/releases/tag/v6.11.2)
13+
[![Release v6.11.3](https://img.shields.io/badge/Release-v6.11.3-2F6FED)](https://github.com/defai-digital/ax-code/releases/tag/v6.11.3)
1414
[![macOS Apple Silicon](https://img.shields.io/badge/macOS-Apple%20Silicon-000000?logo=apple&logoColor=white)](https://github.com/defai-digital/ax-code/releases)
1515
[![Windows x64](https://img.shields.io/badge/Windows-x64-0078D4?logo=windows&logoColor=white)](https://github.com/defai-digital/ax-code/releases)
1616
[![Windows ARM64 CLI](https://img.shields.io/badge/Windows%20ARM64-CLI-0078D4?logo=windows&logoColor=white)](https://github.com/defai-digital/ax-code/releases)

desktop/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [6.11.3] - 2026-07-12
8+
9+
### Fixed
10+
11+
- Release: raises the deterministic CLI test heap limit so signed release builds can complete on GitHub-hosted runners.
12+
713
### Fixed
814

915
- Desktop: prevents the integrated terminal's shared session from being closed during renderer lifecycle races and restores stale terminal tabs as fresh shells.

desktop/packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ax-code/electron",
3-
"version": "6.11.2",
3+
"version": "6.11.3",
44
"private": true,
55
"description": "AX Code — Electron desktop shell",
66
"author": "DEFAI Private Limited",

desktop/packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openchamber/ui",
3-
"version": "6.11.2",
3+
"version": "6.11.3",
44
"private": true,
55
"type": "module",
66
"main": "src/main.tsx",

desktop/packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ax-code-desktop",
3-
"version": "6.11.2",
3+
"version": "6.11.3",
44
"description": "AX Code local web runtime.",
55
"private": false,
66
"license": "Apache-2.0",

packages/ax-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "6.11.2",
3+
"version": "6.11.3",
44
"name": "ax-code",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)