docs(contributing): align launcher instructions

This commit is contained in:
Patrick Wozniak
2026-08-07 09:59:08 +02:00
parent b100d553c1
commit 4c8e49906c
+4 -8
View File
@@ -26,25 +26,21 @@ npm run test:pi-authenticated
npm run test:pi-local npm run test:pi-local
``` ```
Start pi with only the current checkout installed in temporary config and session directories, without inheriting Command Code credentials: Start an isolated pi instance with only the current checkout installed and no existing Command Code credentials:
```sh ```sh
npm run pi:isolated npm run pi:isolated
``` ```
Run `/login` inside pi. The temporary credential and sessions are deleted when pi exits. Run `/login` inside pi. Temporary credentials, configuration, and sessions are deleted when pi exits.
To use the current checkout with your existing pi credentials and expose only Command Code models in the model picker: Start the current checkout with your existing pi credentials and only Command Code models in the model picker:
```sh ```sh
npm run pi:authenticated npm run pi:authenticated
``` ```
Both launchers default to `commandcode/gpt-5.6-luna`. Pass additional pi arguments after `--` to override defaults or change startup behavior: Both commands accept additional pi arguments after `--`, for example `npm run pi:authenticated -- --model claude-sonnet-4-6`.
```sh
npm run pi:authenticated -- --model claude-sonnet-4-6
```
Before opening a PR, run: Before opening a PR, run: