Skip to content

Leviath v0.3.9

Choose a tag to compare

@GEMISIS GEMISIS released this 14 Aug 04:41

Stable release - v0.3.9

Source commit: 1638e40

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.3.9 --bin lev

What's Changed

  • fix(update): refresh the package index before upgrading by @GEMISIS in #427
  • fix(serve): return an agent's manifest, lint it where it lives, and settle on one local model by @GEMISIS in #430
  • feat(runs): say why a run is parked, not just that it is by @GEMISIS in #432
  • feat(serve): tools listing, script editing, and custom gateways in the config API by @GEMISIS in #436
  • fix(agents): give every code stage a local model it can actually reach by @GEMISIS in #437
  • feat(runtime): park a run whose fix is somebody else's, instead of ending it by @GEMISIS in #438
  • feat(serve): say why a run is parked on the websocket, not just that it is by @GEMISIS in #439
  • chore(release): 0.3.9 by @GEMISIS in #440

Full Changelog: v0.3.8...v0.3.9