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: false setting does not prevent pending updates from installing

Proposed Solution

  1. Reduce the frequency of releases, or batch minor updates together
  2. Respect autoUpdates: false fully — including skipping any pending/downloaded updates
  3. 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_

View original on GitHub ↗

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