settings.json

autoUpdatesChannel

アップデートを追跡するリリースチャネル(stable または latest)を選択します。

使い方・用途

  • 最新機能をいち早く試したい場合は 'latest'、安定性を優先し重大な不具合を避けたい場合は 'stable' を選択します。
  • DISABLE_UPDATER 環境変数と組み合わせることで、自動更新を完全に停止し、特定のバージョンに固定して運用することも可能です。
英語原文(公式ドキュメントより)

Release channel to follow for updates. Use "stable" for a version that is typically about one week old and skips versions with major regressions, or "latest" (default) for the most recent release. Set DISABLE_AUTOUPDATER=1 to disable background auto-updates, or DISABLE_UPDATES=1 (added in v2.1.118) to block all update paths including manual claude update.