Skip to content

Leviath v0.3.10

Choose a tag to compare

@GEMISIS GEMISIS released this 14 Aug 22:08

Stable release - v0.3.10

Source commit: 114c564

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

What's Changed

  • fix(output): refuse a submission that is only the name of a stage by @GEMISIS in #447
  • feat(lint): warn when an evicting region's bound scales with the model by @GEMISIS in #448
  • fix(spawn): give stage prompts their own region even when nobody declared one by @GEMISIS in #449
  • perf(anthropic): stop paying to cache a prefix that already churned by @GEMISIS in #450
  • feat(journal): record what each provider call cost, and count the ones nobody was counting by @GEMISIS in #451
  • feat(context): let an agent release what it is finished with by @GEMISIS in #452
  • chore(release): 0.3.10 by @GEMISIS in #453

Full Changelog: v0.3.9...v0.3.10