Commit Graph

8 Commits

Author SHA1 Message Date
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