You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Run an autonomous coding agent on a repo',
60
60
authMode: AuthMode.ApiKey,
61
61
longDescription:
62
-
'The Pi Coding Agent runs the Pi harness against a real repository. Cloud PR spins up an isolated sandbox, clones a GitHub repo, edits with native shell + git, and opens a pull request. Cloud Code Review checks out a pinned PR snapshot with read-only tools and posts a structured review with optional inline comments. Local mode edits files on your own machine over SSH. Cloud PR and Local can reuse skills and multi-turn memory; Cloud Code Review runs without either because PR contents are untrusted.',
62
+
'The Pi Coding Agent runs the Pi harness against a real repository. Create PR spins up an isolated sandbox, clones a GitHub repo, edits with native shell + git, and opens a pull request. Review Code checks out a pinned PR snapshot with read-only tools and posts a structured review with optional inline comments. Local Dev edits files on your own machine over SSH. Create PR and Local Dev can reuse skills and multi-turn memory; Review Code runs without either because PR contents are untrusted.',
63
63
bestPractices: `
64
-
- Use Cloud PR for hands-off changes against a GitHub repo where a reviewable PR is the deliverable.
65
-
- Use Cloud Code Review to analyze an existing PR and leave summary + inline review comments.
66
-
- Use Local mode to edit a repo on your own machine; expose the machine on a public hostname/tunnel so Sim can reach it over SSH.
67
-
- Cloud PR requires your own provider API key because the model runs in the sandbox. Cloud Code Review keeps the model key in Sim and can use either BYOK or a hosted key.
64
+
- Use Create PR for hands-off changes against a GitHub repo where a reviewable PR is the deliverable.
65
+
- Use Review Code to analyze an existing PR and leave summary + inline review comments.
66
+
- Use Local Dev to edit a repo on your own machine; expose the machine on a public hostname/tunnel so Sim can reach it over SSH.
67
+
- Create PR requires your own provider API key because the model runs in the sandbox. Review Code keeps the model key in Sim and can use either BYOK or a hosted key.
"Requested reasoning effort for Pi. Pi clamps it to the selected model's supported levels; models without reasoning run with thinking off. Higher levels usually increase latency and token cost.",
0 commit comments