Skip to content

docs(knowledge): refresh ai/agents/codex-cli (2026-05-11)#220

Open
ozzy-3 wants to merge 1 commit into
mainfrom
docs/staleness-ai-agents-codex-cli-20260511
Open

docs(knowledge): refresh ai/agents/codex-cli (2026-05-11)#220
ozzy-3 wants to merge 1 commit into
mainfrom
docs/staleness-ai-agents-codex-cli-20260511

Conversation

@ozzy-3
Copy link
Copy Markdown
Contributor

@ozzy-3 ozzy-3 commented May 11, 2026

Summary (staleness routine: daily, confidence=high)

Codex CLI 公式ドキュメント (developers.openai.com/codex/*) と現行リリースを再確認した結果、以下 3 点の事実誤りを発見したため修正。

Changes

  1. approval_policy の値が誤り: "Suggest" / "Auto Edit" / "Full Auto" は config-reference に存在しない。実際の有効値は untrusted / on-request(デフォルト)/ never / { granular = { ... } }on-failure は deprecated。設定例・本文表・サンドボックス節の --full-auto 置換案をすべて訂正。
  2. --full-auto の置換案も誤り: v0.128.0 以降は警告付き残存。--sandbox workspace-write + --ask-for-approval never、もしくは approval_policy = "never" + sandbox_mode = "workspace-write" の組合せが正解。
  3. gpt-5.5 の利用条件が誤り: 「ChatGPT サインイン経由でのみ利用可能」は誤り。OpenAI API でも gpt-5.5(2026-04-24 提供開始)として利用可能。
  4. reviewed: 2026-05-10 → 2026-05-11

Sources 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 update skill (Routines: knowledge-staleness-daily).
Confidence: high — factual delta confirmed against the canonical Codex docs.


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant