Group of 4 Use it now Notable
After pushing to GitHub, Claude Code can now offer to connect GitHub to claude.ai so you can keep working on the repo remotely
What
- After a
git pushor pull-request creation, Claude Code can now show a prompt: "Pushed to GitHub. Connect GitHub to claude.ai so you can work on this repo even when this machine is offline?" - A new internal hook inspects the result of the git operation and decides whether to offer the connection, tracking dismissal state (whether you dismissed it forever, how many times it's been shown, and when) so it doesn't nag repeatedly.
- A companion
/web-setupbanner appears above the prompt input, which runs the/web-setupslash command when accepted. - The banner area now coordinates with other UI elements, such as the feedback notice card, that may also want to occupy that space, so only one is shown at a time.
- The whole feature is currently dark-launched, off by default behind an internal flag.
Why This nudges users toward setting up claude.ai's GitHub integration right after a relevant action (pushing code), so they can keep working on a repository from claude.ai even when their local machine is offline, without needing to discover the feature on their own.
Names in the bundle/web-setup
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
Added since
A small documentation edit on Error reference touched a line naming /web-setup after this was published.
Ultrareview clones <owner>/<repo> in the cloud with the GitHub account connected to your Claude account, and none is connected (or the connection expired). To fix: run /web-setup to reuse your GitHub CLI login, or connect an account at htt…errors see the edit
Confirmed since
Anthropic's documentation has since written up /web-setup, on Claude Code changelog.
* Fixed `/autofix-pr` and other cloud-session commands saying to retry or install the Claude GitHub App when no GitHub account is connected; they now point to `/web-setup` or the web connect pagechangelog see the edit
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees
Anthropic's documentation has since written up /web-setup, on Claude Code changelog.