2026-02-26 - 16:06Z
Commit: a6bb8ac · Previous: f2db697 · Compare: GitHub Version: 1.110.0-insider · Branch: main · Upstream: microsoft/vscode
✨ NEW
- #297858 Add browserView folders to CODENOTIFY
Added notification mappings for browserView folders to notify correct maintainers when relevant files change, improving collaboration on the Integrated Browser feature.
- #298018 Sync changes action for git synchronization in agent sessions
Added a sync changes action in Sessions window to show Git ahead/behind status and allow users to sync changes directly from the Changes view toolbar.
- #297504 updates component explorer, adds more fixtures
Updated the component explorer tooling and added new component fixtures to improve UI testing and developer experience with component snapshots.
- #297995 feat: add clone repository option to folder picker
Added a clone repository option in the folder picker, letting users clone Git repos and open them directly, streamlining setup in agent sessions.
- #297984 Enhance feedback and comment renderer with deletion and markdown support
Enhanced agent feedback UI with support for custom attachments, conditional delete UI, and markdown previews for improved feedback management.
- #297933 feat: add sync indicator for branch changes in chat widget
Added a sync indicator in the chat widget to show Git branch ahead/behind counts, helping users keep track of unsynced changes.
- #297875 feat(chat): add experimental icons for new chat button
Added experimental icon variants for the New Chat button controlled by an experiment, allowing visual testing of new icon designs.
🐛 FIXES
- #298012 - fix listening to active session
Fixed active session tracking in Sessions by introducing session-specific workspace services and syncing the active session's workspace folder, improving session state accuracy.
- #298015 sessions - fix error on startup around duplicate view registration
Fixed a startup error in the sessions window by correcting the order of view and container deregistration to prevent duplicate view registration.
- #298002 fix: update default max requests for chat agent configuration to 50
Fixed chat agent config to use a static default max requests value of 50, simplifying the setting and addressing an issue with prior default logic.
- #297951 fixes #288433
Added a new chat command to restore edits to the last checkpoint and integrated it into chat UI for easier undo and accessibility support.
- #297980 sessions - stop moving them up for in progress, go by date
Changed agent sessions sorting to sort primarily by date instead of prioritizing in-progress sessions, providing a more intuitive recent-first order.
- #297969 fix active session when changing from untitled to committed session
Fixed active session tracking when switching from untitled to committed sessions by adding tracking for untitled state and lookup logic.
- #297970 sessions - fix icon alignment vertically
Improved vertical alignment of icons in the sessions view by adjusting icon container CSS, ensuring consistent and neat layout.
- #297964 stop the log spam, I cannot read the console anymore
Reduced console log spam by disabling unnecessary stack trace logging from hover elements with existing tooltips, improving readability.
- #297966 Revert "sessions - show file changes summary in changes window"
Reverted the forced display of file changes summary in Sessions window to restore previous behavior gated by completion and user settings.
- #297958 sessions - hide title bar actions when welcome overlay shows
Added a context key to hide title bar actions when the Sessions welcome overlay is shown, preventing unwanted interactions during onboarding.
- #297955 sessions - allow `--sessions` even for existing windows
Allowed opening the Sessions window with the
--sessionsflag even when existing VS Code windows are open, improving multi-window workflows. - #297896 make sure not to strip new lines for hooks
Fixed chat hooks UI to preserve new lines in hook messages and reasons, ensuring proper formatting in displayed text.
- #297894 Missing user-level claude agents
Added missing user-level Claude agent discovery folder to align with existing support and improve agent file detection.
- #297889 fix: set 'u' query parameter to 'none' if internalOrg is not provided
Changed update URL generation to always include a 'u' query parameter, set to the internal org or 'none', ensuring consistent tracking.
- #297885 modal - fix the default
Changed default value of the experimental modal editor setting to 'some' for non-stable builds, enabling modal editors by default there.
- #297883 customizations: fix tooltip hovers over modals
Fixed tooltip hovers stacking above modals by mounting embedded editor overflow widgets inside the editor pane, preventing z-index conflicts.
🔨 REFACTORS
- #298022 Improve notification styles and adjust shadow properties
Improved notification appearance by refining styles and shadows for better visibility and aesthetics in the theme-2026 extension.
- #297976 sessions - add hideSkipButton option and refactor dialog options
Refactored chat setup in Sessions to centralize logic and added an option to hide the "Skip for now" button, making setup mandatory when needed.
- #297828 Update Copilot usage widget when overages are enabled
Updated Copilot usage widget UI to handle overage-enabled state better, showing encouraging messages and adjusting labels to inform users clearly.
- #297979 Add border radius to debug view title for improved aesthetics
Improved debug view title styling by adding border radius to the debug configuration select box, enhancing visual consistency.
- #297971 Enhance dropdown and sticky widget styles
Enhanced dropdown and sticky widget styles with improved shadows and solid backgrounds for better readability and visual depth.
- #297865 Move status entry to the right and make it more subtle
Moved update status entry to a less prominent location in the status bar and replaced its icon with a subtle filled circle for better visual integration.
- #297742 Naming of instructions files, use constants, make consistent
Standardized instruction file naming and command IDs in chat experience by using shared constants to improve consistency and maintainability.
- #297881 sessions: force creating a "github cli"-compatible hooks file
Improved Sessions hooks UI by pre-creating a default hooks file and simplifying the Add button for a smoother manual hooks setup experience.
- #297852 Improve hooks linting support
Enhanced hooks linting by adding JSON schema validation for multiple hook formats, improving editor validation and IntelliSense support.
- #297876 sessions/customizations: better control over counts
Added type-specific control over visible storage sources for AI customizations, restricting hooks to workspace-only in sessions for better management.
Token usage - 10707 Out: 1169
Installers
Official download links for the current VS Code Insiders build (may be newer than the build described above):