/web-setup warns if your gh token lacks the workflow scope before you connect.
What's wrong with this entry?
Before connecting Claude on the web to GitHub, setup now checks your gh token's scopes and warns if workflow is missing, because pushes that touch GitHub Actions workflow files will be rejected. You can continue anyway.
- Runs
gh api --include userand reads thex-oauth-scopesresponse header, classifying the token as present, missing or unknown. - The warning panel appears above the confirm prompt and points at
gh auth refresh -s workflow. - New telemetry event
remote_setup_gh_token_scopesrecords the failure reason:spawn_failed,timeout,gh_api_failed,no_scopes_header. tengu_remote_setup_resultgains agh_token_workflow_scopefield on both success and import_failed.- No flag gates it; everyone on this build gets the check.
Your GitHub CLI token doesn't have the workflow scope.
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