Updates
This page is for maintainers updating an existing PRFlow installation. Local plugin updates and cloud repository updates are separate operations.Update a Local Plugin
Refresh the marketplace and plugin with the commands supported by your client.Claude Code
/plugin manager provides equivalent update actions.
GitHub Copilot CLI
Codex CLI
init skill to backfill new configuration keys, refresh the schema and add any newly shipped prompt-extension examples.
Update Cloud Repository Files
The default thin cloud installation uses two independently updated artifacts:- The workflows and composite actions committed in the repository.
- The plugin content fetched at the
prflow_versionref in.prflow/config.json.
devflow-install.sh, preview the upgrade first, then apply it:
prflow_version when the existing value is empty or looks like a commit SHA. A deliberately set tag or branch name is preserved, so advance that value yourself when needed.
A committed-vendor installation created with DEVFLOW_VENDOR=1 stores the plugin tree in the repository and ignores prflow_version. Re-run the installer with the same vendor mode to refresh that tree.
Review and commit the resulting diff. If the installer preserves a modified artifact as a .prflow-new sidecar, compare and reconcile it instead of assuming the workflow was updated in place.
Fresh cloud installations maintain devflow.yml and devflow-implement.yml. Older repositories can retain withdrawn review-tier files; the updater reports them but does not remove them without explicit direction.
See Cloud Runs for the complete setup and update path.