Skip to content

v0.3.0

Choose a tag to compare

@air-gapped-release-bot air-gapped-release-bot released this 03 Apr 10:41
ebb64a0

Highlights

Smarter Grouping

The default similarity threshold drops from 85 to 75, based on an empirical
sweep across 16 log files. Expect ~3% better compression with no loss of
distinct patterns.

Found via autoresearch — Karpathy-style greedy hill climbing across all example logs.

Better --summary Output

Summary mode now caps at 30 patterns by default and truncates long lines to
your terminal width — no more horizontal scrolling.


0.3.0 (2026-04-03)

Features

  • Cap --summary output at 30 patterns by default (use --top N to adjust)
  • Auto-truncate long lines in --summary to terminal width

Performance

  • Change default --threshold from 85 to 75 for better compression

Full changelog: v0.2.0...v0.3.0