Skip to content

2026-03-26 - 16:45Z

Commit: 29d9808 · Previous: bc8f9ef · Compare: GitHub Version: 1.114.0-insider · Branch: main · Upstream: microsoft/vscode

✨ NEW

  • #304954 agentHost: ui side for queued messages

    Adds support in the agent-host UI to handle queued and steering messages, syncing pending requests and streaming server-initiated turns for a smoother chat experience.

  • #305154 chore: additional error categories for macOS cert api

    Adds detailed error categories to macOS certificate API for better TLS certificate error diagnostics and troubleshooting.

  • #305127 Add isSandbox field to runInTerminal telemetry

    Adds an isSandbox flag to runInTerminal telemetry events to track whether commands run inside the terminal sandbox environment.

  • #304761 Implements https://github.com/microsoft/vscode/issues/304043

    Adds inline save actions to Chat Artifacts list items so users can save individual chat artifacts directly from the UI.

  • #304967 add diffs to thinking headers

    Enhances chat thinking headers by showing aggregated diff stats (+/- changes) from edit code blocks for better edit visibility in collapsed views.

🐛 FIXES

  • #305205 fixes to sessions

    Improves Sessions window UX by explicitly managing workspace trust, streamlining new-session behavior, and consolidating pull request state observables.

  • #304987 fix: send user preferences to TS server even without visible editor

    Fixes TS server config sending to work even without a visible editor, ensuring user preferences like import styling are correctly applied during code actions.

  • #304872 prompt files: only show problems for files open in editor

    Changes prompt diagnostics to only show problems for prompt files currently open in editors, reducing noise in the Problems view.

  • #304619 cache llm generated thinking headers

    Caches LLM-generated thinking headers so reopening chat sessions immediately shows the final title instead of a default waiting message.

  • #305151 fix new chat regression

    Fixes new chat creation to correctly detect newly created sessions by observing adapted session cache events, improving session initialization flow.

  • #304896 chat: show repository badge for pinned sessions

    Keeps repository badges visible for pinned agent sessions in repository grouping, preserving repository context in the pinned section.

  • #304918 better persistance on autopilot modes + learn more permissions

    Improves persistence for chat tool permission levels (autopilot modes) and adds 'Learn More' links in permission pickers for better clarity.

  • #304892 Guard against duplicate disposals

    Adds guards to prevent disposing objects more than once, avoiding errors from duplicate disposals.

🔨 REFACTORS

  • #304938 docs: add error construction analysis guidance to fix-errors skill and prompt

    Updates fix-error guidance to read error construction code first, enabling AI to understand error conditions generically before suggesting fixes; no code changes, docs only.

  • #305128 sessions: refactor branch/isolation pickers to use session as source of truth

    Centralizes branch and isolation mode state in CopilotCLISession to fix bugs and simplify UI pickers that now just reflect session state reactively.

  • #305148 Sessions: Remove panel toggle control from secondary side panel

    Removes the unused toggle control for the Sessions secondary side panel and cleans up related unused imports for simpler codebase.

  • #304907 improve sessions workspace picker

    Improves Sessions workspace picker UI with provider grouping, submenu improvements, and adds toolbar actions for common session operations.

⬆️ UPGRADES

  • #305181 Update grammars

    Updates built-in TextMate grammars for SQL, PHP, LaTeX, Julia, and C# to newer upstream versions, improving syntax parsing accuracy.

  • #304821 Update @vscode/codicons version to 0.0.46-1

    Updates the @vscode/codicons package to version 0.0.46-1 for access to the latest icons and compatibility improvements.

Token usage - 8577 Out: 685

Installers

Official download links for the current VS Code Insiders build (may be newer than the build described above):