Teleport failure messages now suggest running /web-setup to reuse your GitHub login, then retrying
When a teleport to the cloud fails or is blocked on a precondition, the error message now suggests running /web-setup (which connects your GitHub account using your local gh CLI login) to reuse your existing GitHub CLI login, then tells you to rerun /teleport (which pulls a Claude Code on the web session into your terminal).
This turns a teleport failure into an actionable message, giving you a concrete next step to fix a missing GitHub connection instead of just reporting that it failed.
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.
* Improved `/web-setup` errors: a refused GitHub token now lists the likely reasons and the fix, and a connection failure names a configured proxy or TLS certificate problemchangelog see the edit
* Fixed `/resume` and `/teleport` keeping the previous conversation's file-read tracking, so Claude could edit files the resumed conversation had never readchangelog see the edit
If you already use the GitHub CLI (`gh`), you can set up Claude Code on the web from your terminal. This requires the [Claude Code CLI](/docs/en/quickstart). On Team and Enterprise plans, `/web-setup` is available only after an Owner turns…web-quickstart see the edit
A small documentation edit on Get started with Claude Code on the web touched a line naming /web-setup after this was published.
Fixed /autofix-pr and other cloud-session commands saying to retry or install the Claude GitHub App when no GitHub account is connected…