piagent-setup --mcp-preset core --subagents-preset safeTerminal commands for operators
Use these commands outside Pi for setup, updates, doctor checks, benchmarks, capabilities, and MCP management.
npm install -g --ignore-scripts @earendil-works/pi-coding-agent@0.84.1
npm install -g --ignore-scripts @piagent/platform@X.Y.Z
piagent-install --stable --dry-run
piagent-install --stablepiagent-install --version vX.Y.Z --resolve-tag --dry-run
piagent-install --version vX.Y.Z --resolve-tagpiagent-init /path/to/projectpiagent-doctor /path/to/projectpiagent-benchmark --dry-run
piagent-benchmarkpiagent-benchmark --production --dry-run
piagent-benchmark --production --surfaces piagent,codex-cli \
--model openai-codex/gpt-5.6-luna --thinking mediumpiagent-benchmark --surfaces piagent,codex-cli \
--model openai-codex/gpt-5.6-luna --thinking mediumpiagent-auto --read-only -p "Scout payment mapping. Do not edit source."
piagent-auto --full-access -p "Run the trusted local benchmark suite."piagent-capabilities catalog --check
piagent-capabilities doctor --profile .pi/piagent-profile.jsonpiagent dashboard
piagent-webui --no-open
Aliases: piagent-dashboard, piagent-webui and piagent-explain also work as standalone binaries.
piagent explain 'cat .env*'
piagent explain --scopepiagent-usage .
piagent-usage --history . --days 7piagent-models
piagent-model-scope
piagent-routepiagent-subagents --preset safe
piagent-migrate . --apply
piagent-import-instructionsnpm run verify
npm test
npm run typecheck