[docs] Update documentation for features from 2026-04-16#26605
Merged
Conversation
…ment object form - Add byok-copilot feature flag subsection to frontmatter.md (from #26544: bundles cli-proxy, COPILOT_API_KEY injection, and latest Copilot CLI install behind a single flag) - Update all github-app examples to use client-id (preferred) instead of app-id (deprecated alias) across auth.mdx, checkout.md, faq.md, imports.md, safe-outputs.md, safe-outputs-pull-requests.md, tokens.md, triggers.md, and glossary.md (from #26551: run gh aw fix to auto-migrate) - Add object-form documentation for status-comment in triggers.md, with issues/pull-requests/discussions toggle fields (from #26535) - Update status-comment description in frontmatter.md to mention object form Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 16, 2026
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
byok-copilotfeature flag for Copilot offline BYOK mode (from Addbyok-copilotfeature flag for Copilot offline BYOK mode wiring and bump default firewall to v0.25.21 #26544)github-app.client-idmigration away from deprecatedapp-id(from Migrate GitHub App token input toclient-id, add schema-level compatibility, and provide codemod migration #26551)status-commentobject form withissues/pull-requests/discussionstoggles (from Scope activation-job permissions to actual trigger events and add status-comment discussions/issues/pull-requests toggles #26535)📝 Detailed Changes & References
Changes Made
docs/src/content/docs/reference/frontmatter.md: Added dedicatedbyok-copilotsubsection underfeatures:documenting the single-flag BYOK mode composition. Updatedstatus-comment:field description to mention the new object form.docs/src/content/docs/reference/triggers.md: Added object-form section forstatus-commentwithissues,pull-requests, anddiscussionstoggle fields and a reference table. Updated allgithub-appexamples to useclient-id.docs/src/content/docs/reference/checkout.md: Updatedgithub-appexample and configuration table to useclient-idas preferred field with deprecation note forapp-id.docs/src/content/docs/reference/glossary.md: UpdatedGitHub Appdefinition to mentionclient-idas preferred andapp-idas deprecated alias, with codemod migration note.docs/src/content/docs/reference/auth.mdx: Updated bothgithub-appexamples (tools.github and safe-outputs) to useclient-id.docs/src/content/docs/reference/faq.md,tokens.md,imports.md,safe-outputs.md,safe-outputs-pull-requests.md: Updatedgithub-appexamples to useclient-id.Merged PRs Referenced
byok-copilotfeature flag for Copilot offline BYOK mode wiring and bump default firewall to v0.25.21 #26544 — Addbyok-copilotfeature flag for Copilot offline BYOK mode wiringclient-id, add schema-level compatibility, and provide codemod migration #26551 — Migrate GitHub App token input toclient-id, add schema-level compatibility, and provide codemod migrationSkipped Issues
patterns/workqueue-ops.mdandpatterns/batch-ops.md— issue can be closed by maintainers.Notes
The
client-idmigration leavesfrontmatter-full.mdandsafe-outputs-specification.mdunchanged — these are schema-derived specification files. The JSON schema was already updated by #26551. Rungh aw fixto automatically migrate existing workflow files fromapp-idtoclient-id.