Commit Graph
18 Commits
Author SHA1 Message Date
Don Jayamanne 554a6adfaa Update CLI tests to test terminal commands (#2473)
* Use fs.mkdir with recursive option instead of IFileSystem.createDirectory to account for dir already existing

* Update CLI tests to test terminal commands

* Fixes

* Updates

* More fixes
2025-12-23 08:45:45 +00:00
Don Jayamanne c3083d8402 Give preference to paths in WorkTree (#2542)
* Give preference to paths in WorkTree as opposed to workspace

* fix tests
2025-12-11 22:55:49 +00:00
Matt Bierner 3c8134184b Enable no-unexternalized-strings in repo (#2448)
Enables the same `no-unexternalized-strings` with have in `vscode` in this repo. This make sure we have a more consistent style across repos and when generating edits
2025-12-05 18:45:12 +00:00
Don Jayamanne e03ab5c0f8 Support image attachments in Copilot CLI (#2270)
* Support image attachments in Copilot CLI

* Fix tests
2025-11-30 05:23:51 +00:00
Don Jayamanne aa2b9761fb Exclude incorrect workspace chat ref vars for Copilot CLI (#2254) 2025-11-28 06:17:34 +00:00
Don JayamanneandCopilot 009c68c9cf When delegating to Copilot CLI do not open chat editor (#2232)
* When delegating to Copilot CLI do not open chat editor

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

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

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

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

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

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

* Address code review

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-27 00:16:11 +00:00
Don Jayamanne 69064c944d Restore edits for background sessions (#2180) 2025-11-26 12:29:49 +00:00
Don Jayamanne 369b888d45 Support Custom Agents in Copilot CLI (#2200)
* Support Custom Agents in Copilot CLI

* address comments

* Updates

* skip stests
2025-11-26 05:17:45 +00:00
Don Jayamanne 14d8804d99 Move Copilot CLI working directory compulation into common layer and change to URI (#2197) 2025-11-25 23:26:34 +00:00
Don Jayamanne f9a5fd886a Attach untitled files to Copilot CLI (#2185) 2025-11-25 11:53:14 +00:00
Don JayamanneandCopilot 288f24700a Update @github/copilot and add more stests (#2123)
* Update @github/copilot and add more stests

* Updates

* Fixes

* Add more tests

* Fix tests

* Account for new binaries in SDK.

* skip stests

* Update test/e2e/cli.stest.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-24 00:53:41 +00:00
Don Jayamanne c51596fab7 Support cacheable Github Copilot CLI stests (#2101)
* Add cacheable stests for Copilot CLI

* Support cacheable Github Copilot CLI stests

* Fix tests

* Fixes

* Fixes
2025-11-20 10:16:04 +00:00
Don Jayamanne 180901c825 Copy ripgrep files for copilot CLI (#2037)
* Copy ripgrep files for copilot CLI

* Fix path
2025-11-17 05:51:47 +00:00
Don Jayamanne 07a3e71f76 Update @github/copilot to 0.0.336 (#1992)
* fix: export UnknownToolCall type and update its usage in CopilotCLISession

* Update @github/copilot to 0.0.336

* Updates
2025-11-13 21:25:51 +00:00
Don Jayamanne ed46cfe7d0 Ensure Copilot CLI session handling is consistent (#1908) 2025-11-11 05:56:12 +00:00
Don Jayamanne ecbc197955 Remove Copilot CLI Session Options (#1894)
* Remove Copilot CLI Session Options

* Fix tests

* Fix tests

* Updates

* Fix tests

* Dispose unwanted readonly sessions
2025-11-10 12:51:32 +00:00
Ladislau Szomoru 69be7776e1 Copilot CLI - publish statistics for session using git worktree (#1874)
* Copilot CLI - publish statistics for session using git worktree

* Refactor things to stage changes

* Fix test

* Pull request feedback

* Fix test

* Another attempt to fix tests
2025-11-10 06:34:43 +00:00
Don Jayamanne ee252003d6 Copilot CLI integration stests (#1889) 2025-11-10 05:20:38 +00:00