Releases: AxmeAI/axme-code
Releases · AxmeAI/axme-code
v0.6.0
What's Changed
- docs(cli): include config get/set + reindex + --version in usage() by @George-iam in #126
- feat(context): mode-aware axme_decisions/axme_memories + active KB triggers by @George-iam in #127
- fix(install): shell-aware PATH instruction (bash/zsh/fish/tcsh/csh) by @George-iam in #128
- feat(cursor): Phase 1 foundation (IDE abstraction + AgentSdk factory) — held until Phase 2 extension validates by @George-iam in #129
- feat(extension): Cursor-only extension v0.0.1 (full axme-code in Cursor, 1-click install) by @George-iam in #130
- feat(cursor): land extension v0.0.1 into main (merges PR #130 into main) by @George-iam in #131
- feat(extension): v0.0.3 — sidebar monitor + 13 functional gaps + cross-platform + branding by @George-iam in #133
- ci: build darwin-x64 on macos-latest runner + bump version 0.1.0 by @George-iam in #134
- ci+extension: release follow-ups (contents:write + LICENSE) by @George-iam in #135
- fix(extension): bundled binary unreachable on Windows (MCP + search + backlog) by @George-iam in #136
- fix(scanners): keep tool calls inside the project being initialised by @George-iam in #137
- fix(scanners): block reads from credential / secret paths by @George-iam in #140
- fix(extension): Windows works without Node.js — bundle Node.exe in .vsix + sidebar path fix (v0.1.1) by @George-iam in #141
- perf(extension): lazy-extract bundled npm — Windows install ~30s, not 2-3min (v0.1.3) by @George-iam in #142
- release(extension): v0.1.4 — README logo uses absolute GitHub raw URL by @George-iam in #143
- feat(telemetry): capture error_class on setup_complete failures by @George-iam in #144
- fix(mcp): make axme_finalize_close required-field errors agent-actionable by @George-iam in #145
- release: CLI v0.6.0 + extension v0.1.5 by @George-iam in #146
- fix(ci): mark @cursor/sdk external in standalone-binary bundle step by @George-iam in #147
Full Changelog: v0.5.0...v0.6.0
extension-v0.1.5
Extension extension-v0.1.5 — six platform-specific .vsix files attached. See README for install instructions.
extension-v0.1.4
Extension extension-v0.1.4 — six platform-specific .vsix files attached. See README for install instructions.
extension-v0.1.3
Extension extension-v0.1.3 — six platform-specific .vsix files attached. See README for install instructions.
v0.5.0
What's Changed
- docs: remove false native Windows support claims by @George-iam in #113
- fix: add --version flag and scanner preflight for missing claude CLI by @George-iam in #114
- fix: bump session lock wait to 3s so slow I/O does not race duplicates by @George-iam in #115
- docs: note WSL2 support with install-inside-WSL requirement by @George-iam in #116
- docs(README): add Claude Code plugin install as recommended path by @George-iam in #118
- docs(seo): niche-keyword README rewrite + star CTA + Dev.to draft by @George-iam in #119
- Add glama.json for Glama directory claim by @George-iam in #120
- Add Dockerfile for Glama MCP directory validation by @George-iam in #121
- feat(windows): native Windows support — install.ps1, .cmd shims, 3-OS CI matrix by @George-iam in #122
- docs(README): add 'Works With Any MCP Client' section by @George-iam in #123
- feat(search): semantic search MCP tools + tiered context mode (B-005 Phase 2) by @George-iam in #124
- release: v0.5.0 — Windows native + multi-client docs + semantic search by @George-iam in #125
Full Changelog: v0.2.9...v0.5.0
v0.2.9
What's Changed
- feat(auth): user-selectable auth mode (subscription vs api_key) by @George-iam in #109
- fix(agents): findClaudePath resolves via env vars, standard paths, nvm (B-009) by @George-iam in #110
- release: v0.2.9 (auth mode + findClaudePath fallback + dep patches) by @George-iam in #111
- chore: sync package-lock.json version to 0.2.9 by @George-iam in #112
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- fix(ci): chain npm publish + plugin sync into release-binary workflow by @George-iam in #99
- feat(release): add scripts/release.sh single-command release flow by @George-iam in #100
- chore: rename contact email hello@axme.ai to contact@axme.ai by @George-iam in #101
- docs(demo): add 55s kinetic typography marketing video + reproducible pipeline by @George-iam in #102
- feat(benchmarks): competitive benchmarks + multi-client support by @George-iam in #103
- feat(benchmarks): token efficiency metric + scatter plot by @George-iam in #104
- fix(telemetry): extend error classifier + stamp category/fatal on failed audits (B-007) by @George-iam in #106
- fix(audit): set pathToClaudeCodeExecutable on all direct SDK call sites (B-006) by @George-iam in #105
- fix(safety): parseAxmeGate strips trailing quote/punct from pr/repo (B-008) by @George-iam in #107
- release: v0.2.8 (B-006 + B-007 + B-008 fixes) by @George-iam in #108
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- release: v0.2.6 by @George-iam in #93
- fix: correct plugin install commands in README by @George-iam in #94
- feat: feedback request on session close by @George-iam in #95
- fix(audit): two-phase audit + cleanup by @George-iam in #96
- feat(telemetry): anonymous Phase 1 + Phase 2 client by @George-iam in #97
- release: v0.2.7 by @George-iam in #98
Full Changelog: v0.2.6...v0.2.7
What's Changed
- release: v0.2.6 by @George-iam in #93
- fix: correct plugin install commands in README by @George-iam in #94
- feat: feedback request on session close by @George-iam in #95
- fix(audit): two-phase audit + cleanup by @George-iam in #96
- feat(telemetry): anonymous Phase 1 + Phase 2 client by @George-iam in #97
- release: v0.2.7 by @George-iam in #98
Full Changelog: v0.2.6...v0.2.7
v0.2.6
- fix: plugin CLAUDE.md full template after setup
- fix: open questions — agent acts immediately on answers
- fix: plugin repo sync — preserve .git directory
- Alpha indicators in plugin description and README
What's Changed
- fix: plugin repo sync preserves .git directory by @George-iam in #88
- fix: open questions — agent acts immediately on answers by @George-iam in #91
- fix: plugin CLAUDE.md full template + alpha indicators by @George-iam in #92
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Plugin marketplace release: SDK path fix, debug prompt removed, LLM scan reliable
What's Changed
- feat: CI auto-sync plugin bundle to axme-code-plugin repo by @George-iam in #84
- fix: reliable SDK resolution + CI plugin sync by @George-iam in #85
- fix: SDK path resolution, debug prompt removal, improved error logging by @George-iam in #86
- release: v0.2.5 by @George-iam in #87
Full Changelog: v0.2.4...v0.2.5