Releases: HodeTech/Relavium
Releases · HodeTech/Relavium
Release list
relavium v0.1.0 — first public CLI release
relavium — run agent workflows from your terminal — is now on npm.
npm install -g relaviumRequires Node.js ≥ 20.12. Ships an engine-inlined bundle with prebuilt native addons — no compiler toolchain needed.
What's in 0.1.0
The Phase-2 CLI — the first real consumer of the Relavium engine:
relavium run <workflow> [--input k=v]— execute a workflow with a liveinkTUI, or--jsonfor a deterministic NDJSON CI streamrelavium list/logs/status— durable local run historyrelavium gate <runId>+gate list— resolve human gates, including out-of-band cross-process resumerelavium provider <list|add|set-key|remove-key|test>— providers + API keys in the OS keychain- Deterministic exit codes (
0ok ·1failed ·2invalid invocation ·3paused at a human gate)
Published with npm provenance, verified by a cross-OS (Linux / macOS / Windows) install-smoke matrix before release (ADR-0051).