Commit Graph

148279 Commits

Author SHA1 Message Date
Rob Lourens
b0c071d6c3 Don't send cancel noop event for inline chat (#297731) 2026-02-25 17:37:36 +00:00
Kyle Cutler
bc3b68862d Apply policy to browser tools setting (#297591)
* Apply policy to browser tools setting

* update policy jsonc
2026-02-25 09:34:50 -08:00
Paul
37d8937813 Richer debug content rendering (#297584) 2026-02-25 09:32:12 -08:00
Copilot
f6d14c5275 Align chat model picker ARIA semantics with single-selection menu behavior (#296620)
* Initial plan

* fix: use radio semantics for chat model picker accessibility

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

* Update src/vs/workbench/contrib/chat/browser/widget/input/chatModelPicker.ts

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

---------

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: Megan Rogge <merogge@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 17:28:16 +00:00
Copilot
26f33e1178 Fix setting link rendering in global auto approve dialog (#297467) 2026-02-25 17:27:28 +00:00
Lee Murray
10aa7481fe Merge pull request #297717 from microsoft/mrleemurray/psychiatric-apricot-ox
Add depth shadows for panels in the editor
2026-02-25 17:27:15 +00:00
Lee Murray
8d1f10b0b8 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 17:13:26 +00:00
Benjamin Christopher Simmonds
7e5adbd392 Merge pull request #297719 from microsoft/benibenj/disgusted-cricket
Fix focus problem with agent feedback input
2026-02-25 17:55:43 +01:00
Sandeep Somavarapu
ba573654e6 Fix #297172 (#297713) 2026-02-25 08:45:44 -08:00
BeniBenj
1eb6550a27 fix focus problem with agent feedback input when find widget is focused 2026-02-25 17:38:44 +01:00
Sandeep Somavarapu
d71377c2ca feedback (#297707) 2026-02-25 17:35:45 +01:00
Megan Rogge
0c71b2353e fallback to a model when none is available on the chat widget (#297471) 2026-02-25 10:27:33 -06:00
mrleemurray
b595f2b94c Add depth shadows for panels in the editor to enhance UI layering
Co-authored-by: Copilot <copilot@github.com>
2026-02-25 16:08:31 +00:00
Rob Lourens
4a231ff09a Force chat request height update when codeblock is present (#297706)
* Force chat request height update when codeblock is present
Fix #288361

* Update src/vs/workbench/contrib/chat/browser/widget/chatContentParts/chatMarkdownContentPart.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 17:05:22 +01:00
Rob Lourens
b6f27b3e0a Add note to data agent about checking vpn (#297708) 2026-02-25 15:58:44 +00:00
Benjamin Christopher Simmonds
88a997f17f Merge pull request #297702 from microsoft/benibenj/copilot-worktree-2026-02-25T10-53-14
Add agent feedback input widget with submission functionality
2026-02-25 16:42:15 +01:00
mrleemurray
5039f6a9db feat(selectBox): enhance option creation to support separators in native select box 2026-02-25 15:29:11 +00:00
BeniBenj
af4eab7c26 UX tweaks to agent feedbck 2026-02-25 16:27:48 +01:00
Sandeep Somavarapu
731aa3cb85 adjust padding and height for chat editor and welcome widget (#297693) 2026-02-25 16:26:00 +01:00
Sandeep Somavarapu
819c80a16a Revert "vscode internal tool for getting userdata home (#297674)" (#297694)
This reverts commit 88eb9d7e13.
2026-02-25 16:25:36 +01:00
mrleemurray
7f9ec73230 feat(selectBox): enhance separator handling and update focus ring behavior
Co-authored-by: Copilot <copilot@github.com>
2026-02-25 15:19:32 +00:00
mrleemurray
40db213e28 feat(selectBox): inherit font size from select button for dropdown consistency 2026-02-25 15:03:43 +00:00
Sandeep Somavarapu
88eb9d7e13 vscode internal tool for getting userdata home (#297674)
* vscode internal tool for getting userdata home

* add tests

* Update src/vs/workbench/contrib/chat/common/promptSyntax/promptFileParser.ts

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

* fix tests

* fix compilation

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 14:37:12 +00:00
Sandeep Somavarapu
c86ede208a fix updating the model when sending the request (#297685)
set the model during transition from empty to existing session
2026-02-25 15:33:28 +01:00
Benjamin Pasero
a556508eda sessions - better OOTB flow using our chat setup (#297670) 2026-02-25 15:32:40 +01:00
Johannes Rieken
15648f1f73 Handle pending confirmation as error case in inline chat (#297673)
inline
2026-02-25 15:30:52 +01:00
BeniBenj
43088617a8 fix: update agent feedback input widget border transparency 2026-02-25 14:43:18 +01:00
BeniBenj
8c77f57864 fix: adjust padding for agent feedback input textarea 2026-02-25 14:35:22 +01:00
Benjamin Christopher Simmonds
d158c98017 Merge pull request #297675 from microsoft/benibenj/disturbing-gull
Make feedback widget fully visible within the editor content area
2026-02-25 14:33:38 +01:00
BeniBenj
46e5f4b854 make sure feedback widget is fully visible within the editor content area 2026-02-25 14:17:53 +01:00
BeniBenj
1b463ecd4b fix: set fixed line height for agent feedback input widget 2026-02-25 14:11:13 +01:00
BeniBenj
1327aed903 feat: implement agent feedback submission with updated widget border and service integration 2026-02-25 13:33:21 +01:00
Benjamin Christopher Simmonds
4741aa0afd Merge pull request #297659 from microsoft/benibenj/sick-carp
Fix scripts and support npm tasks
2026-02-25 13:25:40 +01:00
Benjamin Pasero
c804803b68 Merge branch 'main' into benibenj/sick-carp 2026-02-25 13:09:39 +01:00
Benjamin Christopher Simmonds
53dc28fd60 Merge pull request #297662 from microsoft/benibenj/copilot-worktree-2026-02-25T08-35-14
Enhance message sending functionality in NewChatWidget
2026-02-25 13:08:12 +01:00
BeniBenj
f9fb911151 feat: add agent feedback input widget with action bar and styling 2026-02-25 12:59:12 +01:00
Alex Ross
f0aed5f37d Fix in context evaluation on Windows (#294073)
Found this issue with the "Complete Merge" button in the merge editor
2026-02-25 16:58:10 +05:00
BeniBenj
3399fe4b3c send and new session 2026-02-25 12:46:16 +01:00
Johannes Rieken
3fc8650fa1 Merge pull request #297639 from microsoft/copilot/enable-inlinechat-fixdiagnostics-default
Enable inlineChat.fixDiagnostics by default
2026-02-25 12:44:57 +01:00
Johannes Rieken
957c47b31f Merge pull request #297636 from microsoft/copilot/fix-inline-chat-cancel-command
Guard inline chat Cancel action to only show in hover mode
2026-02-25 12:44:53 +01:00
BeniBenj
f81c1c042e add tests 2026-02-25 12:38:36 +01:00
Benjamin Christopher Simmonds
a30d791c61 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 12:38:07 +01:00
BeniBenj
3fdfda2ce1 fix scripts and support npm tasks 2026-02-25 12:30:09 +01:00
Benjamin Pasero
b9a94fe6d8 sessions - show file changes summary in changes window (#297656) 2026-02-25 11:28:34 +00:00
João Moreno
6be9f0fb0f fixes #297620 (#297648) 2026-02-25 12:12:28 +01:00
Benjamin Pasero
cd0c48e898 modal - preserve maximised state in memory (#297652) 2026-02-25 11:09:04 +00:00
BeniBenj
702760efe9 Update openSession method to conditionally set isNewChatSessionContext based on hidden option 2026-02-25 11:54:37 +01:00
Sandeep Somavarapu
5038b2d92d improve active session change event (#297650) 2026-02-25 10:44:51 +00:00
BeniBenj
ad49d116ad Prevent opening a session view when the openNewSessionView option is false in doSendRequestForNewSession 2026-02-25 11:37:51 +01:00
BeniBenj
b141d49878 Enhance session management to support opening a new session view after sending a request 2026-02-25 11:18:47 +01:00