[BUG] Claude config autoUpdates as string not bool

Resolved 💬 3 comments Opened Sep 25, 2025 by lichtungnitro Closed Sep 28, 2025

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

When I try to set autoUpdates as false with command, it will set that to string instead of bool, which won't take effect and can still be detected as true with doctor.

Set command: claude config set -g autoUpdates false

What Should Happen?

Should go with bool which will take effect and as well aligned with claude doctor command.

Error Messages/Logs

None.

Steps to Reproduce

  1. try with command: claude config set -g autoUpdates false
  2. check file .claude.json and find: "autoUpdates": "false"
  3. try with command: claude doctor and find "Auto-updates enabled: true"

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

1.0.123

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

None.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗