Skip to content

v2.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 06:38

Fixes

  • update migrates pre-rename plugins — updating from the old safety-net plugin name now works across hosts:
    • Detects the pre-rename Copilot CLI plugin and removes it after migrating.
    • Refreshes an already-registered marketplace before installing on Claude Code, Codex, and Copilot CLI, so updates no longer fail against a stale catalog.
    • Legacy-plugin cleanup is best-effort: a failure warns instead of failing the target, since the host CLI may have already dropped the record.
    • codex plugin list now runs with a 30 s timeout, so a cold run no longer silently drops Codex from detection.
    • One failed target no longer stops the remaining update targets; the command still exits non-zero at the end.

Release pipeline

  • The prepare-release workflow now takes a patch / minor / major bump choice and computes the next version automatically; an explicit version input remains as an override.
  • The publisher looks up GitHub releases with a draft-aware query, fixing a failure on the first publish of a tag.

Upgrade

npx -y cc-safety-net@latest update

Full changelog: v2.0.0...v2.0.1