Skip to content

0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 01:22

Release Notes

Added

  • Interactive agent picker for install-hook/uninstall-hook. Bare
    vallum install-hook on a terminal now opens a multi-select (space =
    toggle, a = toggle all, enter = confirm, esc = cancel) listing Claude
    Code, Codex CLI, Cursor, and Gemini CLI with detected/installed status;
    detected-but-unhooked agents come preselected. uninstall-hook gets the
    same picker over currently hooked agents. Non-interactive invocations
    (pipes, CI) keep the silent Claude Code default, and explicit --agent
    never prompts. No new dependencies — hand-rolled termios raw mode.

Install vallum 0.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kahramanemir/Vallum/releases/download/v0.8.1/vallum-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install kahramanemir/tap/vallum

Install prebuilt binaries into your npm project

npm install vallum@0.8.1

Download vallum 0.8.1

File Platform Checksum
vallum-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vallum-x86_64-apple-darwin.tar.xz Intel macOS checksum
vallum-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
vallum-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo kahramanemir/Vallum

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>