Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

8 pages for --no-browser.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

On a remote host without a browser: Claude Developer Platform · in the page cli-sdks-libraries/cli/authentication …On a remote host or in any environment without a local browser, pass `--no-browser` to print the authorize URL and paste the returned code back into the terminal. ```bash CLI ant auth login # On a r… get-started Claude Developer Platform · in the page get-started …status ``` On a remote host without a browser, pass `--no-browser` to get a URL you can open on another device, then paste the returned code back into the terminal. If `ANTHROPIC_API_… Claude Code changelog Claude Code CLI · in the page changelog …the sign-in URL printed by `claude auth login` and `claude mcp login --no-browser` not being reliably clickable when it wraps over SSH — it is now emitted as a single hyperlink * Fixed opening a ch… CLI reference Claude Code CLI · in the page cli-reference …cp` panel. Works for HTTP, SSE, and claude.ai connector servers. Add `--no-browser` over SSH to print the authorization URL instead of opening a browser, then paste the redirect URL back at the prompt… Connect Claude Code to tools via MCP Claude Code CLI · in the page mcp …eractive terminal for the paste step, so connect with `ssh -t`. Pass `--no-browser` to force the URL prompt even when a local browser is detected. ```bash theme={null} claude mcp login sentry --no-br… Command line settings Claude Documentation · in the page claude-science/command-line-settings …| | `--no-browser` | off | Do not open a browser. url prints a login link any time you want one.… Run on a remote Linux server Claude Documentation · in the page claude-science/run-on-remote-linux-server …de Science On the server: ```bash theme={null} claude-science serve --no-browser ``` First launch prints the sign-in link, of the form `http://localhost:8000/?nonce=...`, right away, and continues… Run on Windows with WSL Claude Documentation · in the page claude-science/run-on-windows-wsl …te> ## Run it ```bash theme={null} claude-science serve --port 8765 --no-browser ``` First launch prints progress to the terminal and ends with a local URL. Copy that URL into any Windows browser:…