Commit Graph

140595 Commits

Author SHA1 Message Date
Daniel Imms 7057d5e18b Remove in operator from api/**terminal**
Part of #276071
2025-11-07 08:51:10 -08:00
Megan Rogge 4ea9547a11 rm unneeded event (#276108) 2025-11-07 17:22:01 +01:00
Daniel Imms 4ddb10baf7 Merge pull request #276103 from microsoft/tyriar/debug_is_uri
isUri -> isUriString
2025-11-07 07:35:49 -08:00
Daniel Imms 0fddbf6e02 isUri -> isUriString
Avoid accidental auto imports of common function
2025-11-07 07:16:09 -08:00
Sandeep Somavarapu 067e01cd1a add more logs (#276089) 2025-11-07 14:52:30 +00:00
Henning Dieterichs 7109b398bc Change default of editor.inlineSuggest.triggerCommandOnProviderChange to false.
For https://github.com/microsoft/vscode/issues/276065
2025-11-07 14:55:09 +01:00
Johannes Rieken 2f036654b7 use AsyncIterableProducer for new search API (#276068)
https://github.com/microsoft/vscode/issues/256854
2025-11-07 13:41:42 +00:00
Sandeep Somavarapu 5bd9796ed3 add debug logging #276060 (#276061) 2025-11-07 13:16:16 +00:00
Ladislau Szomoru 88bd9155a5 SCM - fix rendering issue with incoming changes node (#276055)
SCM - fix rendering issue with incoming/outgoing changes nodes
2025-11-07 13:53:32 +01:00
Ladislau Szomoru 7bdbccd240 Git - improve logic to pick a worktree to migrate changes from (#276048) 2025-11-07 11:38:52 +00:00
Johannes Rieken 426a6a56f3 Add AsyncIterableProducer#tee and use in LM API (#276037)
* Add `AsyncIterableProducer#tee` and use in LM API

* less `AsyncIterableObject`

* fix `tee`, add unit tests
2025-11-07 11:35:36 +00:00
Alex Ross 2716852bf1 Update grammars (#276050) 2025-11-07 11:31:19 +00:00
Johannes Rieken a0f90b188c Bring back model picker for inline chat (#276041)
Revert "lock inline chat to its own agent so that must intellisense is disabled"

This reverts commit f04c75b832.
2025-11-07 10:34:57 +00:00
Henning Dieterichs f2499f2a67 Improves observable debugging helper 2025-11-07 11:14:46 +01:00
Dmitriy Vasyura 331be293ce Add a prompt to update doc comments, use it to improve Quick Pick/Input documentation (#275935)
* Add a prompt to update doc comments, use it to improve Quick Pick/Input documentation

* Update .github/prompts/doc-comments.prompt.md

Co-authored-by: Joaquín Ruales <1588988+jruales@users.noreply.github.com>

* Update .github/prompts/doc-comments.prompt.md

Co-authored-by: Joaquín Ruales <1588988+jruales@users.noreply.github.com>

* Add max line length and 'cleanup' mode.

* Add linting rule

---------

Co-authored-by: Joaquín Ruales <1588988+jruales@users.noreply.github.com>
2025-11-07 11:14:02 +01:00
Henning Dieterichs 4049fa9a33 Allows TimeTravelScheduler to set start time 2025-11-07 11:13:20 +01:00
Sandeep Somavarapu 4ce6f26ef7 fix #275478 (#276022) 2025-11-07 10:40:07 +01:00
Christof Marti 6250219c87 Version bump 2025-11-07 10:14:44 +01:00
Christof Marti 828519ca24 Rerun OSS tool 2025-11-07 09:47:59 +01:00
Benjamin Pasero 2c9f85d048 Clicking OS notification always opens secondary side bar, even if I'm working with Chat in editor (#276015)
(fix #270619)
2025-11-07 08:32:22 +00:00
Benjamin Pasero e6c3735b16 agent sessions - further prevent work on shutdown (#276014) 2025-11-07 08:26:08 +00:00
Benjamin Pasero 4e40e71f9a agent sessions - avoid double separator in button (#276013) 2025-11-07 08:21:06 +00:00
Benjamin Pasero cac49040c2 agent sessions - fix button padding (#276012) 2025-11-07 08:16:01 +00:00
Benjamin Pasero 838353aa46 debt - faster unit tests (#276011) 2025-11-07 08:07:39 +00:00
Dmitriy Vasyura 97da309858 Merge pull request #275959 from microsoft/copilot/fix-fetch-tool-omit-headers
Fix fetch tool omitting table headers with <th> elements
2025-11-06 18:44:47 -08:00
Tyler James Leonhardt 4507caa570 Revert "Append well-known path instead of insert" (#275976)
Revert "Append well-known path instead of insert (#275438)"

This reverts commit f2e702ea0c.
2025-11-07 03:43:14 +01:00
Rob Lourens b95af82a04 Fix UI for edits from subagent (#275971) 2025-11-06 18:12:35 -08:00
Dinesh Chandnani 18dcf126ce Merge pull request #275970
Ensure search in agent sessions pane uses visible text (fix for #275151)
2025-11-06 17:23:25 -08:00
Matt Bierner a16c096675 Merge pull request #275972 from mjbvz/dev/mjbvz/responsible-termite
Targeted fix for supporting non-local sessions in code paths that aren't using uris
2025-11-06 17:16:43 -08:00
Matt Bierner a6453b6055 Targeted fix for supporting non-local sessions in code paths that aren't using uris 2025-11-06 16:40:14 -08:00
Dinesh Chandnani 7b76ff3de4 Ensure search uses visible text (fix for #275151) 2025-11-06 16:26:42 -08:00
copilot-swe-agent[bot] 3b152a4769 Add gridcell role support to isTableCell helper
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
2025-11-06 23:54:29 +00:00
Dmitriy Vasyura 1239f51703 Merge branch 'main' into copilot/fix-fetch-tool-omit-headers 2025-11-06 15:54:19 -08:00
Osvaldo Ortega c38e2030d6 Avoid saving inline chats to history (#275688)
* Avoid saving inline chats to history

* Check on fetch history
2025-11-06 15:47:48 -08:00
copilot-swe-agent[bot] 1ca5df42d4 Implement fix for table header omission with tests
Co-authored-by: dmitrivMS <9581278+dmitrivMS@users.noreply.github.com>
2025-11-06 23:23:10 +00:00
copilot-swe-agent[bot] ad12756ca5 Initial plan 2025-11-06 23:07:47 +00:00
Connor Peet a949c68b63 mcp: fix tool availability being racey during autostart (#275948)
- Ensure tools are flushed to the EH immediately after registration
- Ensure tools are applied to the request object while it's waiting to be sent
2025-11-06 22:59:20 +00:00
Martin Aeschlimann efd6c49e41 update validation and hovers for tool names from custom agents specification (#275901)
* update validation and hovers for tool names from custom agents specification

* update

* update

* fix

* add missing method

* remove empty lines
2025-11-06 14:51:29 -08:00
Matt Bierner 18242cb42a Merge pull request #275943 from mjbvz/dev/mjbvz/subtle-cockroach
Don't include codex tabs as attachable content for chat
2025-11-06 14:01:22 -08:00
Matt Bierner 964be0ffa4 Don't include codex tabs as attachable content for chat
Fixes #273436

Scoped fix. Will create new issue tracking better fix
2025-11-06 13:41:12 -08:00
Copilot 5f3c2e25ed Fix LanguageModelDataPart JSDoc parameter names and class description (#275936)
* Initial plan

* Fix LanguageModelDataPart documentation mismatches

- Fix parameter name in JSDoc from 'mimeType' to 'mime' for image(), json(), and text() methods
- Update class description to reflect broader usage beyond LanguageModelChatResponse

Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: justschen <54879025+justschen@users.noreply.github.com>
2025-11-06 21:38:08 +00:00
Bryan Chen ce41b38b31 Merge pull request #274414 from microsoft/brchen/debug-context-menu
Fix watch view context menu when Variables pane is hidden
2025-11-06 13:27:50 -08:00
Megan Rogge 184dc490cd fix disposable leak (#275878)
fix #275388
2025-11-06 21:24:29 +00:00
Benjamin Pasero a756ce92e4 agent sessions - simpler labels for button (#275930) 2025-11-06 20:46:41 +00:00
Elijah King 6f8ab8483f Merge pull request #275920 from microsoft/eli/welcome-svg-tab-fix
revised - updated walkthrough chat panel illustration
2025-11-06 12:23:32 -08:00
Raymond Zhao eaea0cd151 Revert "Revert "Update foreground color for operators in dark_plus theme"" (#275925) 2025-11-06 20:20:10 +00:00
Bhavya U cca7bb0d41 Guard against undefined editorInput in buildCategoriesSlide (#275923) 2025-11-06 20:08:42 +00:00
Megan Rogge a55153e3c7 get focus terminal action to show for shell integration disabled (#275913)
fix #274876
2025-11-06 12:04:21 -08:00
Benjamin Pasero 5ba1636c1d agent sessions - redesign UI (#275921) 2025-11-06 20:00:11 +00:00
Elijah King fe7561e5c5 Merge branch 'main' into eli/welcome-svg-tab-fix 2025-11-06 11:56:17 -08:00