Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

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

7 pages for disable_autoupdater.

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

Claude apps gateway configuration Claude Code CLI · in the page claude-apps-gateway-config …cess. DISABLE_UPDATES blocks # background and manual updates; DISABLE_AUTOUPDATER stops only # background updates. env: DISABLE_UPDATES: "1" # pin… Claude apps gateway deployment and operations Claude Code CLI · in the page claude-apps-gateway-deploy …bution and set `DISABLE_UPDATES` if laptops must not fetch releases. `DISABLE_AUTOUPDATER` stops only background updates while `claude update` still works. * **TLS**: serve `public_url` over HTTPS in… Development containers Claude Code CLI · in the page devcontainer …ontainerEnv": { "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1", "DISABLE_AUTOUPDATER": "1" } ``` `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC` also disables the feature-flag evaluation that [Remote… Discover and install prebuilt plugins through marketplaces Claude Code CLI · in the page discover-plugins …ff [auto-update](#configure-auto-updates) for the marketplace or set `DISABLE_AUTOUPDATER`. Before v2.1.232, Claude Code didn't refresh the marketplace before the lookup. Claude Code skips this refres… How Claude Code uses prompt caching Claude Code CLI · in the page prompt-caching …t turn after restarting rather than a surprise during a session. Set `DISABLE_AUTOUPDATER=1` to control when upgrades apply. <Note> [Resuming a session](/docs/en/sessions#resume-a-session) after an… Claude Code settings Claude Code CLI · in the page settings …for the most recent release. To disable auto-updates entirely, set [`DISABLE_AUTOUPDATER`](/docs/en/setup#disable-auto-updates) in `env`… Advanced setup Claude Code CLI · in the page setup …gs-reference#requiredmaximumversion). ### Disable auto-updates Set `DISABLE_AUTOUPDATER` to `"1"` in the `env` key of your [`settings.json`](/docs/en/settings-reference#all-settings) file: ```json…