Skip to content

Releases: HodeTech/Relavium

relavium v0.1.0 — first public CLI release

Choose a tag to compare

@cemililik cemililik released this 24 Jun 20:07
v0.1.0
256b890

relavium — run agent workflows from your terminal — is now on npm.

npm install -g relavium

Requires 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 live ink TUI, or --json for a deterministic NDJSON CI stream
  • relavium list / logs / status — durable local run history
  • relavium gate <runId> + gate list — resolve human gates, including out-of-band cross-process resume
  • relavium provider <list|add|set-key|remove-key|test> — providers + API keys in the OS keychain
  • Deterministic exit codes (0 ok · 1 failed · 2 invalid invocation · 3 paused at a human gate)

Published with npm provenance, verified by a cross-OS (Linux / macOS / Windows) install-smoke matrix before release (ADR-0051).

📦 npm: https://www.npmjs.com/package/relavium