Releases: defai-digital/ax-code
v6.6.0
Full Changelog: v6.5.7...v6.6.0
v6.5.8
Full Changelog: v6.5.7...v6.5.8
v6.5.7
Full Changelog: v6.5.6...v6.5.7
v6.5.6
Full Changelog: v6.5.5...v6.5.6
v6.5.5
Full Changelog: v6.5.4...v6.5.5
v6.5.4
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
Full Changelog: v6.5.2...v6.5.3
v6.5.2
Full Changelog: v6.5.1...v6.5.2
v6.5.0
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.
filePathargument 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
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 Fileanchors. - Fixed
Locale.truncateMiddleemitting oversized output whenkeepEndis 0. - Removed deprecated
AX.mdandCONTEXT.mdinstruction 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