@vscode/chat-lib 0.46.2026042303 → 0.46.2026042305
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/package.json +2 -2
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.46.
|
|
5
|
+
"version": "0.46.2026042305",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -5040,7 +5040,7 @@
|
|
|
5040
5040
|
},
|
|
5041
5041
|
{
|
|
5042
5042
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
5043
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && sessions.hasPullRequest && sessions.hasOpenPullRequest",
|
|
5043
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && sessions.hasPullRequest && sessions.hasOpenPullRequest && (sessions.hasIncomingChanges || sessions.hasOutgoingChanges || sessions.hasUncommittedChanges)",
|
|
5044
5044
|
"group": "pull_request@1"
|
|
5045
5045
|
},
|
|
5046
5046
|
{
|
package/package.json
CHANGED