Releases: AxmeAI/axme-code
Releases · AxmeAI/axme-code
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
v0.1.0
What's Changed
- feat: initial MCP server implementation (Stage 1) by @George-iam in #1
- fix: turns counter + hard safety enforcement (PreToolUse) by @George-iam in #2
- feat: auto-audit sessions on disconnect + fix turns=0 race by @George-iam in #3
- feat: transcript-based session audit with strict extraction rules by @George-iam in #4
- feat: scope-aware audit writes + auditor isolation by @George-iam in #5
- feat: reliable audit — chunking, multi-window isolation, ADR parser by @George-iam in #6
- fix: audit reliability follow-up — ppid walk, auditStatus flag, subclaude hook isolation by @George-iam in #7
- feat: full audit fixes batch - 8 commits closing 20 issues by @George-iam in #8
- feat: audit fixes round 2 - supersede, questions, kb-audit, hygiene by @George-iam in #9
- feat: narrative worklog - LLM session summaries by @George-iam in #10
- fix: init-scan dedup — preset decisions visible to LLM scanner by @George-iam in #11
- fix: merged-PR push check + worklog revamp by @George-iam in #12
- fix: checkBash chain operator bypass + logCheckResult by @George-iam in #13
- fix: extractBashWritePaths rejects garbage paths by @George-iam in #14
- feat: enriched handoff + axme_close_session by @George-iam in #15
- fix: prevent auditor from overwriting agent handoff by @George-iam in #16
- feat: agent-driven session close (begin_close + finalize_close) by @George-iam in #17
- docs: update ARCHITECTURE.md with agent-driven close session flow by @George-iam in #18
- docs: rewrite README with product positioning and architecture overview by @George-iam in #19
- feat: publish workflows, native installer, per-repo .mcp.json by @George-iam in #20
- fix: regenerate package-lock.json for CI by @George-iam in #21
New Contributors
- @George-iam made their first contribution in #1
Full Changelog: https://github.com/AxmeAI/axme-code/commits/v0.1.0