Skip to content

Commit f6c81fb

Browse files
chore: Configure defaultChatAgent for devspaces-copilot-chat-integration
Point extensionId and chatExtensionId to redhat.devspaces-copilot-chat-integration to prevent the chat setup flow from trying to install GitHub.copilot-chat which is not available in the Open VSX registry. Grant the extension trusted auth access for github and github-enterprise providers. Made-with: Cursor
1 parent 0aafbe8 commit f6c81fb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

code/product.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"itemUrl": "https://open-vsx.org/vscode/item"
111111
},
112112
"defaultChatAgent": {
113-
"extensionId": "GitHub.copilot",
114-
"chatExtensionId": "GitHub.copilot-chat",
113+
"extensionId": "redhat.devspaces-copilot-chat-integration",
114+
"chatExtensionId": "redhat.devspaces-copilot-chat-integration",
115115
"documentationUrl": "https://aka.ms/github-copilot-overview",
116116
"termsStatementUrl": "https://aka.ms/github-copilot-terms-statement",
117117
"privacyStatementUrl": "https://aka.ms/github-copilot-privacy-statement",
@@ -171,10 +171,12 @@
171171
},
172172
"trustedExtensionAuthAccess": {
173173
"github": [
174-
"GitHub.copilot-chat"
174+
"GitHub.copilot-chat",
175+
"redhat.devspaces-copilot-chat-integration"
175176
],
176177
"github-enterprise": [
177-
"GitHub.copilot-chat"
178+
"GitHub.copilot-chat",
179+
"redhat.devspaces-copilot-chat-integration"
178180
]
179181
}
180182
}

0 commit comments

Comments
 (0)