Matt Bierner
01afdfd8d7
Merge pull request #261669 from mjbvz/written-bobcat
...
Also add katex to remote deps
2025-09-02 14:29:21 -07:00
kplates
46914d8ad2
feat: Include/ Exclude file types from file search ( #254285 )
...
* Add actions to exclude/include file types from search
This commit introduces two new actions: ExcludeFileTypeFromSearchAction and IncludeFileTypeInSearchAction. These actions allow users to modify search patterns by excluding or including specific file types directly from the search context menu.
* Support unlimited dot notation
2025-09-02 14:28:17 -07:00
Justin Chen
ee2d7fee66
chat history cleanup ( #264611 )
...
Co-authored-by: Elijah King <elijahwilliamking@icloud.com >
2025-09-02 14:14:57 -07:00
Josh Spicer
4d3fe22467
chat sessions getting started minor tweaks ( #264746 )
...
chat sessions getting started minor tweaks (https://github.com/microsoft/vscode/issues/263707 )
2025-09-02 14:06:41 -07:00
Daniel Imms
c3cf2b3a82
Merge pull request #264739 from microsoft/tyriar/safe_ok
...
Block find -ok(dir)
2025-09-02 13:58:40 -07:00
Daniel Imms
d9ae392924
Block find -ok(dir)
...
Part of #259668
2025-09-02 13:46:23 -07:00
Alexandru Dima
4d8045517a
Allow instantiating without the instanceof checks (for code reuse in chat) ( #264726 )
2025-09-02 22:17:24 +02:00
Ariff
f0bad90c48
docs: fix grammar in Development Container section ( #264162 )
...
Added missing article 'a' before 'full build' in the Development Container section for better grammar and readability.
2025-09-02 18:55:43 +00:00
Justin Chen
5eb172fe28
fix some chat ui issues ( #264471 )
...
* fix some chat ui issues
* fix list focus persistance
* Revert "fix list focus persistance"
This reverts commit 49417bf588 .
2025-09-02 16:33:18 +00:00
Anthony Kim
22cb2bddcf
Update xterm for xterm teleport fix ( #264604 )
...
Update xterm
2025-09-02 16:18:53 +00:00
Copilot
598990ac32
Hide "New Chat" button in coding agent sessions ( #264077 )
...
* Initial plan
* Hide New Chat button when locked to coding agent
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com >
2025-09-02 16:11:21 +00:00
Harald Kirschner
a2b1ec5f3b
Merge pull request #264582 from microsoft/digitarald/breezy-wren
...
Detect instruction files
2025-09-02 07:52:06 -07:00
Harald Kirschner
c14b6eb45b
Detect instruction files
2025-09-02 07:39:40 -07:00
Christy 😺
f562c9d3e8
Enable users to view and apply changes from worktree to main repo, per file ( #263927 )
...
* enable compare with workspace command
* add context to command
* clean up
2025-09-02 15:28:07 +02:00
Daniel Imms
05c2fd5932
Merge pull request #264513 from microsoft/tyriar/261671_2
...
Warn about global auto approve, rename setting
2025-09-02 04:55:17 -07:00
Daniel Imms
30aa91c5a2
Merge pull request #264524 from microsoft/tyriar/get_content
...
Add Get-Content to safe commands
2025-09-02 04:54:26 -07:00
Daniel Imms
e6208cd8b5
Add Where-Object to safe list
...
Using simple args is safe, curly braces will get blocked by broad rule
2025-09-02 03:55:24 -07:00
Daniel Imms
a4e45a7d89
Add Get-Content to safe commands
...
Part of #259668
2025-09-02 03:49:54 -07:00
Daniel Imms
33b2a14090
Fix description for policy parser
...
Related #257569
2025-09-02 03:03:28 -07:00
Daniel Imms
fd6a5b7cd4
Reapply "Warn about global auto approve, rename setting"
...
This reverts commit 86f1b8fd47 .
2025-09-02 02:44:46 -07:00
Ladislau Szomoru
5e5685ca72
Engineering - fix compile stage warning ( #264469 )
2025-09-02 08:19:34 +00:00
Bhavya U
2865a58bba
Render additional messages conditionally based on welcome view type ( #264453 )
2025-09-02 08:40:21 +02:00
Copilot
966ec14154
Improve error message for Visual Studio detection in build process ( #262879 )
...
* Initial plan
* Improve Visual Studio detection for custom installation paths
Co-authored-by: deepak1556 <964386+deepak1556@users.noreply.github.com >
* chore: cleanup
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: deepak1556 <964386+deepak1556@users.noreply.github.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2025-09-01 23:32:21 +00:00
Copilot
06db2a68c3
Fix TodoList Tool keyboard accessibility and screen reader support ( #261369 )
...
* Add accessibility improvements to ChatTodoListWidget
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com >
* Add comprehensive accessibility tests for ChatTodoListWidget
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com >
* Update branch
* Remove unnecessary padding from the todo list container in ChatTodoListWidget
* Enhance accessibility for ChatTodoListWidget by updating aria-labels and ensuring title element displays progress correctly
* Improve accessibility in ChatTodoListWidget by adding an ID to the title element and updating related tests for proper aria attributes
* Refactor ChatTodoListWidget for improved accessibility and UI consistency by updating ARIA attributes, removing unnecessary elements, and adjusting CSS styles for better layout.
* Refactor accessibility tests in ChatTodoListWidget to ensure the todo list container acts as the list and validate the presence of todo items.
---------
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: bhavyaus <bhavyau@microsoft.com >
2025-09-01 21:00:17 +00:00
Bhavya U
a6f8e82445
update todo list validation and add warnings for size and bulk updates ( #264386 )
2025-09-01 19:17:30 +00:00
Christof Marti
4f77078f17
Upgrade to @vscode/proxy-agent 0.33.0
2025-09-01 19:25:59 +02:00
Connor Peet
e3bb2fbe5d
tools: fix double auto-approval message shown for terminal calls ( #264369 )
...
* tools: fix double auto-approval message shown for terminal calls
* rm copilot-restored file
2025-09-01 17:08:48 +00:00
Copilot
b8b20d716f
Fix LanguageModelToolResultPart2 inheritance for instanceof checks ( #264362 )
...
* Initial plan
* Fix LanguageModelToolResultPart2 inheritance for instanceof checks
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: connor4312 <2230985+connor4312@users.noreply.github.com >
2025-09-01 16:57:29 +00:00
Sandeep Somavarapu
50e8ebb461
update milestone ( #264364 )
2025-09-01 18:53:25 +02:00
Lee Murray
2f2f6ffcc6
Merge pull request #264355 from microsoft/mrleemurray/satisfied-goat-aquamarine
...
Fix vertical alignment of icon label in search results
2025-09-01 16:47:09 +01:00
Lee Murray
e325cd225c
Merge pull request #264352 from microsoft/mrleemurray/wet-hippopotamus-copper
...
Fix mac select box styling
2025-09-01 16:38:37 +01:00
lemurra_microsoft
8a0f4adc32
fix: adjust vertical alignment of icon label in search results
2025-09-01 16:35:21 +01:00
lemurra_microsoft
b23f938c27
fix(selectBox): adjust border-radius and ensure minimum height for mac select box
2025-09-01 16:21:06 +01:00
Benjamin Pasero
4b2a9f5fb5
debt - try to not cover the entire renderBody in try/catch ( #264343 )
2025-09-01 17:11:26 +02:00
Sandeep Somavarapu
6cfcc7efd6
support mcp gallery service url in product ( #264344 )
2025-09-01 16:41:15 +02:00
Sandeep Somavarapu
d0d5885ca2
remove unused code ( #264342 )
2025-09-01 16:27:36 +02:00
Sandeep Somavarapu
c938341fbf
move config check while reading policies ( #264337 )
2025-09-01 14:07:14 +00:00
Christof Marti
498d59a5bb
Update distro hash
2025-09-01 15:58:46 +02:00
Christy 😺
211615d751
Git: Fix worktree checkout default actions ( #262414 )
...
* fix worktree checkout default action
* remove comments
* clean up
* fix returns
* change action to 'cancel'
2025-09-01 15:46:09 +02:00
Benjamin Pasero
351b578f7f
chat - target the chat.disableAIFeatures setting when hiding/showing ( fix #264330 ) ( #264331 )
2025-09-01 13:41:24 +00:00
Sandeep Somavarapu
39512dc164
run oss tool ( #264319 )
2025-09-01 13:21:14 +02:00
Sandeep Somavarapu
e6ef6f8e2e
fix handling not included properties ( #264310 )
2025-09-01 11:51:23 +02:00
Benjamin Pasero
bc727a2093
splash - fix default 2nd sidebar visibility assumptions ( #264296 )
2025-09-01 08:25:47 +00:00
Justin Chen
171ca213ff
handle thinking array case ( #264292 )
2025-09-01 10:07:38 +02:00
Christof Marti
86f1b8fd47
Revert "Warn about global auto approve, rename setting"
2025-09-01 09:38:41 +02:00
Benjamin Pasero
285002ab60
chat - entitlements service cleanup ( #264284 )
2025-09-01 00:37:54 -07:00
Justin Chen
576af27672
handle streaming thinking tokens ( #264207 )
...
* handle streaming thinking tokens
* some cleanup
* cleanup
* more cleanup
* better comments
2025-09-01 09:34:08 +02:00
Elijah King
9702bf9cd3
Merge pull request #264255 from microsoft/eli/history
...
Eli/history
2025-08-31 19:27:51 -07:00
Elijah King
33e1b153f4
fixed whitespace - hygiene error
2025-08-31 19:03:38 -07:00
Elijah King
602bc14dba
fixed multi history display
2025-08-31 18:53:18 -07:00