Skip to content

2026-01-20 - 04:04Z

Commit: acc954b · Previous: f8f8ba0 · Compare: GitHub Version: 1.109.0-insider · Branch: main · Upstream: microsoft/vscode

Chat and Copilot

  • new: add command to attach all pinned editors to chat as context files #288818
  • new: show chat agents and prompts in extension features list with detailed tables for contributed chat capabilities #287560
  • refactor: sort custom agents alphabetically in chat mode picker dropdown for better scanability #288476
  • fix: fix chat input shifting by compensating for 1px border offset in session container #288991
  • fix: improve continue chat functionality with new actions, categories, delegation checks, and "Learn More" option for agent types #288992
  • fix: explicitly archiving all sessions from Sessions view context menu does not show confirmation dialog #288922
  • fix: expand archived agent sessions when searching in agent sessions view #288918

Chat Nested Agents and Files

  • fix: avoid hang in findAgentMDsInWorkspace when FileSearchProvider is unavailable; fallback to fileService traversal instead #288842
  • new: allow configuring SubagentToolCustomAgents by experiment to improve flexibility #288967
  • fix: subagent UX improvements including sizing fixes, lazy rendering of tool invocations, and padding/styling corrections #288769

Debug and Editor UX

  • refactor: replace standard HTML debug checkboxes with custom toggle components for better styling and functionality #288944
  • new: explore gutter inline edit menu for quick access to chat and code action commands #287103

Configuration and Accounts

  • fix: prevent untrusted schema warning on package.json in trusted workspaces #288976
  • fix: refresh default account periodically to maintain valid authentication #288962
  • fix: cache policy data improvements #288937
  • new: enable language model management editor for business and enterprise users #288966

Miscellaneous

  • fix: correct srt CLI path in the published package #289008
  • fix: wonky MCP refresh button layout: adjust minimum width and disable pointer events on state indicator #288939
  • fix: send font token decorations when custom line heights are used to fix rendering issues #288941
  • fix: do not autofocus browser window on navigation (workaround for electron/electron#42578) #288495
  • fix: clarify interactive and notebook instructions for better user understanding #288849