Copilot Chat v0.33.2025103102: Memory Tool & Edit Fixes

Copilot Chat adds Memory tool support, fixes parallel edit conflicts, and improves CLI integration with better context provider handling.

Copilot Chat v0.33.2025103102: Memory Tool & Edit Fixes

TL;DR

  • New Memory tool added with updated Anthropic SDK
  • Fixed race condition causing parallel edits to clobber each other
  • Improved context provider support and CLI integration

New

  • Memory tool — Anthropic SDK bumped to support persistent memory functionality in chat interactions
  • Multiple context provider IDs — Chat extension now handles n context providers instead of single provider
  • Auto model display — Shows auto option in model picker even when backing model isn't directly available
  • Copilot CLI env variable — Terminal now uses new environment variable for CLI integration

Fixed

  • Parallel edits race condition — Resolved issue where simultaneous edits would overwrite each other
  • CLI loading and session management — Refactored to improve reliability and performance

Changed

  • Team settings — Updated configuration handling
  • ProxyExperimentEndpoint removed — Cleaned up deprecated endpoint
  • Chat extension functionality — Extended support for additional features

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

Source: Copilot Chat