Commit Graph

27 Commits

Author SHA1 Message Date
Benjamin Pasero
e6aeab6051 debt - removal of old agent sessions views and co (#282712) 2025-12-11 14:02:11 +00:00
Josh Spicer
e605ba270d Context key to support when no canDelegate providers available (#282105)
* Context key to support when no canDelegate providers available (https://github.com/microsoft/vscode-copilot-chat/pull/2500)

* linting
2025-12-09 03:00:33 +00:00
Josh Spicer
98744bb43d add back continueIn header (#281654)
add back continueIn header (https://github.com/microsoft/vscode/issues/281157)
2025-12-08 06:13:52 +01:00
Copilot
ac4f17b765 Hide ContinueChatInSessionAction when ChatEditingEditorContent is shown (#281381)
* Initial plan

* Hide ContinueChatInSessionAction when showing ChatEditingEditorContent overlay

Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
2025-12-05 01:43:14 +00:00
Don Jayamanne
5c3701ce4f Use model information from active widget when delegating (#281082)
* Use model information from active widget when delegating

* Update src/vs/workbench/contrib/chat/browser/actions/chatContinueInAction.ts

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-03 23:28:03 +00:00
Josh Spicer
683ba6378f fix assumptions with chat.exitAfterDelegation and chats in the sidebar (#281039) 2025-12-03 19:44:45 +00:00
Copilot
e7c75be005 Generically exit sidebar chat after delegating (#280384)
* Initial plan

* Add delegation event to exit panel chat when chatSessions API delegates to new session

Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>

* Fix: Store viewModel reference to avoid potential null reference during delegation exit

Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>

* fix

* tidy

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
2025-12-01 16:39:42 -08:00
Don Jayamanne
8c80103748 Update prompt instructions for chat contributions when running prompt files (#279847) 2025-11-28 08:05:25 +00:00
Josh Spicer
20520e8863 clear parent widget after continue on (#279651) 2025-11-26 20:15:20 +00:00
Don Jayamanne
5191ea5a5d Open a single chat editor for the right contribution (#279449) 2025-11-25 13:15:14 -08:00
Josh Spicer
cf7f57448b shortcut to open untitled editor (#279440) 2025-11-25 20:42:30 +00:00
Josh Spicer
baefac95dd Change Delegate to --> Continue in (#279386)
change Delegate to --> Continue in
2025-11-25 16:20:22 +00:00
Don Jayamanne
4f321d9ee8 Use toPromptFileVariableEntry to create prompt file variable (#279334)
* Use toPromptFileVariableEntry to create prompt file variable

* Use toPromptFileVariableEntry to create prompt file variable
2025-11-25 12:56:32 +01:00
Benjamin Pasero
d67db18d24 chat - add category to "Continue Chat in" dropdown (#278959) 2025-11-24 05:40:26 +00:00
Josh Spicer
cc7cded369 cloud agent fix attaching uri to context (#278905) 2025-11-21 18:54:21 -08:00
Josh Spicer
ab2f720670 use h() in chatContinueInAction (#278881)
use h()
2025-11-22 01:15:36 +00:00
Josh Spicer
6daa8fa48f Add delegate button on untitled prompt files (#278811)
* prototype

* add location

* add in known issue as cast for some reason

* tidy
2025-11-21 21:47:42 +00:00
Josh Spicer
5e820f14c2 Add 'Learn More' button to 'Continue Chat In...' menu (#278620)
add Learn More button to Continue Chat In menu
2025-11-20 09:45:07 -08:00
Connor Peet
9cf56d4ac7 chat: reduce mutability in ichatmodel (#278239)
refs https://github.com/microsoft/vscode/issues/277318
2025-11-19 11:11:47 -08:00
Benjamin Pasero
614b50dc15 agent sessions - adopt new icon to forward (#278330) 2025-11-19 11:51:09 +00:00
Josh Spicer
570f7da3b5 remove dead summarization code (#278255) 2025-11-19 02:50:08 +00:00
Benjamin Pasero
74d9f96994 chat - render description for continue in picker (#278145) 2025-11-18 17:10:39 +00:00
Benjamin Pasero
8f1ea102fe agent sessions - add a view filter action to filter by provider type (#278021)
* agent sessions - add a view filter action to filter by provider type

* Update src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsViewFilter.ts

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

* feedback

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-18 10:00:18 +01:00
Benjamin Pasero
05543dc7a3 agent sessions - offer setup for OOTB for continue actions (#277991) 2025-11-17 21:32:51 -08:00
Josh Spicer
38be0a850a clean up original cloud button implementation (#277925) 2025-11-17 19:26:06 +00:00
Benjamin Pasero
6ced22dd1c chat - different icon for continue in dropdown (#277738) 2025-11-16 21:26:53 +01:00
Benjamin Pasero
4161d6ee7f chat - implement continue in dropdown (#277704) 2025-11-17 00:40:23 +09:00