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.82.0
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-sol --thinking xhighpiagent-benchmark --surfaces piagent,codex-cli \
--model openai-codex/gpt-5.6-sol --thinking xhighpiagent-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.jsonnpm run verify
npm test
npm run typecheck