Ben Villalobos
4ba9cfe9f2
Shadow mode: Dynamic NOTICE generation scripts
...
Add dynamic NOTICE file generation that merges CG output with
LICENSE files discovered from node_modules/ and cgmanifest.json.
New files:
- build/azure-pipelines/oss/generate-notices.ts (merge script)
- build/azure-pipelines/oss/validate-notices.ts (validation)
- build/azure-pipelines/oss/static-notices.json (undiscoverable packages)
Shadow mode runs after CG detection with continueOnError: true.
Publishes merged NOTICE + report as pipeline artifact for comparison.
No impact on shipping builds.
2026-03-31 17:06:02 -07:00
Kyle Cutler
e52f1d1fe0
Encourage browser tab reuse in open tools ( #306973 )
2026-03-31 23:37:54 +00:00
Connor Peet
231f8d745c
Merge pull request #305372 from microsoft/connor4312/customizations
...
agenthost: customization syncing data flow
2026-03-31 16:09:10 -07:00
Kyle Cutler
59c23c3a71
Add readable element labels in browser tool calls ( #306954 )
...
* Add readable element labels in browser tool calls
* feedback
* detail
* browser
2026-03-31 23:01:19 +00:00
Osvaldo Ortega
521587c246
Sessions: Add Copilot status indicator to sidebar footer ( #306953 )
...
* Sessions: Add Copilot status indicator to sidebar footer
Add a Copilot status button to the AccountWidget in the sessions app
sidebar footer. The button shows the current Copilot status icon and
opens a ChatStatusDashboard hover popup on click.
- Add per-section disable options to ChatStatusDashboard to control
which sections render (disableInlineSuggestionsSettings,
disableModelSelection, disableProviderOptions,
disableCompletionsSnooze, disableContributions)
- Copilot status button is hidden when the update button is visible
- Status icon updates based on entitlement, sessions, and quota state
- Scoped CSS overrides for dashboard popup in sessions context
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Fix Copilot status button accessibility and disposable leak
- Set aria-label on the Copilot status button so screen readers
announce the current status tooltip
- Track dashboard DisposableStore via MutableDisposable registered
on the widget, ensuring cleanup on widget disposal or re-click
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Remove native tooltip from Copilot status button
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-31 22:54:07 +00:00
Connor Peet
81cb0e5f0c
fix compile
2026-03-31 15:42:00 -07:00
Connor Peet
c0e8607507
Merge remote-tracking branch 'origin/main' into connor4312/customizations
2026-03-31 15:34:48 -07:00
Connor Peet
12fa930036
comments and tests
2026-03-31 15:33:59 -07:00
Ladislau Szomoru
b37b15b44d
Sessions - move more code into the view model ( #306951 )
...
* Sessions - move more code into the view model
* Hide the path in the tree
2026-03-31 22:20:10 +00:00
Martin Aeschlimann
f7c3f8d5fd
promptService: cache IHookDiscoveryInfo ( #306734 )
...
* promptService: cache IHookDiscoveryInfo
* Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Paul <paul_wang347@hotmail.com >
2026-03-31 22:08:48 +00:00
Connor Peet
bf954f4ebd
test and cleanup
2026-03-31 14:54:15 -07:00
Megan Rogge
20bd08c7aa
share auto approval logic bw runInTerminal and sendToTerminal ( #306940 )
...
share auto approval logic bw runInTerminal and
2026-03-31 14:43:17 -07:00
Kyle Cutler
48ebd97f97
Render URI-based icons in editor quick access ( #306402 )
...
* Show browser tab icons in editor quick access pickers
* feedback
2026-03-31 14:37:47 -07:00
Kyle Cutler
3111b55ca4
Link to browser editors in tool calls ( #306909 )
...
* Link to browser editors in tool calls
* a11y, feedback
2026-03-31 14:37:23 -07:00
Megan Rogge
6c3a002c90
remove shell integration none tests ( #306932 )
2026-03-31 14:30:41 -07:00
Ladislau Szomoru
64ea63952b
Sessions - do not show changes when until there is no git repository ( #306941 )
2026-03-31 14:09:12 -07:00
Connor Peet
2d91fa2e5e
Merge remote-tracking branch 'origin/main' into connor4312/customizations
2026-03-31 14:03:48 -07:00
Connor Peet
54caaaf394
finally works v.v
2026-03-31 14:02:04 -07:00
Aaron Munger
26bd211592
track disposable ( #306933 )
2026-03-31 13:47:44 -07:00
vs-code-engineering[bot]
54493e6c24
Update distro commit (main) ( #306927 )
...
* Update distro commit to 1992012c
* Update distro commit to 084798d4
---------
Co-authored-by: vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com>
2026-03-31 20:40:31 +00:00
Benjamin Pasero
20e37ff188
sessions - more renames ( #306937 )
2026-03-31 13:32:08 -07:00
Megan Rogge
79a97517fb
Add send_to_terminal tool for sending commands to background terminals ( #306875 )
2026-03-31 20:09:02 +00:00
Benjamin Pasero
17faef0d3c
Sessions: Update naming ( fix #306461 ) ( #306922 )
...
* Sessions: Update naming (fix #306461 )
* .
2026-03-31 20:02:26 +00:00
Logan Ramos
fa38b10ac3
Reduce request to entitlement endpoints ( #306914 )
2026-04-01 06:35:13 +11:00
Lee Murray
c27cf4f84a
Sessions: Adjust header height and refine button styles ( #306902 )
...
Adjust header height and padding in CIStatusWidget; refine button styles in changes view
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
2026-04-01 06:34:19 +11:00
Lee Murray
ef8b671c06
Sessions: Update agent feedback widget styles for improved clarity and consistency ( #306858 )
...
* style: update agent feedback widget styles for code review and adjust border radius
* style: adjust agent feedback widget colors for better visibility and consistency
* style: update agent feedback widget suggestion styles for improved layout and visual clarity
* style: enhance suggestion border for code review items with color-mix for better visibility
* style: update agent feedback widget suggestion header for improved clarity and consistency
Co-authored-by: Copilot <copilot@github.com >
* style: refactor suggestion rendering and improve CSS for consistency and clarity
Co-authored-by: Copilot <copilot@github.com >
* Update src/vs/sessions/contrib/agentFeedback/browser/media/agentFeedbackEditorWidget.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
Co-authored-by: Copilot <copilot@github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Michael Lively <12552271+Yoyokrazy@users.noreply.github.com >
2026-03-31 19:28:47 +00:00
Justin Chen
dc93e83a60
show 'ran subagent' when finishing subagents without descriptions ( #306903 )
2026-03-31 12:19:41 -07:00
Matt Bierner
d171568737
Merge pull request #306789 from microsoft/dev/mjbvz/liable-firefly
...
Bump distro
2026-03-31 12:08:43 -07:00
Lee Murray
78f4c2471e
Sessions: Refactor AI Customization Management styles ( #306873 )
...
* Refactor padding and line-height in AI Customization Management styles for improved layout
Co-authored-by: Copilot <copilot@github.com >
* Update src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com >
Co-authored-by: Copilot <copilot@github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Michael Lively <12552271+Yoyokrazy@users.noreply.github.com >
2026-03-31 18:49:07 +00:00
Justin Chen
213b27d7c3
make sure to cancel current request on restore checkpoints ( #306901 )
2026-03-31 18:41:40 +00:00
Rob Lourens
1c1dc9f684
Fix "Select {0}" in workspace picker ( #306829 )
2026-03-31 18:41:03 +00:00
Rob Lourens
3bc94239ff
Add chat model reference inspection ( #306596 )
...
* Add chat model reference inspection (Written by Copilot)
* Add archive state and age to chat model inspection (Written by Copilot)
* fix import
* Cleanups
* test
2026-03-31 18:41:00 +00:00
Ben Villalobos
50458373e0
Merge branch 'main' into dev/mjbvz/liable-firefly
2026-03-31 11:39:15 -07:00
Rob Lourens
a5cc6f3c5d
agentHost: Fix CopilotAgent finding ripgrep ( #306831 )
2026-03-31 18:26:42 +00:00
Osvaldo Ortega
00844ccb8b
Sessions: remove weird description ( #306880 )
...
* Sessions: remove weird description
2026-03-31 11:22:04 -07:00
Connor Peet
99fa904288
Merge remote-tracking branch 'origin/main' into connor4312/customizations
2026-03-31 09:17:14 -07:00
Connor Peet
b7e5e30020
wip
2026-03-31 09:14:16 -07:00
Lee Murray
fc23f2d266
Merge pull request #306701 from microsoft/mrleemurray/front-tomato-hornet
...
Update CI status widget labels and styles for improved clarity
2026-03-31 17:13:42 +01:00
Lee Murray
ab0ec1106f
Merge pull request #306709 from microsoft/mrleemurray/temporary-turquoise-impala
...
Refactor button configuration and improve layout
2026-03-31 16:27:47 +01:00
Lee Murray
fa427ad49a
Merge pull request #306760 from microsoft/mrleemurray/zany-purple-manatee
...
Enhance CI Status Widget with collapsible functionality and improved styles
2026-03-31 16:26:51 +01:00
Christof Marti
9ee53b40bd
Log recovery after timeout ( #306751 )
2026-03-31 15:15:59 +00:00
mrleemurray
bf320ea287
Enhance button styling in ChangesViewPane for better layout and overflow handling
2026-03-31 16:07:44 +01:00
Matt Bierner
4162f5e97a
Bump distro
2026-03-31 07:55:36 -07:00
mrleemurray
9341e572cf
Hide status counts on hover and focus for improved UI clarity
...
Co-authored-by: Copilot <copilot@github.com >
2026-03-31 15:54:07 +01:00
mrleemurray
d6c22f5130
Refactor CI Status Widget CSS for improved layout and visibility
...
Co-authored-by: Copilot <copilot@github.com >
2026-03-31 15:41:55 +01:00
mrleemurray
8c99a135c1
Add right padding to header on focus for improved accessibility
2026-03-31 15:24:40 +01:00
mrleemurray
9135ca9ba3
Add right padding to header on focus for improved accessibility
...
Co-authored-by: Copilot <copilot@github.com >
2026-03-31 15:22:19 +01:00
mrleemurray
fc209bb848
Adjust CI Status Widget header height and margin for improved layout
2026-03-31 15:19:11 +01:00
Isidor Nikolic
6b7cce125d
Merge pull request #306750 from microsoft/isidor/terminal-failure-telemetry
...
Add exit code and command output to runInTerminal telemetry
2026-03-31 16:18:33 +02:00
mrleemurray
055a4758bc
address pr ccr feedback
...
Co-authored-by: Copilot <copilot@github.com >
2026-03-31 15:15:29 +01:00