Feature Request: Reduce update frequency and allow skipping pending updates
Resolved 💬 3 comments Opened May 6, 2026 by wangjie-sketch Closed May 9, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Claude Code updates too frequently, and when an update is interrupted mid-way,
it forces the update to complete on the next launch — even when autoUpdates
is set to false in settings.
This is frustrating because:
- Updates happen too often
- A partially downloaded update cannot be skipped or cancelled
- The
autoUpdates: falsesetting does not prevent pending updates from installing
Proposed Solution
- Reduce the frequency of releases, or batch minor updates together
- Respect
autoUpdates: falsefully — including skipping any pending/downloaded updates - Provide a way to clear pending updates via CLI, e.g.
claude update --clear-pending
Environment
- OS: Windows 11
- Installation method: .exe installer
- Setting:
autoUpdates: false
Alternative Solutions
_No response_
Priority
Critical - Blocking my work
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗