Fixes
updatemigrates pre-rename plugins — updating from the oldsafety-netplugin 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 listnow 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/majorbump 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 updateFull changelog: v2.0.0...v2.0.1