Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:09

Changelog

  • f784890 chore(test): neutral wording for corpus savings gate comment
  • f6afefe feat(cli): color, meters, and impact bars for savings, scan, doctor
  • 09e5a22 feat(cli): wrapper, route, hook, savings, init, doctor commands with sqlite ledger
  • 1a442a0 feat(dist): release workflow, homebrew cask, curl installer
  • a2223b5 feat(filter): compression engine with TOML DSL, safety guards, tiered registry
  • eca03a1 feat(filter): expand catalog to 34 commands (cargo, docker, kubectl, terraform, brew, pip, uv, gh, jvm, linters)
  • 8b820cd feat(filter): first 10 command filters with corpus savings gate (84% avg)
  • 49b34de feat(hook): PostToolUse compression for Bash, Grep, Glob via content sniffing
  • 94245b1 feat(hook): PreToolUse rewrite processor; feat(execx): runner with raw-output stash
  • 742714f feat(install): project init targets settings.local.json by default, add --shared flag
  • f6da37a feat(proxy): local LLM API proxy with exact usage metering
  • efc0529 feat(router): chain-aware command routing with Claude Code permission mapping
  • e4be04e feat(scan): replay filters on transcript history to measure missed savings
  • adfc6f0 feat(session): dedup cache for repeated reads and reruns, diff-aware re-reads
  • a5d6b9b fix(dist): point homebrew cask at hoophq/homebrew-tap (shared org tap)
  • 125a179 fix(filter): normalize CRLF in engine, force LF checkouts via gitattributes
  • 7b1b50d fix(proxy): forward Content-Length upstream instead of falling back to chunked encoding
  • 8ec6267 fix(savings): skip empty-output ledger rows, show per-command percentages
  • 0dabaa5 restructure: move entrypoint to cmd/julius (org convention)
  • 852a55a revert(install): project init writes .claude/settings.json again, drop --shared
  • 9e9404b scaffold: go module, cobra CLI, MIT license, CI, goreleaser
  • 204187e test(hook,install): permission-mapping e2e and init idempotence acceptance tests