2026-02-13 - 16:38Z
Commit: 0366405 · Previous: 16e49a8 · Compare: GitHub Version: 1.110.0-insider · Branch: main · Upstream: microsoft/vscode
✨ NEW
- #295175 add tips toolbar
Added toolbar with previous, next, and dismiss buttons to chat tip widget for improved tip navigation on hover and focus.
- #295174 add signout to default account
Added sign-out support to the default account service, enabling programmatic sign-out alongside existing sign-in functionality.
- #295164 Add support for reduced transparency in accessibility settings
Added accessibility setting to reduce transparency and blur effects for better performance and usability, with UI reflecting user preference.
- #295139 Move usages tool
Moved the 'usages' language model tool into VS Code core and registered it as an internal tool for improved code reference support.
- #295119 Add SVG resource patterns for transpile/dev builds
Added SVG file patterns to resource configuration to ensure SVGs referenced in CSS are copied in transpile/dev builds.
- #294724 Show warning when claude code hooks are detected but disabled
Added detection and warning when Claude code hooks are found but disabled, prompting users to enable them for proper function.
- #295090 Add /models and /tools slash commands
Added new slash commands '/models' and '/tools' to chat, and refactored slash commands into a dedicated file for better code organization.
🐛 FIXES
- #295198 Deny git log --output in terminal auto approve
Denied auto-approving 'git log' commands using --output in terminal chat to prevent unsafe auto-execution, improving security for users running Git commands.
- #295177 Remove confusing GitHub repository tip from chat tips
Removed confusing GitHub repository chat tip and related unused code since the underlying feature may be unavailable, reducing user confusion.
- #295187 fix: remove appx when windows10 context menu is forced
Fixed Windows 11 classic context menu detection and removed invalid registry check to ensure AppX context menu is removed properly when forced.
- #295084 clean up css + fix questions carousel reload
Fixed question carousel reload issue by marking carousels as used on reload and cleaned up CSS with nesting for easier maintenance and readability.
- #295170 Suppress chat tips in terminal/editor inline chat
Suppressed chat tips from appearing in terminal and editor inline chat where they don't apply, keeping tips relevant to chat panel only.
- #287142 fix: memory leak in tunnel view
Fixed memory leaks in tunnel view by changing how disposables are managed during rendering, preventing continuous growth of event handlers.
- #295007 Fix question carousel reappearing after window reload
Prevented question carousels from reappearing as active widgets after window reload by marking them used during deserialization, improving chat UI consistency.
- #295166 Enhance quick input widget styling for better visibility and interaction
Improved quick input list styling for better visibility and hover effects, enhancing user interaction experience.
- #295149 fix declare const enum not inlined by esbuild, fixes #295046
Fixed esbuild issue where 'declare const enum' was not inlined by removing 'declare' and adding an ESLint rule to prevent future issues.
- #295133 Cmd + w closes the window when maximized chat (fix #293051)
Added keyboard shortcut to restore maximized chat panel when pressing Cmd+W, preventing accidental window close on Mac/Linux.
- #295117 Window control overlay does not dim when modals shows (fix #159671)
Made window control overlays dim when modal dialogs are open to match modal overlay appearance, improving visual clarity during modals.
- #295118 Fix watch-client-transpile script to use node instead of npx
Fixed build script to use 'node' instead of 'npx' for running TypeScript transpile watch command for better reliability.
- #295006 Modal editor: double-click header to maximize, fix outline leak
Enabled double-clicking modal editor header to toggle maximize, and removed focus outline leak on modal overlay for a cleaner UI.
- #295112 Add attachmentCapabilities to chat request parsing (background agents)
Updated chat request parsing to include agent attachment capabilities, enabling conditional parsing based on background agent features.
- #295099 Fix leak warning around events
Fixed memory leak warnings by simplifying event listener disposables in the power service, using the base class disposable registration correctly.
- #295097 Fix esbuilt web extensions
Fixed web extension builds to use CommonJS module format instead of IIFE for compatibility with web worker extension host.
🔨 REFACTORS
- #295189 layout - show toggled icons again for maximised panel/chat
Consolidated maximize and restore panel/chat actions into single toggle actions showing correct toggled icons, improving icon consistency for maximized layouts.
- #295199 editor - support toggled state for modal editor size
Enabled visual toggled states in modal editor toolbar to better show maximize/restore status, aligning with other editor toolbars.
⬆️ UPGRADES
- #295171 Update codicons version and add 'openInWindow' icon
Updated codicons library to include the new 'openInWindow' icon, expanding available icon options.
Token usage - 13496 Out: 915
Installers
Official download links for the current VS Code Insiders build (may be newer than the build described above):