Skip to content

Releases: defai-digital/ax-code

v7.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 06:14

[7.1.0] - 2026-07-18

Added

  • Providers: adds the Kimi Code CLI membership bridge.
  • Desktop: adds a searchable project switcher in the composer.
  • TUI: adds the standalone Rust native engine.

Changed

  • AX Engine: exposes the shared local-engine lifecycle in status and doctor output.

Fixed

  • Desktop: preserves session routes during hydration and keeps draft decision state isolated.
  • Providers: hardens Kimi CLI stream parsing, configuration resolution, and empty-response handling.
  • TUI: hardens native runtime state, provider workflows, model selection, streaming, and terminal rendering.
  • Release: refreshes CI and release checks for portable native builds and tracked reports.

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 19:01

What's Changed

  • fix(ci): stabilize self-scan baseline fingerprints by @YingxuanHu in #370

Full Changelog: v7.0.0...v7.0.1

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:05

[7.0.1] - 2026-07-14

Added

  • Wiki: adds the OpenWiki semantic repository layer with generation, status, lint, path-safety, cards, and related-link support.

Changed

  • Models: refreshes the bundled provider snapshot used by the CLI and Desktop runtime.
  • Release: moves Windows Desktop Authenticode signing to the DEFAI certificate in Azure Key Vault and verifies the certificate thumbprint and RFC 3161 timestamp during packaging.

Fixed

  • Desktop: keeps Arena and Council work-mode routing consistent across the native shell and web server, including Qwen JSON fan-out.
  • Providers: restores disconnect and change-key actions after a provider has connected.
  • Server: returns validated route errors for malformed requests instead of surfacing internal parsing failures.
  • TUI: hardens abort handling, timeout cleanup, and permission-submit latching.
  • TUI: preserves the selected Unicode-width method during terminal rendering.
  • Self-scan: refreshes repository policy coverage and baseline fingerprints for the current source tree.

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:24

What's Changed

  • fix(tui): harden backend sync and transient feedback by @YingxuanHu in #369

Full Changelog: v6.11.3...v7.0.0

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 05:53

[7.0.0] - 2026-07-13

Changed

  • Desktop: refreshes the signed Desktop release line and aligns the application version with AX Code 7.0.0.
  • Work mode: uses the Arena purple treatment consistently in Desktop and the terminal UI.

Fixed

  • Release: runs deterministic CLI tests in bounded sequential shards to avoid memory exhaustion before signed release builds.

v6.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:07

What's Changed

  • fix(desktop): diff viewer — hunk revert path + comment-send data loss by @YingxuanHu in #358
  • fix(desktop): 5 UI fixes — skills, GitHub connect, nudge, mobile duplicate, terminal freeze by @YingxuanHu in #360
  • fix(desktop): sidebar single-owner, project switcher, terminal & dashboard robustness by @YingxuanHu in #362
  • fix(desktop): address valid Copilot review feedback by @YingxuanHu in #363
  • fix(desktop): resolve node-pty helper from workspace root by @YingxuanHu in #365
  • fix(tui): empty-Enter provider dialog + question modal wedge by @YingxuanHu in #361
  • ci: bump softprops/action-gh-release from 7c4723f7a335432393329f8f1c564994ce50185d to 718ea10b132b3b2eba29c1007bb80653f286566b in the actions group by @dependabot[bot] in #364
  • fix(tui): lifecycle-safe suspend and session-leave prune (ADR-047) by @automatosx in #366
  • fix: resolve remaining reported release issues by @automatosx in #367
  • fix(tui): merge release hardening and performance improvements by @automatosx in #368

New Contributors

Full Changelog: v6.10.1...v6.11.0

v6.11.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 23:38

[6.11.4] - 2026-07-12

Fixed

  • Release: bounds deterministic CLI test worker concurrency with a Vitest-supported option.

v6.11.3

Choose a tag to compare

@github-actions github-actions released this 12 Jul 21:29

[6.11.3] - 2026-07-12

Fixed

  • Release: raises the deterministic CLI test heap limit so signed release builds can complete on GitHub-hosted runners.

Fixed

  • Desktop: prevents the integrated terminal's shared session from being closed during renderer lifecycle races and restores stale terminal tabs as fresh shells.
  • Desktop: isolates concurrent terminal transports, deduplicates multi-view and replayed output, and prevents stale action/session events from replacing live PTYs.

v6.11.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:01

[6.11.2] - 2026-07-12

Fixed

  • Release: increases CI test capacity and strengthens SDK generation, repository policy, and Desktop-boundary verification.

v6.11.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:43

[6.11.1] - 2026-07-12

Fixed

  • Desktop: stabilizes integrated terminal sessions and multi-view transport.