Skip to content

Leviath v0.2.0

Choose a tag to compare

@GEMISIS GEMISIS released this 04 Aug 07:43

Stable release - v0.2.0

Source commit: 17117aa

Install

Homebrew (macOS):

brew tap gemisis/leviath https://github.com/GEMISIS/leviath-dist.git
brew install leviath

Linux:

curl -fsSL https://raw.githubusercontent.com/GEMISIS/leviath-dist/main/install.sh | bash

Windows (Scoop):

scoop bucket add leviath https://github.com/GEMISIS/leviath-dist.git
scoop install leviath

Manual:

# Download the archive for your platform, then:
tar xzf leviath-*.tar.gz    # or unzip for Windows
sudo mv lev /usr/local/bin/

From source:

cargo install --git https://github.com/GEMISIS/leviath.git --tag v0.2.0 --bin lev

What's Changed

  • One command for the version, a label before it ships, and badges for what each channel carries by @GEMISIS in #225
  • docs: rewrite for readability, fact-check against source, add Integrations by @GEMISIS in #226
  • TUI kit: shared keymap/widgets, terminal guard, and the setup wizard rework by @GEMISIS in #230
  • fix: make OpenRouter work end to end by @GEMISIS in #229
  • Dashboard: stable run ordering, confirmed kills, scrollable log, consistent keys by @GEMISIS in #231
  • Dashboard: full-screen stage explorer, visit timeline, and a collapsible context tree by @GEMISIS in #232
  • ci: bump taiki-e/install-action from 2.85.4 to 2.85.5 by @dependabot[bot] in #235
  • ci: bump aws-actions/configure-aws-credentials from 4.3.1 to 6.2.3 by @dependabot[bot] in #234
  • ci: bump actions/setup-node from 4.4.0 to 7.0.0 by @dependabot[bot] in #233
  • serve: agent file reads, doctor checks, and a folder picker for the browser console by @GEMISIS in #236
  • docs: make Leviath navigable by an agent arriving cold by @GEMISIS in #237
  • fix(windows): stop child processes flashing console windows by @GEMISIS in #238
  • docs: the console-window fix lands in 0.2, not 0.1.3 by @GEMISIS in #239
  • Update Version to 0.2.0 by @GEMISIS in #240
  • ci(alpha): grant the gate job the permissions ci.yml now asks for by @GEMISIS in #242

Full Changelog: v0.1.2...v0.2.0