/canvai-update
Update the canvai npm package and Claude Code plugin to the latest version.
Steps
- •
Update the npm package (runs migrations automatically):
bashnpx canvai update
- •
Update the Claude Code plugin (refresh marketplace cache first):
bashcd ~/.claude/plugins/marketplaces/canvai && git pull origin main 2>/dev/null; cd -
Then:
bashclaude plugin update canvai@canvai
- •
Restart the dev server if it's running:
bashnpx canvai dev
- •
Confirm: "Canvai updated to latest. Dev server restarted."