github kenryu42/cc-safety-net v2.1.1

3 hours ago

cc-safety-net update now refreshes the bunx cache alongside the npx cache, so a later bunx cc-safety-net run picks up the new release instead of the stale cached one. Persistent installs that are behind the latest published version also get a one-line update nudge.

Added

  • Added bunx cache clearing to cc-safety-net update. Each run removes the current user's bunx-<uid>-cc-safety-net@* entries from the OS temp directory, including when no integrations are installed. Entries are matched by name, so another tool that merely depends on cc-safety-net keeps its own cache, and the entry the running process was launched from is preserved. (#90)
  • Added an update nudge to cc-safety-net update. When a persistent install (for example npm i -g cc-safety-net) is behind the latest published version, the command prints the current and latest versions plus an upgrade hint. Ephemeral npx and bunx runs skip the registry check entirely, and a failed or offline check stays silent and does not change the exit code. (#90)

Changed

  • Changed cc-safety-net update to report a bunx cache-clearing failure and exit with a non-zero status, instead of silently succeeding. (#90)

Don't miss a new cc-safety-net release

NewReleases is sending notifications on new releases.