docs(coding-agent): add uninstall instructions

This commit is contained in:
Armin Ronacher
2026-05-18 12:47:33 +02:00
parent 4943c1d62c
commit 137547a470
4 changed files with 32 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ pi update npm:@foo/bar # update one package
pi update --extension npm:@foo/bar
```
These commands manage pi packages, not the pi CLI installation. To uninstall pi itself, see [Quickstart](quickstart.md#uninstall).
By default, `install` and `remove` write to user settings (`~/.pi/agent/settings.json`). Use `-l` to write to project settings (`.pi/settings.json`) instead. Project settings can be shared with your team, and pi installs any missing packages automatically on startup.
To try a package without installing it, use `--extension` or `-e`. This installs to a temporary directory for the current run only: