Releases: AetherAI3/aether-agent
Releases · AetherAI3/aether-agent
Release list
Aether Agent v0.3.2 — one line again
This patch reunites the v0.3.1 maintenance line with main.
- The v0.3.1 fixes are on
main. v0.3.1 was released from a branch that was never merged, somainmoved forward without its browser-launcher verification and browser-login recovery path — while still declaring0.3.0, a version older than the one on the registry. That line is merged, and the declared version leads the published one again. - Browser sign-in reports what actually happened. Opening the sign-in page now waits for the operating system launcher to start or fail, so a machine with no browser says so instead of reporting a launch it only attempted.
- No new surface. This patch adds no command, flag, or contract of its own. The device-runtime, telemetry, and session-library work already on
mainis carried by the merge and is not announced as new here.
Evidence: operator packet · release record
Aether Agent v0.3.1 — first-run recovery
This compatibility patch improves first-run recovery without pulling in the later device-runtime work from main.
- Stops before executing on an unsupported Node.js runtime and prints the upgrade path.
- Continues browser-based sign-in with the displayed URL and code when the system browser cannot open.
- Publishes from the protected
release/0.3head after Ubuntu, Windows, supply-chain, and release-truth checks passed.
Aether Agent v0.3.0
Aether Agent 3.0
Aether Agent 3.0 turns local coding work into a durable, verifiable workflow
that can move between sessions, models, checkouts, and machines without handing
away tool authority.
What changed
- Durable work and handoffs. Resume project sessions, inspect their real
continuity state, and export bounded continuation records without absolute
paths, file contents, shell history, or credentials. - Review to pull request.
aether reviewbinds verification to the current
commit and working tree;aether shippublishes only the reviewed head after
explicit action approval. - Skills and capabilities. Six built-in skills ship in the package. Skills
andAGENTS.mdnow participate in real runs, and skill policy can only narrow
the available tool surface. - Headless execution.
aether execprovides versioned JSONL protocols,
repository-bound checkpoints, acknowledged controls, confined agent
definitions, receipts, and host-authoritative verification. - Local Ollama workflow. Setup, diagnosis, model listing, selection, and
pulls are explicit, namespaced, and consent-gated. A plain npm install can run
the packaged local brain. - Managed previews. Preview start, readiness, open, logs, status, and stop
are owned by a loopback-only supervisor with one-use local control and full
process-tree cleanup. - Generated public truth. The command manifest, command reference, model
catalogue, package inventory, and release claims are checked together.
Security and release hardening
- Local tools remain path-confined and permission-gated.
- Credentials, absolute paths, private memory, and file contents are excluded
from portable handoffs and support bundles. - Cancellation and preview stop clean up full process trees without attaching
to stale or unrelated PIDs. - CI qualifies Linux, Windows, the packed supply chain, and CodeQL on the exact
release head. - The npm workflow rebuilds from the tag, produces a CycloneDX SBOM, attests the
package, and publishes with provenance through the owner-gated environment.
Install
Requires Node.js 24 or newer.
npm install -g aether-agents@0.3.0 --ignore-scripts
aether --versionKnown limitations
- Production Agent DevSessions are currently disabled. Hosted coding and the
Cloudaether execdriver fail closed instead of degrading into server-side
chat execution. Local Ollama and model-free self-test paths are available. - The Aether Online/Code redemption contract is not exposed as a supported
Agent command in this release. /rcremote viewing is not part of v0.3.0; its viewer and device-enrollment
dependencies remain follow-up work.
Full verification and rollback evidence is recorded in the
v0.3.0 operator packet.