Releases: zdk/lowfat
Releases · zdk/lowfat
v0.3.2
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_ARGSenv 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/lowfatSetup
See README for Claude Code hook or shell integration options.