Enable BYOK Copilot by default with explicit false opt-out#26962
Closed
Enable BYOK Copilot by default with explicit false opt-out#26962
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/ce873ccd-d6b9-49fd-a9d9-d22a55c3ac16 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 17, 2026 23:54
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enable
byok-copilotby default and allow disabling it explicitly withfeatures.byok-copilot: false.Changes
isFeatureEnabledto treatbyok-copilotas enabled by default when not explicitly set.false(including case-insensitive feature key matching already supported by existing logic).cli-proxyimplications under default-on BYOK/home/runner/work/gh-aw/gh-aw/docs/src/content/docs/reference/frontmatter.md/home/runner/work/gh-aw/gh-aw/docs/src/content/docs/reference/glossary.mdValidation
go test -v -run 'TestIsFeatureEnabled|TestCopilotInstallerByokFeatureUsesLatestVersion|TestCopilotFallbackModelMapsToNativeEnvVar|TestCopilotEngineByokFeatureSetsDummyAPIKey|TestBuildAWFArgsCLIProxy' ./pkg/workflow/go test -v -run 'TestCopilot' ./pkg/workflow/go test -v -run 'TestCopilotGitHubRemotePersonalAccessTokenExport|TestCopilotDetectionDefaultModel' ./pkg/workflow/make agent-finishbefore commit; existing unrelated timeout persists inpkg/clitest suite (FAIL github.com/github/gh-aw/pkg/cli 600s) consistent with baseline run.parallel_validation: