Skip to content

[pull] main from microsoft:main#945

Merged
pull[bot] merged 52 commits intocode:mainfrom
microsoft:main
Feb 18, 2026
Merged

[pull] main from microsoft:main#945
pull[bot] merged 52 commits intocode:mainfrom
microsoft:main

Conversation

@pull
Copy link

@pull pull bot commented Feb 18, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

mjbvz and others added 30 commits February 13, 2026 00:05
Switches from webpack to esbuild to bundle the css extension. Tested this locally in a browser and creating an official build to test the bundled extension still work correctly
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan

* Add trace logging for slow regex matching in problem matchers

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
…hire-heron

Refine quick input list separator styles and enhance settings editor background colors
…planarian

Adjust z-index for in-editor pane iframes
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.7...v7.5.9)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@azure/core-xml](https://github.com/Azure/azure-sdk-for-js). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 4.5.0 to 5.3.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v4.5.0...v5.3.6)

Updates `@azure/core-xml` from 1.4.4 to 1.5.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/core-xml_1.4.4...@azure/core-xml_1.5.0)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.6
  dependency-type: indirect
- dependency-name: "@azure/core-xml"
  dependency-version: 1.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.9.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.7...v7.5.9)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

* enable emergency alert in all qualities

* feat: Add emergency alert banner to all qualities, with polling

---------

Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com>
Adopt unified js/ts setting for format settings
* Refresh checkpoint and restore checkpoint UI

Replace bookmark icon and dashed divider with fading gradient lines flanking
the checkpoint/restore labels. Add dot separator and undo button styling for
the restore-checkpoint row. Use disabledForeground for label text with
hover-to-reveal border treatment on toolbar actions.

* Show checkpoint UI only on hover/focus, adjust spacing and colors

* Add aria-hidden to dot separator for screen readers
* eng: add cyclic dependency check script and update workflow

* refactor: export classes and functions in checkCyclicDependencies for better accessibility; add comprehensive tests for cycle detection and file processing

* Update build/lib/checkCyclicDependencies.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fix styling and functionality of sidebar sessions
* fix pickers in new chat view pane

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Use a simple action widget dropdown instead of list based which is too heavy

* feedback
Use esbuild instead of webpack to bundle the css extension
* add Azure Pipeline skill

* move script to typescript

* 💄

---------

Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com>
Copilot AI and others added 22 commits February 18, 2026 19:36
* Polish action widget styling

- Use list hover colors instead of active selection for focused items
- Use descriptionForeground and 12px font for description text
- Update border radius to use CSS variables

* rm dead rule
* Initial plan

* Remove modal dialog when disabling chat tips

Replace the modal confirmation dialog with a direct action that disables
tips and opens the settings editor focused on `chat.tips.enabled`. This
follows VS Code UX guidelines that modal dialogs should only be used for
data loss or big irreversible changes.

Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>

* improve descr

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Co-authored-by: meganrogge <merogge@microsoft.com>
…tes when message and actions didn't change (#296081)

Co-authored-by: João Moreno <22350+joaomoreno@users.noreply.github.com>
Revert "sessions - show count for all groups (fix #291606) (#295992)"

This reverts commit 0a40ab4.
* Revert "sessions - remove CLI support (not used) (#295801)"

This reverts commit ebeb2e6.

* reduce change
Don't sync the tool picker with other sessions started in the same widget
* actionWidgetDropdown: render footer actions as bottom list items

* Use menuitem role for auxiliary actions in action widget dropdown
* sessions - move actions down out of title into view

* ccr
* custom thinking phrases

* address some comments
* fixes #296110

* fix & add tests for this case
Add `newChatSessionItemHandler`  to let chat sessions create new session uris
@pull pull bot locked and limited conversation to collaborators Feb 18, 2026
@pull pull bot added the ⤵️ pull label Feb 18, 2026
@pull pull bot merged commit bfe8da1 into code:main Feb 18, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments