Copilot CLI v1.0.35-2: Auto Mode & LSP Fixes

Copilot CLI 1.0.35-2 adds auto-switching on rate limits, fixes auto mode crashes, and resolves LSP registration issues. Cleaner logs and leaner system prompts.

Copilot CLI v1.0.35-2: Auto Mode & LSP Fixes

TL;DR

  • New continueOnAutoMode config option auto-switches to auto model on rate limit
  • Auto mode no longer crashes when switching to models without reasoning effort support
  • Fixed LSP refactoring tools registration and instruction file bloat in system prompts

New

  • continueOnAutoMode config option — automatically switch to auto model on rate limit instead of pausing execution

Fixed

  • Auto mode no longer fails when switching to a model that doesn't support the configured reasoning effort
  • Pattern-specific instruction files (.github/instructions/*.instructions.md) no longer bloat the system prompt on every session
  • Extension shutdown errors no longer spam error-level logs on every session exit
  • LSP refactoring tools now register correctly on the first turn when LSP configs are present

Update via: npm install -g @github/copilot-cli@latest

Source: Copilot CLI