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
A /review-pr run can execute repository-local commands that modify the worktree indirectly, including formatters, linters with fix/write options, generators, and QA scripts.
opencode github run can detect the resulting dirty worktree, commit the changes, and push them to the pull-request branch.
The OpenCode GitHub App token can have contents: write, so the caller workflow's contents: read permission does not prevent that push.
The previously merged review-only implementation was reverted.
Facts
/review-prrun can execute repository-local commands that modify the worktree indirectly, including formatters, linters with fix/write options, generators, and QA scripts.opencode github runcan detect the resulting dirty worktree, commit the changes, and push them to the pull-request branch.contents: write, so the caller workflow'scontents: readpermission does not prevent that push./review-pr simplify, but explicitly did not restore the review-only execution boundary.Remaining issues
opencode github run.