Releases: aiLabSolution/plane-axi
Releases · aiLabSolution/plane-axi
Release list
v0.4.0
0.4.0 (2026-08-24)
⚠ BREAKING CHANGES
wi searchsearches the selected project instead of the whole workspace; pass--workspacefor the previous behaviour. Addressing a work item outside the selected project, whether by its ref's own prefix or by--project, now fails with exit code 1.
Features
v0.3.2
v0.3.1
plane-axi v0.3.0
What's Changed
- Harden CLI against 16 adversarially-confirmed defects by @marloeuyjr in #2
- Upstream markdown bodies, ref cache, trimmed scans, WAF hygiene (v0.2.0) by @marloeuyjr in #3
- Add multi-agent coordination commands (claim/status/heartbeat/release/next) — v0.3.0 by @marloeuyjr in #4
- Fix ledger tail evicting live claims; stop next miscounting by @marloeuyjr in #6
Full Changelog: v0.1.0...v0.3.0
plane-axi v0.1.0
plane-axi v0.1.0
Initial public release of the agent-first Plane.so CLI.
Highlights
- compact, spec-compliant TOON output with structured errors and strict exit codes
- projects, work items, comments, cycles, modules, states, labels, members, and raw API access
- readable references such as
LABSO-42plus directory-scoped project context - idempotent mutations, guarded deletion, pagination, client-side filters, and search fallback
- SessionStart integrations for Claude Code, Codex, and OpenCode
- generated Agent Skill with CI staleness validation
- Node.js 18+ with zero runtime dependencies
Install from GitHub
npm install -g github:aiLabSolution/plane-axi#v0.1.0Set PLANE_API_KEY and PLANE_WORKSPACE, then run plane-axi.
Validation
- Node.js 18, 20, 22, and 24
- CodeQL analysis
- package-content verification
- live Plane read and mutation smoke tests