Skip to content

Releases: defai-digital/ax-code

v6.6.0

18 Jun 13:36

Choose a tag to compare

v6.5.8

17 Jun 19:28

Choose a tag to compare

Full Changelog: v6.5.7...v6.5.8

v6.5.7

17 Jun 15:58

Choose a tag to compare

Full Changelog: v6.5.6...v6.5.7

v6.5.6

17 Jun 05:16

Choose a tag to compare

Full Changelog: v6.5.5...v6.5.6

v6.5.5

17 Jun 00:41

Choose a tag to compare

Full Changelog: v6.5.4...v6.5.5

v6.5.4

16 Jun 23:47

Choose a tag to compare

What's Changed

  • build(deps): bump hono from 4.12.21 to 4.12.25 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #273

Full Changelog: v6.5.3...v6.5.4

v6.5.3

16 Jun 22:58

Choose a tag to compare

Full Changelog: v6.5.2...v6.5.3

v6.5.2

16 Jun 08:36

Choose a tag to compare

Full Changelog: v6.5.1...v6.5.2

v6.5.0

16 Jun 04:18

Choose a tag to compare

v6.5.0

Highlights

Managed local ax-engine provider. ax-code can now run a fully managed, on-device model provider. Models are downloaded into a managed cache, prepared through a guided start flow, and surfaced directly in the TUI model selector — no manual setup required. The provider is gated to capable hardware (macOS 26, M2 or newer, 64 GB RAM) and checks available disk before preparing a model, so it only offers itself where it can actually run well.

Reliability

  • Truncated model turns now recover correctly. Turns cut off mid-stream are repaired and retried against the right budget, instead of failing or burning the wrong retry allowance.
  • No more compaction loops. Repeated context-overflow compaction could spin in place; the runtime now breaks out of that loop.
  • More accurate prompt preflight. Tool schemas are counted toward the prompt budget, with per-model limits applied to the local engine.

File tools

  • Empty and malformed file paths are now rejected up front rather than failing deep in a tool call.
  • filePath argument aliases are normalized consistently across file tools.

Safety

  • Bracketed "fake" tool commands are blocked so they can't be smuggled through as real tool calls.

TUI & models

  • Fixed keypad Enter inserting a blank line instead of submitting the prompt.
  • Non-selectable recent models are now hidden from the picker.

Other

  • Built-in skills are now portable across installs.

Full Changelog: v6.4.1...v6.5.0

v6.4.1

14 Jun 21:10

Choose a tag to compare

Highlights

  • Fixed CRLF corruption and lost file mode handling in edit/patch tools.
  • Preserved agent context for skill commands.
  • Fixed patch parser recognition for *** End of File anchors.
  • Fixed Locale.truncateMiddle emitting oversized output when keepEnd is 0.
  • Removed deprecated AX.md and CONTEXT.md instruction file support.

Distribution

  • Published compiled archives for macOS arm64, Windows x64, and Windows arm64.
  • Signed release archives with minisign and verified uploaded signatures.
  • Updated the Homebrew tap to v6.4.1.
  • Install smoke passed for Homebrew, Windows x64, and Windows arm64.

Full Changelog: v6.4.0...v6.4.1