docs(knowledge): refresh ai/agents/codex-cli (2026-05-11)#220
Open
ozzy-3 wants to merge 1 commit into
Open
Conversation
This was referenced May 29, 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.
Summary (staleness routine: daily, confidence=high)
Codex CLI 公式ドキュメント (
developers.openai.com/codex/*) と現行リリースを再確認した結果、以下 3 点の事実誤りを発見したため修正。Changes
approval_policyの値が誤り:"Suggest" / "Auto Edit" / "Full Auto"は config-reference に存在しない。実際の有効値はuntrusted/on-request(デフォルト)/never/{ granular = { ... } }。on-failureは deprecated。設定例・本文表・サンドボックス節の--full-auto置換案をすべて訂正。--full-autoの置換案も誤り: v0.128.0 以降は警告付き残存。--sandbox workspace-write+--ask-for-approval never、もしくはapproval_policy = "never"+sandbox_mode = "workspace-write"の組合せが正解。gpt-5.5の利用条件が誤り: 「ChatGPT サインイン経由でのみ利用可能」は誤り。OpenAI API でもgpt-5.5(2026-04-24 提供開始)として利用可能。reviewed: 2026-05-10 → 2026-05-11Sources consulted
Fetch failures (warnings)
https://api.github.com/repos/openai/codex/releases?per_page=5→ HTTP 403(gh CLI 未認証)。developers.openai.com/codex/changelogで代替確認済み。https://raw.githubusercontent.com/openai/codex/HEAD/CHANGELOG.md→ WebFetch がリリースページへのリンクのみ返却。同上で代替確認済み。This PR was authored by the
updateskill (Routines: knowledge-staleness-daily).Confidence: high — factual delta confirmed against the canonical Codex docs.
Generated by Claude Code