Commit Graph
1473 Commits
Author SHA1 Message Date
Don Jayamanne af5ee252da Add tests for Copilot CLI Prompt resolver (#1888)
* Add tests for Copilot CLI Prompt resolver

* Fix tests for windows

* More windows test fixes

* Updates

* Remove trailing lines
2025-11-10 04:51:15 +00:00
Don Jayamanne ceecb18408 auto approve workspace file edits and track these edits (#1887)
* Track copilot cli edits to files when auto approved

* auto approve workspace file edits

* Reverts
2025-11-10 04:50:53 +00:00
Don Jayamanne 5d76f0975e Ensure we end thinking in Copilot CLI sessions (#1881) 2025-11-09 07:45:41 +00:00
Don Jayamanne 15307fc99d Support /delegating to cloud from a new cli session (#1886) 2025-11-09 07:09:17 +00:00
Don Jayamanne 9f686a1f7c Faster loading of Copilot CLI session list (#1880)
* Faster loading of Copilot CLI Session Info

* Updates
2025-11-09 07:07:04 +00:00
Rob LourensandLogan Ramos 6205b69410 Merge pull request #1860 from microsoft/roblou/revert-chat-activation (#1878)
Restore activationBlockers on auth

Co-authored-by: Logan Ramos <loganramos@microsoft.com>
2025-11-08 22:53:54 +00:00
Rob Lourens 7125307ee3 Merge pull request #1867 from microsoft/roblou/well-wolf (#1877)
New model prompt updates
2025-11-08 22:53:39 +00:00
Rob Lourens 6218c6ada5 Fix subagent request marked as user-initiated (#1876)
Fix #276305
2025-11-08 22:53:21 +00:00
Rob Lourens 9d2c40ec96 Remove dead code (#1879)
Missed deleting this when moving subagents to core
2025-11-08 22:53:00 +00:00
Don Jayamanne 29c32f5f14 More tests for Copilot CLI and refactor permission handling (#1871)
* More Copilot CLI tests and refactor permissions

* Updates

* Address review comments

* Updates

* Address review comments

* Address review comments
2025-11-08 21:39:29 +00:00
Vijay Upadyaandvijay upadya 3e8c5a5917 Add tooltip for pr chat items in chat sessions view (#1842)
* Enable tooltip for CP chat pr items

* minor update

* update comment

* comment update

* Copilot PR feedback

---------

Co-authored-by: vijay upadya <vj@example.com>
2025-11-08 18:27:31 +00:00
Ladislau Szomoru 0bafc86feb Revert "improve worktree creation progress (#1869)" (#1873)
This reverts commit caf95c2ce5.
2025-11-08 18:07:00 +00:00
Ladislau Szomoru 3208e58b22 CCA - provide number of files modified in the pull request (#1872) 2025-11-08 13:53:18 +00:00
Peng Lyu 98966fca33 reranking improvement tracking (#1870) 2025-11-08 05:05:30 +00:00
Peng Lyu caf95c2ce5 improve worktree creation progress (#1869) 2025-11-08 00:14:54 +00:00
Bryan Chen 764f0d6a63 tool can give alternative definition by model (#1400)
* tool can give alternative definition by model

* Pass IChatEndpoint in getEnabledTools for calling tools' alternativeDefinition

* Introduce a ICopilotToolExtension to support override existing built-in tools and provide alternative definition.

* Fix errors

* add gpt-5-codex

* remove gpt-5
2025-11-07 22:42:45 +00:00
Ladislau SzomoruandPeng Lyu 7f647610b3 Copilot CLI - allow to read/write into the git worktree directory (#1851)
* Got permissions to work when reading/writing files in the git worktree folder

* ensure only auto approve edits for git worktree

* fix workdir options handling

* 💄

---------

Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2025-11-07 21:35:25 +00:00
Josh Spicer 4479e9d0c8 track permissiveSessionAuth as context key and react to it in cloud-agent view (#1861)
* track permissiveSessionAuth as context key and react to it in cloud-agent view

* do not block if run and then cancelled

* code review suggestion adding catch
2025-11-07 21:12:53 +00:00
Josh Spicer a2305d8367 cloud/cli agents: remove when statements (https://github.com/microsoft/vscode/issues/276132) (#1859) 2025-11-07 20:17:11 +00:00
Josh Spicer f42b6d6fb9 cloud agent: handle the 'rejection' for authPermissionPrompted prompt (#1858) 2025-11-07 18:45:24 +00:00
Don JayamanneandPeng Lyu 8d607cbf6b Use new Copilot CLI SDK (#1761)
* Update to latest Copilot CLI SDK

* Skip failing testi

* Fix test and address review comments

* Address review comments

* Improve file write concurrency for node pty shim.

* Updates

* Fix testes

---------

Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2025-11-07 18:27:26 +00:00
Josh Spicer 7433b1f2be cloud agent: 422 useful error (#1857) 2025-11-07 18:00:00 +00:00
Ulugbek Abdullaev bfdf2fc9f7 ChatMLFetcher: refactor: move fetching code inside the class and extract telemetry sending (#1856)
* nes: refactor: extract ResponseTags into tags.ts

* ChatMLFetcher: remove unnecessary await

* ChatMLFetcher: refactor: move fetch* functions to ChatMLFetcher class

* ChatMLFetcher: refactor: more precise type for CancellationToken

* ChatMLFetcher: refactor: remove unused property

* ChatMLFetcher: nicer formatting

* ChatMLFetcher: refactor: extract telemetry sending into its own class
2025-11-07 14:48:10 +00:00
Christof Marti 16ec7c3517 Fix chat-lib build (#1854) 2025-11-07 12:36:24 +00:00
Ulugbek Abdullaev 52ab79baf1 nes: refactor: extract ResponseTags into tags.ts (#1853) 2025-11-07 12:08:54 +00:00
Ulugbek Abdullaev 1bd445ec60 update cache (#1822) 2025-11-07 10:39:59 +00:00
Christof Marti a2979f6b5a Update lock file (#1852) 2025-11-07 08:59:04 +00:00
Christof Marti 8a0a74c6d4 Version bump (#1850) 2025-11-07 08:30:30 +00:00
Peng Lyu 115f8d4f12 Tracking mission control links (#1848) 2025-11-07 03:41:13 +00:00
Rob Lourens 97f3e2e211 Revert "Update convo feature to properly follow comments (#1835)" (#1847)
This reverts commit 849e48cd2b.
2025-11-07 02:43:18 +00:00
Rob Lourens 52fa1ec6fd Handle new model family id (#1845)
* Handle new model family id

* Fix
2025-11-07 02:11:54 +00:00
Josh Spicer 291916ce43 Cloud Agent: Improve file references (#1841)
* attach untitled file refs (ref https://github.com/microsoft/vscode/issues/274965)

* append files that have changes

* Refine TODO comments in copilotCloudSessionsProvider

* fixes
2025-11-06 23:35:14 +00:00
Tyler James Leonhardt 8189761ac1 Improvements to the fix for https://github.com/microsoft/vscode/issues/275641 (#1843)
fixes https://github.com/microsoft/vscode/issues/275641

This includes confirmation handling in chat and also prevents some random modals from poping up when they shouldn't.

I should clean up the auth upgrade service next week to handle metadata better... but this works for the release to keep the change small.
2025-11-06 23:27:08 +00:00
Christof Marti 8d7b163e2d Use suggested changes from CCR (#1840) 2025-11-06 21:16:41 +00:00
Bhavya U 8208f3bd8a tools: add "Open Memory Folder" command (#1839) 2025-11-06 21:12:53 +00:00
Bryan Chen e4e092caca Skip resources with no Warning/Error diagnostics when collecting diagnostics (#1785) 2025-11-06 21:10:58 +00:00
Rob Lourens 402108544e Updates to model prompt (#1837) 2025-11-06 20:52:20 +00:00
Rob Lourens 9ba9769ec0 Extra new model prompt tweaks (#1836) 2025-11-06 19:41:50 +00:00
Bhavya U 93b804a06d Gate Anthropic native memory tool by model capability (#1834) 2025-11-06 19:25:01 +00:00
Logan Ramos 849e48cd2b Update convo feature to properly follow comments (#1835) 2025-11-06 19:15:56 +00:00
Josh Spicer d7848b3e05 permissive gh auth (#1817)
* permissive gh auth

* remove dead code
2025-11-06 18:59:54 +00:00
Connor Peet ecfd64c56f tools: add embeddings-matched tools at the end instead of the start (#1833)
Closes https://github.com/microsoft/vscode/issues/274628
2025-11-06 18:53:44 +00:00
Bhavya U 6b36edf234 Update memory operation tool schema in package.json (#1832) 2025-11-06 18:47:46 +00:00
Christof Marti dab36fe836 Improve error message in telemetry (#1829) 2025-11-06 17:22:26 +00:00
Johannes Rieken d6a1b3a45a add logging for tool calls (result and errors) (#1828)
https://github.com/microsoft/vscode/issues/275056
2025-11-06 17:09:36 +00:00
Johannes Rieken 04896efbab inline chat and replace-tool (#1827)
* `detectIntent` shouldn't make a request when there is no metadata to pick from

https://github.com/microsoft/vscode/issues/275818

* add unit test for https://github.com/microsoft/vscode/issues/275824
2025-11-06 14:50:54 +00:00
Ladislau Szomoru c6927a0975 Git - switch commit message generation back to gpt-4.1 (#1826)
* Git - switch commit message generation back to gpt-4.1

* Update model for commit message generation
2025-11-06 14:44:08 +00:00
Dirk Bäumer dfaacdde0b Add Warning text since we don't ship Codicon icons (#1825) 2025-11-06 14:35:55 +00:00
Ulugbek Abdullaev 4e4997c6d8 update cache (#1824) 2025-11-06 14:04:19 +00:00
Ulugbek Abdullaev f082551888 nes: remove old settings to configure model (#1823) 2025-11-06 14:04:18 +00:00