claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] autoUpdaterStatus: "disabled" setting is ignored - CLI auto-updates anyway

Open antoineschaller opened this issue 1 month ago • 2 comments

Description

The autoUpdaterStatus: "disabled" setting in ~/.claude/settings.json is being ignored. Claude Code continues to auto-update to newer versions despite this setting being configured.

Steps to Reproduce

  1. Create/edit ~/.claude/settings.json with:
{"autoUpdaterStatus": "disabled"}
  1. Install a specific version:
npm install -g @anthropic-ai/[email protected]
  1. Wait or restart Claude Code

  2. Check version:

claude --version

Expected: Version remains at 2.0.59 Actual: Version auto-updates to 2.0.60 (or latest)

Environment

  • OS: macOS (Darwin 24.6.0)
  • Claude Code Version: 2.0.60 (updated from 2.0.59 despite disabled setting)
  • Installation Method: npm via nvm
  • Node Version: v22.20.0

Settings File Content

{"autoUpdaterStatus": "disabled"}

Location: ~/.claude/settings.json

Expected Behavior

When autoUpdaterStatus is set to "disabled", Claude Code should:

  1. Not check for updates automatically
  2. Not download or install updates
  3. Remain on the installed version until manually updated

Workaround Attempted

The only workaround appears to be making the installation directory immutable with chflags schg, which is not ideal.

Impact

Users who need to stay on specific versions for stability, testing, or compliance reasons cannot reliably do so.

antoineschaller avatar Dec 06 '25 15:12 antoineschaller

Found 3 possible duplicate issues:

  1. #11263
  2. #2883
  3. #9327

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

github-actions[bot] avatar Dec 06 '25 15:12 github-actions[bot]

The autoUpdaterStatus setting doesn't exist

https://www.schemastore.org/claude-code-settings.json

PaulRBerg avatar Dec 09 '25 11:12 PaulRBerg

Tried these and none have worked

Image

Similar gripes here #13937

zinglax avatar Dec 14 '25 16:12 zinglax