Releases: AxmeAI/axme-cli
Releases · AxmeAI/axme-cli
v0.2.11
What's Changed
- fix: auto-add install dir to PATH by @George-iam in #71
- fix: ensure_path checks rc file, not runtime PATH by @George-iam in #72
- fix: loadAgentKey path mismatch on macOS by @George-iam in #73
- fix: start agents before submitting intent to avoid SSE race by @George-iam in #74
- release: v0.2.11 — macOS fixes by @George-iam in #75
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's Changed
- Replace raw HTTP error leakage with user-friendly messages by @George-iam in #68
- Rename tier display: Starter / Business by @George-iam in #69
- docs: add v0.2.10 changelog entry by @George-iam in #70
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- fix: agents delete accepts agent:// addresses by @George-iam in #63
- perf: reduce built-in agent polling latency by @George-iam in #64
- feat: magic link auto-login (no OTP needed if link clicked) by @George-iam in #65
- perf: parallel agent provisioning + local key cache by @George-iam in #66
- docs: v0.2.9 changelog by @George-iam in #67
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- feat: org receive policy + agent receive override CLI commands by @George-iam in #60
- docs: update README with receive policy + agent commands by @George-iam in #61
- docs: add v0.2.8 changelog by @George-iam in #62
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- docs: add Human Tasks and Scenarios to command reference by @George-iam in #53
- fix: env var override for base URL in fresh CLI contexts by @George-iam in #51
- fix: filter agent keys by base_url in examples run by @George-iam in #54
- docs: v0.2.6 changelog by @George-iam in #55
- feat: examples run auto-provisions agent service accounts by @George-iam in #56
- feat: add agents policy commands (get/set/add/remove) by @George-iam in #57
- feat: intents list uses GET /v1/intents (no bearer needed) by @George-iam in #58
- docs: add v0.2.7 changelog by @George-iam in #59
Full Changelog: v0.2.5...v0.2.7
v0.2.6
What's Changed
- docs: add Human Tasks and Scenarios to command reference by @George-iam in #53
- fix: env var override for base URL in fresh CLI contexts by @George-iam in #51
- fix: filter agent keys by base_url in examples run by @George-iam in #54
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Replace alpha access with Quick Start reference by @George-iam in #49
- feat: type-aware task hints + shortcut commands by @George-iam in #50
- docs: changelog for v0.2.4 and v0.2.5 by @George-iam in #52
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- docs: Phase 7 — CLI README updated for Track H by @George-iam in #30
- refactor(diagrams): replace local SVG copies with raw GitHub URLs from axme-docs by @George-iam in #31
- feat(cli): show quota dimension, used/limit, reset_at on 429 quota_exceeded by @George-iam in #33
- fix(cli): v0.2.3 — command aliases, double-refresh fix, update hint by @George-iam in #32
- feat(cli): scenarios commands — create/apply/validate/list-templates + contract fix by @George-iam in #35
- feat(cli): axme tasks list/get/approve/reject — human task inbox by @George-iam in #36
- feat(cli): silent login refresh, scenario agent creds store, delivery_mode by @George-iam in #37
- fix(cli): watch tag format + axme intents log command by @George-iam in #39
- feat(cli): email recall on login + file store fix (#39) by @George-iam in #40
- feat(cli): show step handoffs in --watch (#41) by @George-iam in #41
- feat(cli): axme examples run/list (#42) by @George-iam in #42
- fix(cli): intents log matches watch format (#43) by @George-iam in #43
- fix: CLI task_result format + timeout + cleanup + refresh by @George-iam in #44
- security: remove quota set from CLI by @George-iam in #45
- fix: quota display — agents label, human-readable bytes, tier info by @George-iam in #46
- fix: scope SA credential cache by base_url (staging/prod isolation) by @George-iam in #47
- docs: remove axme raw references, add CHANGELOG by @George-iam in #48
Full Changelog: v0.2.2...v0.2.4
v0.2.3 — command aliases, double-refresh fix, update hint
What's Changed
Bug Fixes
- Double-refresh session revocation — proactive pre-expiry refresh and reactive 401-triggered refresh could both fire in the same request, consuming the one-time-use refresh token twice. The server correctly detected reuse and revoked the entire session. Fixed with a
proactiveRefreshedflag that prevents the reactive path from running when pre-expiry refresh already fired. - Update hint not showing — for fast commands (
axme version,axme whoami) the background update-check goroutine hadn't finished by the timeprintUpdateHintran, so hints were silently dropped. Fixed with a 500ms wait window. axme intents listraw 401 error — now showsAuthentication failed. Run \axme login`instead ofinvalid bearer token`.
New Features
- Command aliases: the following singular/alternate forms now work identically to their canonical commands:
axme intent→axme intentsaxme agent→axme agentsaxme service-account→axme service-accountsaxme diagnostics→axme doctor
Upgrade
```bash
curl -fsSL https://raw.githubusercontent.com/AxmeAI/axme-cli/main/install.sh | sh
```
Or if already installed:
```bash
axme update
```
What's Changed
- docs: Phase 7 — CLI README updated for Track H by @George-iam in #30
- refactor(diagrams): replace local SVG copies with raw GitHub URLs from axme-docs by @George-iam in #31
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat(cli): workspace members namespace + post-login workspace prompt by @George-iam in #28
- feat(cli): proactive pre-expiry token refresh by @George-iam in #29
Full Changelog: v0.2.1...v0.2.2