Skip to content

v0.4.0 — digest subcommand (build/test/CI output compression)

Choose a tag to compare

@johunsang johunsang released this 14 May 11:10
· 21 commits to main since this release

v0.4.0 — digest subcommand for build/test/CI output compression

A new subcommand that locks down the second-largest agent-token sink
(after raw file reads) — cargo, pnpm/npm/yarn/bun, tsc,
pytest, go test, gradle, ruff, mypy, clang/cmake/make/
swift, and GitHub Actions output are auto-detected and compressed
while every error, traceback, and failure context is preserved.

Highlights (measured on 15 real-world fixtures):

  • cargo build: -99.2%
  • pnpm install: -73.6%
  • GitHub Actions log (3.3 MB): -98.9%
  • TOTAL across 15 fixtures: -98.7%

Usage:
cargo build 2>&1 | semble_rs digest
gh run view --log-failed | semble_rs digest

Tests: 75 passed (30 new digest tests). 50-query search eval unchanged.