Claude Code changelog

Claude Code 2.0.35

Added

  • Added `CLAUDE_CODE_EXIT_AFTER_STOP_DELAY` environment variable to automatically exit SDK mode after a specified idle duration, useful for automated workflows and scripts

Improved

  • Improved VS Code extension to respect `chat.fontSize` and `chat.fontFamily` settings throughout the entire UI, and apply font changes immediately without requiring reload

Changed

  • Improve fuzzy search results when searching commands
  • Migrated `ignorePatterns` from project config to deny permissions in the localSettings.

Fixed

  • Fixed menu navigation getting stuck on items with empty string or other falsy values (e.g., in the `/hooks` menu)