| name | update-pappardelle |
| description | Update Pappardelle to the latest version by re-running the install script. |
| disable-model-invocation | true |
/update-pappardelle — Update to Latest Version
Re-runs the Pappardelle install script to pull the latest version, rebuild, and update hooks.
Pappardelle now checks GitHub Releases on startup (cached once per 24h) and shows a banner in the TUI when a newer version is available — pressing U in the workspace list runs the same install script this skill runs. Use this skill when the user explicitly asks (e.g. they want to force a check after dismissing the banner, or they're not running the TUI right now).
Steps
-
Tell the user you're updating Pappardelle to the latest version.
-
Run the install script:
curl -fsSL https://raw.githubusercontent.com/chardigio/pappardelle/main/install.sh | bash
-
If the install script fails, help the user troubleshoot:
- Missing prerequisites → suggest
brew install <tool>
- Permission errors → suggest checking
~/.local/bin ownership
- Network errors → suggest checking internet connectivity
-
After success, tell the user:
- Pappardelle has been updated
- Any running Pappardelle TUI must be restarted to pick up the changes — press
q to quit, then re-launch with pappardelle
Note: the installer also re-pins the pappardelle shim to the node binary currently on PATH, so re-running it is the fix when the shim complains about a missing or too-old node (e.g. after nvm uninstall).