Copilot Chat v0.33.2025102204: CLI & SDK Updates

Copilot Chat gets CLI improvements, SDK cleanup for upcoming version, and fixes for cloud follow-ups and edit handling.

Copilot Chat v0.33.2025102204: CLI & SDK Updates

TL;DR

  • Improved Copilot CLI terminal experience with better UX
  • Fixed comment tagging format for cloud follow-ups
  • SDK cleanup in preparation for new Copilot SDK version

New

  • Chat session provider view — Added placeholder view for managing chat session providers
  • Resolved model — New model resolution capability added to the extension
  • Copilot Completions — Integrated completions feature into the chat extension

Fixed

  • Comment tagging format — Fixed format for cloud follow-ups to work correctly
  • applyPatch tool — Corrected incorrect edits being emitted by the patch application tool
  • Gemini BYOK integer types — Improved handling of integer types in Gemini bring-your-own-key configurations
  • Edit healing data — Include healing data in replace_string results with experimental toggle

Changed

  • SDK cleanup — Removed deprecated SDK usage patterns in preparation for new Copilot SDK version
  • Terminology alignment — Aligned CLI and cloud terminology for consistency
  • Cache defaults — Changed SubsequentCacheDelay to 0 by default for improved performance
  • Completions core — Updated to version 1.378.1799 and removed exclusions
  • API version — Adopted new API version for better compatibility

Update via: code --install-extension ms-github.copilot-chat or check for updates in VS Code Extensions.

Source: Copilot Chat