[docs] Update documentation for features from 2026-03-12#20632
Merged
Conversation
- Add add-wizard command to CLI reference with --skip-secret flag (#20598) - Document that Codex web-search is disabled by default (#20607) - Clarify that draft is a configuration policy in create-pull-request (#20608) - Document compile-time warnings for push-to-pull-request-branch with target: "*" (#20580) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Mar 12, 2026
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 - 2026-03-12
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
--skip-secretflag foradd-wizard(from Add--skip-secretflag toadd-wizardto bypass API key prompt #20598)web-searchdisabled by default unless explicitly configured (from Disable Codex web search by default; enable only whenweb-searchtool is configured #20607)draftfield is an enforced policy increate-pull-request, not overridable by agent (from fix: enforcedraftas policy increate-pull-request, not agent-overridable fallback #20608)push-to-pull-request-branchwithtarget: "*"(from Add compile-time warnings for push-to-pull-request-branch with target: "*" #20580)Changes Made
docs/src/content/docs/setup/cli.mdto addadd-wizardcommand entry (with--skip-secretflag) to both the summary table and the Getting Workflows sectiondocs/src/content/docs/guides/packaging-imports.mdto document--skip-secretflag usagedocs/src/content/docs/reference/tools.mdto note that Codexweb-searchis disabled by defaultdocs/src/content/docs/reference/safe-outputs-pull-requests.mdto clarifydraftas a configuration policy and to document new compile-time warnings forpush-to-pull-request-branchwithtarget: "*"Merged PRs Referenced
--skip-secretflag toadd-wizardto bypass API key prompt #20598 - Add--skip-secretflag toadd-wizardto bypass API key promptweb-searchtool is configured #20607 - Disable Codex web search by default; enable only whenweb-searchtool is configureddraftas policy increate-pull-request, not agent-overridable fallback #20608 - fix: enforcedraftas policy increate-pull-request, not agent-overridable fallbackNotes
allowed-filesis an exclusive allowlist, not an additive exception list #20606, docs: add READ-ONLY caution to MCP Scripts reference #20600, [docs] docs: remove bloat from custom-safe-outputs reference page #20612 already contained documentation changes and were not duplicated here