Release Notes
Added
- Interactive agent picker for
install-hook/uninstall-hook. Bare
vallum install-hookon 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-hookgets 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 | shInstall prebuilt binaries via Homebrew
brew install kahramanemir/tap/vallumInstall prebuilt binaries into your npm project
npm install vallum@0.8.1Download 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/VallumYou 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>