Skip to content

Commit 040f821

Browse files
authored
Update coding agent configuration (#8037)
1 parent f1194f7 commit 040f821

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
@@ -75,7 +75,7 @@
7575
"name": "copilot",
7676
"displayName": "GitHub Copilot coding agent",
7777
"description": "Delegate tasks to the GitHub Copilot coding agent. The agent works asynchronously to implement changes, iterates via chat, and can create or update pull requests as needed.",
78-
"when": "config.chat.agentSessionsViewLocation && config.chat.agentSessionsViewLocation != 'disabled' && !config.github.copilot.chat.advanced.copilotCodingAgent.enabled",
78+
"when": "config.chat.agentSessionsViewLocation && config.chat.agentSessionsViewLocation != 'disabled' && config.github.copilot.chat.advanced.copilotCodingAgentV0.enabled",
7979
"capabilities": {
8080
"supportsFileAttachments": true
8181
}
@@ -88,7 +88,7 @@
8888
"displayName": "GitHub Copilot coding agent",
8989
"description": "Copilot coding agent is a remote, autonomous software development agent. Developers delegate tasks to the agent, which iterates on pull requests based on feedback and reviews.",
9090
"followUpRegex": "open-pull-request-webview.*((%7B.*?%7D)|(\\{.*?\\}))",
91-
"when": "config.githubPullRequests.codingAgent.enabled && config.githubPullRequests.codingAgent.uiIntegration && copilotCodingAgentAssignable && !config.github.copilot.chat.advanced.copilotCodingAgent.enabled"
91+
"when": "config.githubPullRequests.codingAgent.enabled && config.githubPullRequests.codingAgent.uiIntegration && copilotCodingAgentAssignable && config.github.copilot.chat.advanced.copilotCodingAgentV0.enabled"
9292
}
9393
],
9494
"chatParticipants": [

0 commit comments

Comments
 (0)