Commit Graph

10 Commits

Author SHA1 Message Date
Johannes Rieken 02d7754061 * drive inline chat feedback telemetry from CopilotInteractiveEditorResponse (#2435)
* `CopilotInteractiveEditorResponse.kind` is always 'ok' -> remove it

fixes https://github.com/microsoft/vscode/issues/280959
2025-12-05 13:26:45 +00:00
Johannes Rieken fcbff5831a InlineChatIntent (#1549)
* remove references to old setting `github.copilot.chat.advanced.inlineChat2`

* play with `InlineChatIntent`

* wip

* move things, better/simpler prompt

* cleanup, renames, stuff

* more wip

* done after tool call

* edit and generate stest for new InlineChatIntent

* use codebook for diagnostics

* inline chat fixing stests

* stest run

* remove old Inline2 tests

* remove slash commands for v2, remove the editCodeIntent path for v2

* 💄

* 💄

* Don't use `diagnosticsTimeout` when with inline chat because the new diagnostics will never be read but slow down the result

* fix compile error

* stest run

* update baseline

* prevent some JSON errors from empty output

* unfresh baseline.json

* use `MockGithubAvailableEmbeddingTypesService` in stests

* back to hamfisted skipping of stests

* send telemetry from inline chat intent

* tweak some stests
2025-10-29 10:44:00 +00:00
Rob Lourens 61325a7d80 Adopt isSubAgent tool call hint (#1173)
See microsoft/vscode#266588
2025-09-27 04:51:14 +00:00
Matt Bierner bf8ec6c11d Explicitly dispose of the SimulationWorkspace (#929)
Looking into why this is being retained as well during testing but hopefully this reduces the memory usage
2025-09-06 05:03:08 +00:00
Alexandru Dima b7795e5434 Disallow importing straight from /extHostTypes/ and avoid instanceof check in ExtHostDocumentData (#878)
* Disallow importing straight from /extHostTypes/ and avoid instanceof check in ExtHostDocumentData

* Relax MarkdownString

* Undo most of the changes
2025-09-02 20:36:51 +00:00
Alexandru Dima 8956a62b06 Reuse more code from vscode (#836) 2025-08-29 16:30:23 +00:00
Alexandru Dima 6ddc031f00 Reduce code in /shims/ and rely on code coming in from vscode (#784)
* Reduce code in /shims/ and rely on code coming in from vscode

* update snapshots as a consequence of using MarkdownString from vscode
2025-08-29 14:10:37 +00:00
Don Jayamanne 1a94dd33d4 Provide notebook contents on creation (#766)
* Provide contents of notebooks when notebook is created using create file

* Update baseline
2025-08-26 06:36:43 +00:00
Rob Lourens 342c148cad Merge pull request #331 from jwangxx/retry-content-filtered-messages-and-clear-stream (#435)
If chat completion encounters content filtered error, attempt to retry in a way that avoids the filter, using new clear() method to clear the ChatResponseStream
2025-08-04 00:37:46 +00:00
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00