Copilot Chat v0.43: Electron & SDK Fixes

Copilot Chat v0.43 ships Electron 39.8.4, fixes SDK header merging for Anthropic endpoints, and introduces new fetchedValue handling for chat context.

Copilot Chat v0.43: Electron & SDK Fixes

TL;DR

  • Electron bumped from 37.8.0 to 39.8.4 for security and stability
  • New fetchedValue concept and multi-selection improvements in experimental setup
  • SDK header merging fix for Anthropic beta endpoints

New

  • fetchedValue concept — New abstraction for handling fetched data in chat context
  • Multi-selection improvements — Experimental setup for enhanced multi-selection range handling

Fixed

  • SDK Anthropic headers — Properly merge Anthropic-beta headers with base endpoint betas
  • Foreground summarization — Prevent repeated summarization attempts after initial failure

Updated

  • Electron — Upgraded from 37.8.0 to 39.8.4
  • Model configuration — Updates to default model settings

Update with: npm install @vscode/copilot-chat@0.43.2026040303

Source: Copilot Chat