Getting started
Requirements
Section titled “Requirements”| Component | Supported version |
|---|---|
| Pi | 0.84.1 |
pi-subagents |
0.40.0 |
pi-subagent-models |
0.2.0 |
Install the package
Section titled “Install the package”Install the published npm package:
pi install npm:pi-subagent-models@0.2.0The package must load before pi-subagents. Keep all other package entries unchanged:
{ "packages": [ "npm:pi-subagent-models@0.2.0", "npm:pi-subagents@0.40.0" ]}Restart Pi or run /reload after changing package order.
Verify the installation
Section titled “Verify the installation”Run:
pi listConfirm that pi-subagent-models appears before pi-subagents. In Pi, type /subagents-model and /subagents-model-session; both commands should appear in completion.
Choose a model
Section titled “Choose a model”Use the global command when every Pi terminal should share the same child model:
/subagents-modelUse the session command when only the active session branch should differ:
/subagents-model-sessionSelecting a model opens a second selector for its supported thinking levels.