Skip to content

Commit 27651fe

Browse files
committed
contribute chat/multiDiff/context to chatSessionType == copilot-cloud-agent
1 parent 9cc68f7 commit 27651fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3551,11 +3551,11 @@
35513551
"chat/multiDiff/context": [
35523552
{
35533553
"command": "pr.checkoutFromDescription",
3554-
"when": "chatSessionType == copilot-swe-agent"
3554+
"when": "chatSessionType == copilot-swe-agent || chatSessionType == 'copilot-cloud-agent'"
35553555
},
35563556
{
35573557
"command": "pr.applyChangesFromDescription",
3558-
"when": "chatSessionType == copilot-swe-agent"
3558+
"when": "chatSessionType == copilot-swe-agent || chatSessionType == 'copilot-cloud-agent'"
35593559
}
35603560
]
35613561
},

0 commit comments

Comments
 (0)