Skip to content

v0.0.7

Choose a tag to compare

@jleni jleni released this 21 Feb 07:56
· 705 commits to main since this release
79f19a5

What's Changed

CLI refactor

  • Merged service into daemon — all daemon management now lives under kache daemon (run, start, stop, install, uninstall, log)
  • Folded migrate into doctor --fix — one-time migration is now kache doctor --fix [--purge-sccache]
  • Bare kache daemon (no subcommand) shows status

Daemon improvements

  • Increased upload queue from 256 → 4096 to prevent "queue full" errors during large parallel builds
  • Added deduplication guard — same cache key won't be enqueued multiple times

Migration notes

  • kache service *kache daemon *
  • kache migratekache doctor --fix
  • If you have the daemon installed as a system service, re-run kache daemon install to update the service definition