Skip to content

Releases: zdk/lowfat

v0.3.2

11 Apr 17:04
@zdk zdk
618085d

Choose a tag to compare

First alpha release.

Highlights

  • Built-in filters: git, docker, ls — compiled into the binary, zero overhead
  • Bundled plugins: npm-compact, go-compact, cargo-compact — shell script filters
  • Pipeline config: filter any command with a one-liner in .lowfat — no plugin needed
  • Plugin system: $LOWFAT_ARGS env var for resource-type-aware filtering
  • Plugin guide: docs/PLUGINS.md with practical examples
  • 16 e2e tests covering full plugin pipeline
  • 120 total tests across all crates
  • Secret redaction, token budgeting, composable processors
  • Claude Code hook and shell integration support

Install

cargo install lowfat
# or
brew install zdk/tools/lowfat

Setup

See README for Claude Code hook or shell integration options.