Skip to content

Releases: AxmeAI/axme-cli

v0.2.11

24 Mar 13:16
61e59a1

Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10

24 Mar 12:00
f997b3f

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10

v0.2.9

21 Mar 21:53
77ee4ec

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

21 Mar 10:15
942097e

Choose a tag to compare

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

21 Mar 07:30
12e7516

Choose a tag to compare

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

19 Mar 17:25

Choose a tag to compare

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

19 Mar 12:30
56c7f40

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

18 Mar 15:44
6fb5e75

Choose a tag to compare

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

10 Mar 08:20

Choose a tag to compare

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 proactiveRefreshed flag 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 time printUpdateHint ran, so hints were silently dropped. Fixed with a 500ms wait window.
  • axme intents list raw 401 error — now shows Authentication 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 intentaxme intents
    • axme agentaxme agents
    • axme service-accountaxme service-accounts
    • axme diagnosticsaxme 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

09 Mar 21:38
e677d2f

Choose a tag to compare

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