Commit Graph
1565 Commits
Author SHA1 Message Date
Bhavya U 099f603dfe fix: handle invalid API key error and retry fetching models (#1984) 2025-11-13 19:00:07 +00:00
Rob Lourens 643e80a49f Prompt tweak (#1983) 2025-11-13 18:10:50 +00:00
Connor Peet 4572f4ee80 edits: don't prompt every edit for a folder within a default-system path (#1982)
Closes https://github.com/microsoft/vscode/issues/276193
2025-11-13 17:41:09 +00:00
Johannes Rieken 7d0512d26a add failing test for https://github.com/microsoft/vscode/issues/277154 (#1981)
* add failing test for https://github.com/microsoft/vscode/issues/277154

* thanks copilot

* better assertion
2025-11-13 15:58:14 +00:00
Logan Ramos d9ebad4215 Delete model overrides experiment (#1980) 2025-11-13 15:33:20 +00:00
Ulugbek Abdullaev a1d167b45f nes: fix: how we determine if cursor is at the end of the line and enforcing it (#1978) 2025-11-13 11:33:23 +00:00
Don Jayamanne 69d3c724c6 Avoid waiting for shell integration (#1555)
* Avoid waiting for shell integration

* Updates

* Updates
2025-11-13 07:18:45 +00:00
Rob Lourens f896a0a626 Validate tool inputs (#1975) 2025-11-13 07:11:08 +00:00
Don Jayamanne 30c867c483 Move formatUriForFileWidget into common (#1973) 2025-11-13 06:00:21 +00:00
Don Jayamanne 15af6c4bb4 Support more Copilot CLI SDK tools (#1971)
* Support more Copilot CLI SDK tools

* fix compIlation errors

* Address review comments
2025-11-13 04:54:24 +00:00
Don Jayamanne 315659d274 Display diff information when editing sensitive files in copilot cli (#1963)
* Display diff information when editing sensitive files in copilot cli

* Fix tests

* Fix typos
2025-11-13 02:59:55 +00:00
Aaron Munger 279384599d recover full chat session from exported log (#1967)
* recover full log into chat session

* clean up some presentation

* 💄
2025-11-13 02:52:04 +00:00
Don Jayamanne e6a67133a7 Render links in file edit confirmation (#1970) 2025-11-13 01:23:01 +00:00
Rob Lourens bf7e1655db Prompt updates (#1968)
* Prompt tweak

* Prompt updates
2025-11-13 01:22:05 +00:00
Bhavya U f09b29e054 Add localization support for tool group reset and memory folder commands (#1966) 2025-11-13 00:12:32 +00:00
Josh Spicer 956b90bd76 cloud agent: Update body_suffix (#1961) 2025-11-13 00:12:07 +00:00
Bhavya U 69876a0d46 Refactor memory tool handling and simplify request parameters in AnthropicLMProvider (#1965) 2025-11-13 00:12:06 +00:00
19de05557b CCA update description (#1903)
* CCA update description

* Update src/extension/chatSessions/vscode-node/copilotCloudSessionsProvider.ts

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

* Update src/extension/chatSessions/vscode-node/copilotCloudSessionsProvider.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-11-12 21:27:29 +00:00
Logan Ramos 5712016024 Disable API heavy services in automation (#1959) 2025-11-12 17:51:53 +00:00
Megan Rogge e1ce5e412b get rid of task as any (#1953)
* try to get rid of as any

* figure out way
2025-11-12 17:08:58 +00:00
Johannes Rieken a3a3829ee3 remove temporal context experiment (#1957)
fixes https://github.com/microsoft/vscode-copilot/issues/17115
fixes https://github.com/microsoft/vscode-copilot/issues/12756
fixes https://github.com/microsoft/vscode-copilot/issues/11674
2025-11-12 16:52:08 +00:00
Christof Marti 0a44f0f332 Update engines version (#1956) 2025-11-12 16:32:23 +00:00
Johannes Rieken 4876d7e390 fixes https://github.com/microsoft/vscode/issues/276927 (#1955)
* fixes https://github.com/microsoft/vscode/issues/276927

* renames
2025-11-12 16:15:22 +00:00
Johannes Rieken 72dc56bdf3 Use cacheBreakpoint for inline chat prompt (#1954) 2025-11-12 16:15:07 +00:00
Ulugbek Abdullaev 3698b601b7 nes: long distance: update model name for the team (#1951) 2025-11-12 14:36:48 +00:00
Logan Ramos 16d7d48a75 Fix no explicit any (#1950) 2025-11-12 14:12:10 +00:00
Ulugbek Abdullaev a0664b55fd Go back to tsc instead of tsgo (#1949)
* Revert "use tsgo watcher (#1924)"

This reverts commit 38547d2d57.

* Revert "Use tsgo for type checking (#1906)"

This reverts commit 7149e3bf2a.
2025-11-12 13:25:05 +00:00
Ulugbek Abdullaev 7fbecee16e nes: debt: remove any use in NextEditProvider (#1948) 2025-11-12 12:58:57 +00:00
Ulugbek Abdullaev b1f76d35eb eslint blamer: fix: nicer rendering (#1947) 2025-11-12 11:57:22 +00:00
Don JayamanneandCopilot 704c3714cc Update Copilot CLI tool invocation (#1944)
* Updates

* Updates to Copilot CLI tool invocation

* updates

* Update src/extension/agents/copilotcli/common/copilotCLITools.ts

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

* Update src/extension/agents/copilotcli/common/copilotCLITools.ts

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

* Update src/extension/agents/copilotcli/common/copilotCLITools.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-12 10:51:24 +00:00
Alex Ross b40257ca51 Remove anys from githubAPI.ts (#1946)
* Remove anys from githubAPI.ts

* Remove from ignores
2025-11-12 10:47:21 +00:00
Benjamin Christopher Simmonds 7e482e6a49 Remove explicit any types and refine type definitions (#1945)
* no explicit any, well except when it's in the vscode API

* 💄
2025-11-12 10:33:34 +00:00
Ulugbek Abdullaev 2ecc1fbe54 chore: enable no-explicit-any (#1943) 2025-11-12 09:23:24 +00:00
Don Jayamanne 9d98c3945d Minor speed improvements in Copilot CLI (#1942)
* Avoid dispose Copilot CLI session after use

* oops

* updates
2025-11-12 06:02:10 +00:00
Don Jayamanne d0f16d6dc2 Remove zeromq and related unwanted notebook execution tests (#1941) 2025-11-12 04:31:49 +00:00
Logan Ramos f64f3bd75a Support custom fetcher for Microsoft telemetry (#1935)
* Support custom fetcher for Microsoft telemetry

* Fix package lock
2025-11-12 01:50:20 +00:00
Peng Lyu 4d9fe48c92 cli session deletion with worktree cleanup (#1938) 2025-11-12 00:55:51 +00:00
Rob Lourens 986bff7e30 Rearrange stuff to ensure that continuation requests don't add extra user messages to the prompt (#1937) 2025-11-12 00:06:02 +00:00
Rob Lourens 77a1670db0 Remove 'response rate' from log (#1936)
This isn't accurate. I think it should be based on (duration - ttfte) but we don't have that stat here
2025-11-11 23:16:35 +00:00
Christof MartiandCopilot 497c81944b Add INESProvider.updateTreatmentVariables() (#1932)
* Add INESProvider.updateTreatmentVariables()

* Update src/lib/node/chatLibMain.ts

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

* Dispose

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-11 22:07:33 +00:00
Christof Marti 896727389f Avoid build failure due to macos-13 deprecation (#1933) 2025-11-11 21:56:59 +00:00
Peng Lyu 7f3e55db79 proper worktree creation progress in session editor (#1930) 2025-11-11 20:52:25 +00:00
Ladislau Szomoru fe52c62a68 Copilot CLI - do not delete the worktree and session when changes are migrated (#1929) 2025-11-11 19:58:06 +00:00
Joel Verhagen 6ae5db80f5 Decouple server.json formatting from VS Code core (#1373)
* Move server.json prep to VS Code core

* Copy mapping, map to runtime configuration

* Add source notes and tests

* Move mapping code into nuget.ts

* Improve tests

* Pull latest, trim unused code

* Update commit hashes
2025-11-11 19:50:40 +00:00
Connor PeetandConnor Peet edb94a30a7 Cherry-pick MSRC 102702+103197 (#1926)
* Merge pull request #5 from devdiv-microsoft/release/msrc/103197

edits: avoid windows/ntfs path workarounds in edit guards

* edits: check files_added in patch for edit guards (#4)

Co-authored-by: Connor Peet <connor@peet.io>

---------

Co-authored-by: Connor Peet <connor@xbox.com>
2025-11-11 19:11:34 +00:00
Bryan Chen 1d87ecfe3e display folder instead of individual child files in get-errors result (#1866)
* getErrorsTool display folder instead of individual child files

* address copilot comments.

* Fix test failure

* updated per comments
2025-11-11 18:09:50 +00:00
Megan Rogge 38547d2d57 use tsgo watcher (#1924)
* use tsgo watcher

* tsgo-watch
2025-11-11 17:25:04 +00:00
Benjamin Christopher Simmonds 3d34bdc1b3 fully adopt service injections for completions (#1922) 2025-11-11 15:44:39 +00:00
Logan RamosandCopilot 488b0b71d6 Cleanup auto mode service (#1921)
* Cleanup auto mode service

* Update src/platform/endpoint/node/automodeService.ts

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

* Update src/platform/endpoint/node/automodeService.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-11 15:29:56 +00:00
Christof Marti 7945d35c06 Scrub error detail (#1920) 2025-11-11 15:19:43 +00:00