github kunobi-ninja/kache v0.0.7

latest releases: v0.16.1, v0.16.0, v0.15.1...
6 months ago

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

Don't miss a new kache release

NewReleases is sending notifications on new releases.