Releases: AxmeAI/axme-code
Releases · AxmeAI/axme-code
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
v0.2.4
Self-contained plugin bundle for Claude Code marketplace
What's Changed
- feat: self-contained plugin bundle for Claude Code marketplace by @George-iam in #82
- release: v0.2.4 by @George-iam in #83
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Fix flaky CI test, sync npm publish
What's Changed
- fix: skip flaky CI test, release v0.2.3 by @George-iam in #81
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Fix CI tests, sync npm publish
What's Changed
- fix: make CI tests self-contained by @George-iam in #79
- release: v0.2.2 by @George-iam in #80
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Bug fixes, plugin marketplace support, setup --force flag
What's Changed
- release: v0.2.0 by @George-iam in #42
- test: comprehensive test suite - 278 tests by @George-iam in #43
- feat: persistent backlog module with scope support by @George-iam in #45
- fix: backlogContext reads from projectPath by @George-iam in #46
- test: oracle detection and transcript parser tests by @George-iam in #47
- fix: repo-launched MCP server forces repo mode (D-116) by @George-iam in #48
- docs: update architecture, README, and diagrams for v0.2.0 by @George-iam in #49
- docs: regenerate PNG/SVG diagrams for v0.2.0 by @George-iam in #50
- feat: pre-launch prep — README, demo GIF, LICENSE, blog, contributing by @George-iam in #72
- docs: SEO-optimize README with keywords and CLAUDE.md comparison by @George-iam in #73
- feat: add Claude Code plugin manifest for marketplace by @George-iam in #74
- feat: switch to npx for plugin marketplace compatibility by @George-iam in #75
- fix: revert to binary commands, add setup --force, add npm publish CI by @George-iam in #77
- release: v0.2.1 by @George-iam in #78
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- fix: install.sh unbound variable error on exit by @George-iam in #22
- docs: README iteration - badges, prereqs, compact sections by @George-iam in #23
- feat: scope auto-resolve + context split for parallel loading by @George-iam in #24
- feat: server-side context dedup + remove axme_search_memory by @George-iam in #25
- feat: compact KB format + audit-kb compaction by @George-iam in #26
- fix: stricter compact format in kb-auditor with examples by @George-iam in #27
- fix: detectBranch handles cd && git pattern + docs update by @George-iam in #28
- test: detectBranch verification (delete after) by @George-iam in #29
- fix: audit-kb path argument + cleanup by @George-iam in #30
- test: cd pattern (delete after) by @George-iam in #31
- fix: pass full command to checkGit for cd target detection by @George-iam in #32
- fix: git -C strip + skip merged check on checkout chains by @George-iam in #33
- feat: AXME Code verification checklist in session close by @George-iam in #34
- chore: remove test artifact .test-cd-pattern by @George-iam in #35
- feat: paginate MCP tool outputs to prevent truncation by @George-iam in #36
- feat: auto-update for binary installs, remove npm publish by @George-iam in #37
- feat: #!axme gate protocol for git commit/push by @George-iam in #38
- refactor: simplify gate hook, fix marker-in-message edge case by @George-iam in #39
- fix: prevent duplicate sessions, audits, and stuck audit logs by @George-iam in #40
- feat: block git tag and publish commands in safety hooks by @George-iam in #41
Full Changelog: v0.1.0...v0.2.0