Copilot Chat v0.32.2025100302: Network & Auth Fixes

Copilot Chat v0.32.2025100302 patches network resilience, fixes auth cache issues, and adds merge conflict filtering for NES.

Copilot Chat v0.32.2025100302: Network & Auth Fixes

TL;DR

  • Network error retry logic now handles ERR_NETWORK_CHANGED gracefully
  • Auth cache resets properly when credentials change
  • New merge conflict filtering option for NES
  • Localization enforcement for package.json keys

New

  • Merge conflict filtering — New setting to include only merge conflict sections in NES output, reducing noise in conflict resolution workflows.

Fixed

  • Network error handling — Retry logic now properly handles net::ERR_NETWORK_CHANGED errors with Node, improving reliability on unstable connections.
  • Auth cache invalidation — Cache now resets automatically when authentication credentials change, preventing stale token issues.
  • Localization validation — Enforced presence of all package.json keys in package.nls.json to catch missing translations at build time.

Update via VS Code extensions marketplace or run: code --install-extension GitHub.Copilot-Chat

Source: Copilot Chat