piagent-setup --mcp-preset core --subagents-preset safe
Terminal commands cho operator
Nhóm command này chạy ngoài slash command, dùng cho setup, doctor, benchmark, capability và MCP.
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 --stable
piagent-install --version vX.Y.Z --resolve-tag --dry-run
piagent-install --version vX.Y.Z --resolve-tag
piagent-init /path/to/project
piagent-doctor /path/to/project
piagent-benchmark --dry-run
piagent-benchmark
piagent-benchmark --production --dry-run
piagent-benchmark --production --surfaces piagent,codex-cli \
--model openai-codex/gpt-5.6-luna --thinking medium
piagent-benchmark --surfaces piagent,codex-cli \
--model openai-codex/gpt-5.6-luna --thinking medium
piagent-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.json
piagent dashboard
piagent-webui --no-open
Bí danh: piagent-dashboard, piagent-webui, piagent-explain cũng chạy được như binary riêng.
piagent explain 'cat .env*'
piagent explain --scope
piagent-usage .
piagent-usage --history . --days 7
piagent-models
piagent-model-scope
piagent-route
piagent-subagents --preset safe
piagent-migrate . --apply
piagent-import-instructions
npm run verify
npm test
npm run typecheck