PR reviews stop right away with advice if your GitHub account cannot see the repo.
What's wrong with this entry?
Before bundling a pull request for review, Claude Code now checks in parallel with gh pr view whether your linked GitHub account can actually see the repo. If it cannot, the review stops immediately with advice to connect an account, install the Claude GitHub app, or run /web-setup to reuse your existing gh CLI login, instead of failing later with a generic HTTP error. It is on unless a server-side config sets github_access_precheck_enabled to false.
- Two failure verdicts short-circuit the review:
github_not_connectedandgithub_repo_not_found. - The probe has a time budget of 5000 ms unless a caller supplies its own
accessProbeBudgetMs. - The
/web-setupsuggestion additionally requires theallow_remote_sessionsandallow_quick_web_setupaccount entitlements. - A telemetry event,
tengu_review_remote_github_access_probe, records the verdict and HTTP status.
tengu_review_remote_github_access_probe
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.242
/web-setuptip and status row for Claude Code on the webBoth mention setup
-
v2.1.242
Quick web setup still off
Both mention setup
-
v2.1.234
Stale editor bridge connections are dropped instead of read
Both mention integration