From rp1-base
Updates rp1 CLI via package managers like Homebrew and refreshes plugins for tools like Claude Code and OpenCode using bash commands. Reports outcomes, handles errors, and reminds to restart IDE.
npx claudepluginhub rp1-run/rp1 --plugin rp1-baseThis skill uses the workspace's default tool permissions.
Update rp1 CLI to the latest version and update all installed plugins.
Updates rp1 CLI via package managers like Homebrew and refreshes plugins for tools like Claude Code and OpenCode using bash commands. Reports outcomes, handles errors, and reminds to restart IDE.
Updates WOZCODE plugin to latest version: refreshes marketplace entry (SSH/HTTPS fallback), runs claude plugin update/install, clears update flag. Use when update notification appears.
Checks for new versions of Claude Code npm package and ClawCode repo using bash/git/npm, prints safe update commands. Activates on /update or 'check for updates' queries.
Share bugs, ideas, or general feedback.
Update rp1 CLI to the latest version and update all installed plugins.
Run the following commands sequentially via Bash:
# 1. Update the CLI itself
rp1 update
# 2. Update all plugins
rp1 update plugins all
rp1 update)The CLI update command will output one of three outcomes:
The CLI update completed successfully. Example output:
Detecting installation method...
Homebrew installation detected
Updating rp1...
Successfully updated rp1 from 0.2.3 to 0.3.0
Report to user: Confirm the version change.
Automatic update is not available. Example output:
Detecting installation method...
Manual installation detected
Automatic update is not available for manual installations.
Please download the latest version from:
https://github.com/rp1-run/rp1/releases/latest
Report to user: Explain that they need to update the CLI manually and provide the GitHub releases link. Continue with plugin update.
The CLI update failed. Example output:
Error: brew upgrade failed: Permission denied
Report to user: Show the error message and suggest checking permissions or trying manual update.
rp1 update plugins all)After CLI update, the plugin update command will:
Example output:
Detecting installed tools...
Found: Claude Code, OpenCode
Updating plugins for Claude Code...
Successfully updated plugins for Claude Code
Updating plugins for OpenCode...
Successfully updated plugins for OpenCode
Report to user: Confirm which tools had their plugins updated.
After reporting the results, always remind the user:
Please restart Claude Code (or OpenCode) to use the new version.
This is important because the updated CLI and plugins will not take effect until the IDE is restarted.
rp1 update handles CLI self-update using the appropriate package manager (Homebrew, Scoop, or manual)rp1 update plugins all updates plugins for all detected agentic tools