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