Skip to content

v0.15.0 — aura connect (browser-based cloud login)

Choose a tag to compare

@MHASK MHASK released this 20 Apr 14:19
· 15 commits to master since this release

New: aura connect

One-command browser login for Aura Cloud — same pattern as gh auth login / claude login.

aura connect

Opens your browser to app.auravcs.com/cli-auth, you approve, the CLI saves the token. No more copy-pasting aura_xxx tokens from the dashboard.

New subcommands

  • aura connect — browser-based Aura Cloud login (pass --no-browser on headless boxes)
  • aura whoami — show the current cloud identity (user + org)
  • aura disconnect — clear the stored cloud token

Existing aura connect <mothership-url> --code ... mothership flow still works — passing any of --code/--username/--password selects mothership mode.

Readability pass

Every dashboard page (intents, plans, zones, snapshots, agents, memory, time machine, graph, releases) now synthesizes readable labels from what each record actually has, instead of showing Untitled / unknown / (no path). Raw UUIDs and hex hashes no longer appear as primary labels.

Binaries

  • aura-darwin-arm64 — macOS Apple Silicon
  • aura-linux-arm64 — Linux ARM64

(Linux amd64 + Windows via CI on the next cut.)

Self-hosters: unchanged. Use aura login --url https://your-server ... as before — aura connect is specific to Aura Cloud (auravcs.com).

Full Changelog: v0.14.0...v0.15.0