Skip to content

Releases: aiLabSolution/plane-axi

v0.4.0

Choose a tag to compare

@marloeuyjr marloeuyjr released this 25 Aug 07:14
4ae38cd

0.4.0 (2026-08-24)

⚠ BREAKING CHANGES

  • wi search searches the selected project instead of the whole workspace; pass --workspace for 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

  • scope work-item addressing and search to the selected project (#17) (75b4595)

v0.3.2

Choose a tag to compare

@marloeuyjr marloeuyjr released this 15 Aug 11:33
225a7ff

0.3.2 (2026-08-15)

Bug Fixes

  • comment list --all hides real comments (#15) (bb65d81)

v0.3.1

Choose a tag to compare

@marloeuyjr marloeuyjr released this 25 Jul 19:34
37b0db7

0.3.1 (2026-07-25)

Bug Fixes

  • make the running build identifiable and automate releases (#7) (592b1a3)

plane-axi v0.3.0

Choose a tag to compare

@marloeuyjr marloeuyjr released this 25 Jul 11:32
7388095

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

Choose a tag to compare

@marloeuyjr marloeuyjr released this 22 Jul 18:09
c21f6f6

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-42 plus 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.0

Set 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