[docs] Update engines.md with Copilot BYOK provider env vars#27169
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
[docs] Update engines.md with Copilot BYOK provider env vars#27169github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
…r Copilot CLI 1.0.32+ Add a new 'Copilot BYOK Provider Configuration' subsection to the engine environment variables reference, documenting all eight COPILOT_PROVIDER_* env vars introduced in Copilot CLI 1.0.32. Includes an Anthropic provider example showing how byok-copilot: true integrates with engine.env and network.allowed. Closes #16498 (partial — COPILOT_PROVIDER_* BYOK env vars now documented) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
👋 Great to see the Daily Documentation Updater keeping things current — adding the One thing to flag: even for docs-only changes, the contributing guidelines call for If
|
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.
Documentation Updates — April 19, 2026
This PR updates
reference/engines.mdwith theCOPILOT_PROVIDER_*environment variable documentation that has been missing since Copilot CLI 1.0.32 shipped BYOK support.Features Documented
COPILOT_PROVIDER_*env vars) — all 8 variables introduced in Copilot CLI 1.0.32 that configure an external model provider when usingfeatures.byok-copilot: true(from open issue Provider-based authentication for Claude, Copilot, Codex. #16498)📝 Detailed Changes & References
Changes Made
#### Copilot BYOK Provider Configurationsubsection todocs/src/content/docs/reference/engines.mdunder the existing "Engine Environment Variables → Custom API Endpoints via Environment Variables" sectionCOPILOT_PROVIDER_*variables in a reference tablefeatures.byok-copilot: true,engine.env, andnetwork.allowedworking togetherMerged PRs Referenced
Why
auth.mdxwas not updateddocs/src/content/docs/reference/auth.mdxhasdisable-agentic-editing: truein its frontmatter, indicating this file should not be modified by agents.Skipped Issues
--add-github-mcp-tool*Notes
COPILOT_PROVIDER_*variable list is sourced from the Daily Documentation Quality Report (issue [Daily Report] Documentation Quality Report — April 19, 2026 #27164) which confirmed these variables against Copilot CLI 1.0.32 (issue [ca] CLI Version Updates: Claude Code 2.1.114, Copilot CLI 1.0.32 #27143). The variables are not present in this repo's source (they are consumed by the Copilot CLI binary directly), which is why they required a doc-only addition.