From 025f45e7aa4e8af199e1966481cc8db793984442 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 20 Oct 2025 21:54:15 +0200 Subject: [PATCH] eng - make it possible run OSS with chat development setup (#272268) * eng - make it possible run OSS with chat development setup * easy --- product.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/product.json b/product.json index a23473a4663..f088e15a772 100644 --- a/product.json +++ b/product.json @@ -82,5 +82,65 @@ "publisherDisplayName": "Microsoft" } } - ] + ], + "defaultChatAgent": { + "extensionId": "GitHub.copilot", + "chatExtensionId": "GitHub.copilot-chat", + "documentationUrl": "https://aka.ms/github-copilot-overview", + "termsStatementUrl": "https://aka.ms/github-copilot-terms-statement", + "privacyStatementUrl": "https://aka.ms/github-copilot-privacy-statement", + "skusDocumentationUrl": "https://aka.ms/github-copilot-plans", + "publicCodeMatchesUrl": "https://aka.ms/github-copilot-match-public-code", + "manageSettingsUrl": "https://aka.ms/github-copilot-settings", + "managePlanUrl": "https://aka.ms/github-copilot-manage-plan", + "manageOverageUrl": "https://aka.ms/github-copilot-manage-overage", + "upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan", + "signUpUrl": "https://aka.ms/github-sign-up", + "provider": { + "default": { + "id": "github", + "name": "GitHub" + }, + "enterprise": { + "id": "github-enterprise", + "name": "GHE.com" + }, + "google": { + "id": "google", + "name": "Google" + }, + "apple": { + "id": "apple", + "name": "Apple" + } + }, + "providerUriSetting": "github-enterprise.uri", + "providerScopes": [ + [ + "user:email" + ], + [ + "read:user" + ], + [ + "read:user", + "user:email", + "repo", + "workflow" + ] + ], + "entitlementUrl": "https://api.github.com/copilot_internal/user", + "entitlementSignupLimitedUrl": "https://api.github.com/copilot_internal/subscribe_limited_user", + "chatQuotaExceededContext": "github.copilot.chat.quotaExceeded", + "completionsQuotaExceededContext": "github.copilot.completions.quotaExceeded", + "walkthroughCommand": "github.copilot.open.walkthrough", + "completionsMenuCommand": "github.copilot.toggleStatusMenu", + "completionsRefreshTokenCommand": "github.copilot.signIn", + "chatRefreshTokenCommand": "github.copilot.refreshToken", + "generateCommitMessageCommand": "github.copilot.git.generateCommitMessage", + "resolveMergeConflictsCommand": "github.copilot.git.resolveMergeConflicts", + "completionsAdvancedSetting": "github.copilot.advanced", + "completionsEnablementSetting": "github.copilot.enable", + "nextEditSuggestionsSetting": "github.copilot.nextEditSuggestions.enabled" + } }