You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. #16498 β Provider-based authentication for Claude, Copilot, Codex (open since Feb 2026)
Labels:documentation, enhancement, security, cli
COPILOT_PROVIDER_* BYOK variables are fully implemented in CLI 1.0.32 (confirmed by #27143 today) but remain undocumented in user-facing docs. Zero occurrences of COPILOT_PROVIDER found anywhere in docs/.
Variables now available in CLI 1.0.32 that need documenting:
Variable
Purpose
COPILOT_PROVIDER_BASE_URL
API endpoint for custom model provider
COPILOT_PROVIDER_TYPE
Provider type: openai / azure / anthropic
COPILOT_PROVIDER_API_KEY
API key for custom provider
COPILOT_PROVIDER_BEARER_TOKEN
Bearer token for custom provider
COPILOT_PROVIDER_WIRE_API
API format: completions / responses
COPILOT_PROVIDER_MODEL_ID
Well-known model ID for agent config
COPILOT_PROVIDER_MAX_PROMPT_TOKENS
Max prompt tokens for BYOK model
COPILOT_PROVIDER_MAX_OUTPUT_TOKENS
Max output tokens for BYOK model
Relevant docs:reference/auth.mdx, reference/engines.md, reference/environment-variables.md Status: β Critical gap β BYOK is now fully shipped but completely undocumented. Open 2 months.
2. #20391 β Blog posts point to stale v0.45.5 install links (open since March 2026)
Labels:documentation, automation, workflows
115 occurrences of v0.45.5 found in the docs repo. Latest release is v0.68.3. Example stale link:
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-doc-updater.md
Affects ~18 "Meet the Workflows" blog posts. No link-update automation exists.
Status: β Ongoing β 115 stale links in blog posts; gap has been open 6 weeks.
3. #25383 β Add Playwright smoke test for editor playground in docs CI (open since April 8)
Labels:enhancement
The /editor/ playground broke silently once before due to CDN version drift. No Playwright test covers it; docs CI builds but never runs npm run test. Risk of silent regression remains.
Relevant docs: Testing infrastructure only β no doc content to fix. Status: β Open β no editor smoke test wired into docs CI.
β Issues Where Documentation Now Has the Answer
#22001 β Add WorkQueueOps and BatchOps doc pages (open since March 20)
Labels:documentation
Both pages were created on April 18 (commit f7e3992):
Copilot CLI jumped 11 versions (1.0.21 β 1.0.32). Beyond the COPILOT_PROVIDER_* BYOK variables (tracked in #16498), the following new features also have no docs coverage:
--add-github-mcp-tool / --add-github-mcp-toolset β granular GitHub MCP server tool control. Relevant to reference/tools.md and reference/gh-aw-as-mcp-server.md.
hooks config key β inline hook definitions by event. New concept not mentioned anywhere.
COPILOT_OFFLINE β offline mode env var. May be relevant to sandbox docs.
13 new model catalog entries (claude-opus-4.6/4.7, gpt-5.x series). reference/engines.md model list may be stale.
Status: π Documentation review needed for 1.0.32 feature set.
#27157 β Issue Monster: assign_to_agent field name bug (filed today)
Labels:automation, agentic-workflows
The issue-monster workflow emits issue-number (hyphen) but the schema requires issue_number (underscore), causing all agent assignments to fail silently. This is a workflow prompt bug, not a documentation bug β the spec at reference/safe-outputs-specification.md and safe_outputs_tools.json correctly use issue_number. However:
Documentation note: The assign_to_agent section in the spec (line 3061) lacks an explicit field schema table showing required fields. Adding issue_number / pull_number to a fields table would prevent this class of error.
Status: π Workflow fix in progress; minor spec improvement opportunity.
Daily status report on documentation quality for the gh-aw project, cross-referenced against open issues.
π What Changed Since April 18
workqueue-ops.md+batch-ops.mdadded (Apr 18, commitf7e3992): Both WorkQueueOps and BatchOps pattern pages are now live β resolves Add WorkQueueOps and BatchOps doc pages under design patternsΒ #22001.pkg/constantsspec drift fixed (issue Specification Audit β 2026-04-18 β 1 issue found: API drift inpkg/constantsΒ #27110, closed Apr 19): All 6 undocumented exported constants inpkg/constants/README.mdpatched by pelikhan.COPILOT_PROVIDER_*BYOK env vars,--add-github-mcp-tool/toolset, hooks system, and 13 new model catalog entries β docs not yet updated.π Open Documentation Issues
1. #16498 β Provider-based authentication for Claude, Copilot, Codex (open since Feb 2026)
Labels:
documentation,enhancement,security,cliCOPILOT_PROVIDER_*BYOK variables are fully implemented in CLI 1.0.32 (confirmed by #27143 today) but remain undocumented in user-facing docs. Zero occurrences ofCOPILOT_PROVIDERfound anywhere indocs/.Variables now available in CLI 1.0.32 that need documenting:
COPILOT_PROVIDER_BASE_URLCOPILOT_PROVIDER_TYPEopenai/azure/anthropicCOPILOT_PROVIDER_API_KEYCOPILOT_PROVIDER_BEARER_TOKENCOPILOT_PROVIDER_WIRE_APIcompletions/responsesCOPILOT_PROVIDER_MODEL_IDCOPILOT_PROVIDER_MAX_PROMPT_TOKENSCOPILOT_PROVIDER_MAX_OUTPUT_TOKENSRelevant docs:
reference/auth.mdx,reference/engines.md,reference/environment-variables.mdStatus: β Critical gap β BYOK is now fully shipped but completely undocumented. Open 2 months.
2. #20391 β Blog posts point to stale
v0.45.5install links (open since March 2026)Labels:
documentation,automation,workflows115 occurrences of
v0.45.5found in the docs repo. Latest release isv0.68.3. Example stale link:Affects ~18 "Meet the Workflows" blog posts. No link-update automation exists.
Status: β Ongoing β 115 stale links in blog posts; gap has been open 6 weeks.
3. #25383 β Add Playwright smoke test for editor playground in docs CI (open since April 8)
Labels:
enhancementThe
/editor/playground broke silently once before due to CDN version drift. No Playwright test covers it; docs CI builds but never runsnpm run test. Risk of silent regression remains.Relevant docs: Testing infrastructure only β no doc content to fix.
Status: β Open β no editor smoke test wired into docs CI.
β Issues Where Documentation Now Has the Answer
#22001 β Add WorkQueueOps and BatchOps doc pages (open since March 20)
Labels:
documentationBoth pages were created on April 18 (commit
f7e3992):/patterns/workqueue-ops/β 4 queue strategies (issue checklist, sub-issues, cache-memory, discussions)/patterns/batch-ops/β chunked processing, matrix fan-out, rate-limit-aware batchingRecommendation: This issue can be closed with a pointer to the new pattern pages.
π New Issues With Documentation Implications
#27143 β Copilot CLI 1.0.32 (filed today)
Labels:
automation,dependenciesCopilot CLI jumped 11 versions (1.0.21 β 1.0.32). Beyond the
COPILOT_PROVIDER_*BYOK variables (tracked in #16498), the following new features also have no docs coverage:--add-github-mcp-tool/--add-github-mcp-toolsetβ granular GitHub MCP server tool control. Relevant toreference/tools.mdandreference/gh-aw-as-mcp-server.md.hooksconfig key β inline hook definitions by event. New concept not mentioned anywhere.COPILOT_OFFLINEβ offline mode env var. May be relevant to sandbox docs.reference/engines.mdmodel list may be stale.Status: π Documentation review needed for 1.0.32 feature set.
#27157 β Issue Monster:
assign_to_agentfield name bug (filed today)Labels:
automation,agentic-workflowsThe
issue-monsterworkflow emitsissue-number(hyphen) but the schema requiresissue_number(underscore), causing all agent assignments to fail silently. This is a workflow prompt bug, not a documentation bug β the spec atreference/safe-outputs-specification.mdandsafe_outputs_tools.jsoncorrectly useissue_number. However:Documentation note: The
assign_to_agentsection in the spec (line 3061) lacks an explicit field schema table showing required fields. Addingissue_number/pull_numberto a fields table would prevent this class of error.Status: π Workflow fix in progress; minor spec improvement opportunity.
π Summary Table
COPILOT_PROVIDER_*toreference/auth.mdx+engines.mdv0.45.5blog linkspatterns/workqueue-ops,patterns/batch-opsassign_to_agentspec entryReport generated 2026-04-19 Β· workflow run
Note
π Integrity filter blocked 17 items
The following items were blocked because they don't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: