Codex Changelog公式発表·2026年7月10日 00:59·約8分
rust-v0.144.0
新しい機能
- 使用制限のリセットクレジットに、その種類と有効期限が表示されるようになり、どのクレジットを償還するかを選択できるようになりました。(#30488)
- 宣言された読み取り専用アクションを許可しつつ、書き込み時にプロンプトを表示する
writesアプリ承認モードを追加しました。(#30482) - MCP ツールは、実験的なオプトインなしで対話的に認証を要求できるようになりました。(#28772)
- アプリサーバーホストは、ランタイム時に Codex 認証を提供し、ログイン成功時にホストされたページにリダイレクトできます。(#28745, #31274)
- グローバルな pnunen インストールが検出されるようになり、診断と更新で正しいパッケージマネージャーが使用されます。(#31503)
- Ultra 推論を選択すると、高並列マルチエージェント処理により利用量が急増する可能性がある場合に警告が表示されます。(#31621)
バグ修正
- ChatGPT スレッドの再開時に、コンパクションが廃止されたモデルを参照している場合でも、現在選択されているモデルで再試行することで回復できるようになりました。(#30319)
- Intel 製 Mac のリリースバイナリにおける Code Mode のクラッシュを修正しました。(#30953)
- Windows サンドボックスセッションでは、書き込み可能なルート内のファイルの削除や、管理されたプライマリランタイムへのアクセスが可能になりました。(#31138, #31574)
- 貼り付けられたターミナル制御シーケンスが TUI レンダリングや再開した会話履歴を破損することがなくなりました。(#31494)
- 長時間実行されるアプリセッションでは、ホストされた
codex_appsコネクタの期限切れ認証が自動的に更新されます。(#31486) - レスポンス WebSockets は、システムプロキシとカスタム証明機関を尊重しつつ、低遅延トランスポートを引き続き使用します。(#31441, #31622)
ドキュメント
- デバイスコードログインの警告に、フィッシング試行を認識して停止する方法の説明が追加されました。(#31648)
Chores
- 名前空間をルートごとに一度だけ解決することで、リモート実行環境におけるプラグインのスキル読み込み時間を短縮しました。(#31348)
- 大規模リポジトリにおいて、
/reviewブランチピッカーの速度と信頼性を向上させました。(#31464) - より明確な指示と焦点を絞ったツールセットにより、自動レビューの動作を改善しました。(#31480)
- Amazon Bedrock のモデル名に、GPT-5.6 ファミリーおよびそのバリアントを明確に識別する表記を追加しました。(#31636)
Changelog
完全な変更履歴: https://github.com/openai/codex/compare/rust-v0.143.0...rust-v0.144.0
- #30292 共有 MCP OAuth 認証情報ストアのシリアライズ化 @stevenlee-oai
- #30488 [codex-cli] 交換ピッカーでリセット詳細を表示 @jayp-oai
- #31297 feat(core): 正規コマンド実行アイテムを出力 @owenlin0
- #31298 feat(core): 正規動的ツール呼び出しアイテムを出力 @owenlin0
- #31369 test(skills): プラグイン名前空間の読み込みをカバー @anp-oai
- #30953 fix(release): 欠落していた Intel V8 署名権限を追加 @malsamiri-oai
- #31355 refactor: ExternalAuth が CodexAuth を返すように変更 @lt-oai
- #31352 ci: Windows Bazel ローカルテストジョブを増加 @anp-oai
- #30482 [codex-rs] 書き込みアプリ承認モードを追加 @zamoshchin-openai
- #31439 Codex におけるバイオポリシーエラーの処理 @fc-oai
- #31319 [codex] コネクタランタイムのレイテンシメトリクスを追加 @mzeng-openai
- #31312 モデルカタログ承認メッセージの使用 @dylan-hurd-oai
- #31422 test: exec-server フィクスチャを一般化 @anp-oai
- #28772 [codex] デフォルトで認証elicitation(要求)を有効化 @mzeng-openai
- #28745 [login] ホストされた成功リダイレクトのサポート @rafael-jac
- #31316 chore: リモートコンパクションリクエスト試行の抽出 @celia-oai
- #31299 feat(core): 正規サブエージェントアクティビティアイテムを出力 @owenlin0
- #31285 [1/5] [codex] managed-layer バンドルスキーマの同期 @hefuc-oai
- #31300 feat(core): 正規コラボツール呼び出しアイテムを出力 @owenlin0
- #31301 feat(core): 正規コラボ待機アイテムを出力 @owenlin0
- #30319 fix: 選択されたモデルで拒否された前モデルコンパクションを再試行 @celia-oai
- #30879 Windows コマンド安全性における混合ケース URL の処理 @charliemarsh-oai
- #31191 完了セパレーターとポップアップの非表示の処理 @charliemarsh-oai
- #31425 test: TestAppServer ビルダーを追加 @anp-oai
- #31342 http-client: WebSocket プロキシの前提条件を公開 @bolinfest
- #31348 perf(skills): ルートごとにプラグイン名前空間を解決 @anp-oai
- #31289 正規インデックス付きウェブアクセスフィールドの使用 @winston-openai
- #31464
for-each-refを使用してレビューブランチピッカーの速度向上 @charliemarsh-oai - #31332 ci: Cargo ターゲットパスのパラメータ化 @anp-oai
- #31421 refactor: 外部認証解決の統一 @pakrym-oai
- #31451 test: TestAppServer の呼び出し元をビルダーへ移行 @anp-oai
- #31274 [codex] 外部から提供された Codex 認証を追加 @lt-oai
- #31501 トレースフックコマンド実行 @wiltzius-openai
- #31356 ci: Windows 2025 で V8 ソースビルドを実行 @anp-oai
- #31283 core: エクステンション所有ターンアイテムのサポート @owenlin0
- #31570 fs: ウォーク中に隠しディレクトリの削除(プルーニング)をサポート @jif-oai
- #31465 空のブランチリストメッセージを検索と整合させる @charliemarsh-oai
- #31586 暗号化された MAv2 スパウン要求テストの安定化 @jif-oai
- #31585 リモートコンパクションと動的スキルカタログ間の整合性テストの安定化 @jif-oai
- #31518 プラグインインストール失敗のサブタイプをログ出力 @charlesgong-openai
- #31587 共有ロールアウト予算テストの安定化 @jif-oai
- #31503 pnpm によって管理される Codex インストールの検出 @charliemarsh-oai
- #31525 core: スタンドアロンウェブ検索をエクステンション所有ターンアイテムへ移行 @owenlin0
- #31473 feat(core): 正規レビューモードアイテムを出力 @owenlin0
- #31452 test: TestAppServer コンストラクタの削除 @anp-oai
- #31612 エラーメッセージ内の MCP タイムアウト期間の丸め処理 @jif-oai
- #31138 fix(windows-sandbox): 書き込み可能なルートでの削除を許可 @fcoury-oai
- #31500 code-mode: デフォルトでホストモードへ移行 @cconger
- #31494 tui: ユーザーメッセージ内のターミナル制御のサニタイズ @etraut-openai
- #31524 chore(protocol): 生成されたアイテム ID に UUIDv7 を使用 @owenlin0
- #31496 Apple Git が利用できない場合は HTTP にフォールバック @fc-oai
- #31578 exec-server の保留中の RPC のバウンド処理 @jif-oai
- #29875 [codex] インポートされたセッションのフォールバックタイトルのサニタイズ @stefanstokic-oai
- #31621 tui: Ultra 環境で高マルチエージェント並行度時に警告 @shijie-oai
- #31622 websocket-client: プロキシ対応コネクタを追加 @bolinfest
- #31574 [codex] Windows サンドボックスにプライマリランタイムへのアクセス権限付与 @abhinav-oai
- #31292 サンプリングリクエスト内で MCP ツールスナップショットの再利用 @sayan-oai
- #31630 feat(core): 正規フックプロンプトアイテムを出力 @owenlin0
- #31636 feat: Amazon Bedrock GPT-5.6 の表示名の変更 @celia-oai
- #31629 core: レガシーコマンドイベントの直接出力停止 @owenlin0
- #31441 core: システムプロキシ付きで Responses WebSockets を維持 @bolinfest
- #31357 ci: ビルド IO を Dev Drives 経由でルーティング @anp-oai
- #31461 chore: 無効な cargo audit ワークフローの削除 @anp-oai
- #31614 test: app-server v2 の開始を自動環境へ移行 @anp-oai
- #31497 [codex] ツールスキーマコンパクション閾値の引き上げ @fbauer33
- #31650 code-mode: すべての承認がelicitation(要求)一時停止を引き起こすように変更 @cconger
- #31648 デバイスコードフィッシング警告の明確化 @etraut-openai
- #31663 test(app-server): ネイティブロールアウトフィクスチャパスの使用 @fcoury-oai
- #31330 [codex-apps] ファイルペイロードからの内部フィールド省略 @jacobzhou-oai
- #31480 自動レビュープロンプトの更新 @olliem-oai
- #21818 models.json の更新 @github-actions
- #31427 test: 遅延 exec-server トランスポートを追加 @anp-oai
- #30278 [codex] スレッド再開時のレビュアーの保持 @viyatb-oai
- #31675 エージェントコア所有権の拡大 @pakrym-oai
- #31486 [connectors] codex_apps /ps/mcp 認証のリフレッシュ @stevenlee-oai
- #31361 model-provider: モデル発見を HTTP クライアントファクトリ経由でルーティング @bolinfest
- #30188 feat(rollout): ページネーション付きスレッドロールアウト用の TurnItems の永続化 @owenlin0
- #31596 デフォルトで画像生成エクステンションの使用 @won-openai
- #31684 models.json の更新 @github-actions
原文を表示
New Features
- Usage-limit reset credits now show their type and expiration, and let you choose which credit to redeem. (#30488)
- Added a
writesapp-approval mode that allows declared read-only actions while prompting for writes. (#30482) - MCP tools can now request authentication interactively without an experimental opt-in. (#28772)
- App-server hosts can provide Codex authentication at runtime and redirect successful logins to a hosted page. (#28745, #31274)
- Global pnunen installs are now detected so diagnostics and updates use the correct package manager. (#31503)
- Selecting Ultra reasoning now warns when high multi-agent concurrency could increase usage quickly. (#31621)
Bug Fixes
- Resumed ChatGPT threads recover when compaction references a retired model by retrying with the currently selected model. (#30319)
- Fixed Code Mode crashes in Intel macOS release binaries. (#30953)
- Windows sandbox sessions can delete files in writable roots and access the managed primary runtime. (#31138, #31574)
- Pasted terminal control sequences can no longer corrupt TUI rendering or resumed conversation history. (#31494)
- Long-running app sessions now refresh expired authentication for the hosted
codex_appsconnector. (#31486) - Responses WebSockets continue using the low-latency transport while respecting system proxies and custom certificate authorities. (#31441, #31622)
Documentation
- Device-code login warnings now explain how to recognize and stop phishing attempts. (#31648)
Chores
- Reduced plugin skill-loading time on remote executors by resolving namespaces once per root. (#31348)
- Made the
/reviewbranch picker faster and more reliable in large repositories. (#31464) - Improved automatic review behavior with clearer instructions and a focused tool set. (#31480)
- Made Amazon Bedrock model names clearly identify their GPT-5.6 family and variant. (#31636)
Changelog
Full Changelog: https://github.com/openai/codex/compare/rust-v0.143.0...rust-v0.144.0
- #30292 Serialize shared MCP OAuth credential stores @stevenlee-oai
- #30488 [codex-cli] Show reset details in redemption picker @jayp-oai
- #31297 feat(core): emit canonical command execution items @owenlin0
- #31298 feat(core): emit canonical dynamic tool call items @owenlin0
- #31369 test(skills): cover plugin namespace loading @anp-oai
- #30953 fix(release): add missing Intel V8 signing entitlement @malsamiri-oai
- #31355 refactor: make ExternalAuth return CodexAuth @lt-oai
- #31352 ci: increase Windows Bazel local test jobs @anp-oai
- #30482 [codex-rs] Add writes app approval mode @zamoshchin-openai
- #31439 Handle bio policy errors in Codex @fc-oai
- #31319 [codex] add connector runtime latency metrics @mzeng-openai
- #31312 Use model catalog approval messages @dylan-hurd-oai
- #31422 test: generalize exec-server fixture @anp-oai
- #28772 [codex] Enable auth elicitation by default @mzeng-openai
- #28745 [login] support hosted success redirects @rafael-jac
- #31316 chore: extract remote compaction request attempts @celia-oai
- #31299 feat(core): emit canonical sub-agent activity items @owenlin0
- #31285 [1/5] [codex] sync managed-layer bundle schema @hefuc-oai
- #31300 feat(core): emit canonical collab tool call items @owenlin0
- #31301 feat(core): emit canonical collab wait items @owenlin0
- #30319 fix: retry rejected previous-model compaction with selected model @celia-oai
- #30879 Handle mixed-case URLs in Windows command safety @charliemarsh-oai
- #31191 Handle completion separators and popup dismissal @charliemarsh-oai
- #31425 test: add TestAppServer builder @anp-oai
- #31342 http-client: expose WebSocket proxy prerequisites @bolinfest
- #31348 perf(skills): resolve plugin namespaces per root @anp-oai
- #31289 Use canonical indexed web access field @winston-openai
- #31464 Speed up review branch picker via
for-each-ref@charliemarsh-oai - #31332 ci: parameterize Cargo target paths @anp-oai
- #31421 refactor: unify external auth resolution @pakrym-oai
- #31451 test: migrate TestAppServer callers to builder @anp-oai
- #31274 [codex] Add externally provided Codex auth @lt-oai
- #31501 trace hook command execution @wiltzius-openai
- #31356 ci: run V8 source builds on Windows 2025 @anp-oai
- #31283 core: support extension-owned turn items @owenlin0
- #31570 fs: support pruning hidden directories during walks @jif-oai
- #31465 Align empty branch list message with search @charliemarsh-oai
- #31586 Stabilize encrypted MAv2 spawn request test @jif-oai
- #31585 Stabilize remote compaction parity against dynamic skill catalogs @jif-oai
- #31518 Log plugin install failure subtypes @charlesgong-openai
- #31587 Stabilize shared rollout budget test @jif-oai
- #31503 Detect Codex installs managed by pnpm @charliemarsh-oai
- #31525 core: migrate standalone web search to extension-owned turn items @owenlin0
- #31473 feat(core): emit canonical review mode items @owenlin0
- #31452 test: remove TestAppServer constructors @anp-oai
- #31612 Round MCP timeout durations in error messages @jif-oai
- #31138 fix(windows-sandbox): allow deletion in writable roots @fcoury-oai
- #31500 code-mode: move to hosted mode by default @cconger
- #31494 tui: sanitize terminal controls in user messages @etraut-openai
- #31524 chore(protocol): use UUIDv7 for generated item IDs @owenlin0
- #31496 Fall back to HTTP when Apple Git is unavailable @fc-oai
- #31578 Bound exec-server pending RPCs @jif-oai
- #29875 [codex] Sanitize imported session fallback titles @stefanstokic-oai
- #31621 tui: warn on Ultra with high multi-agent concurrency @shijie-oai
- #31622 websocket-client: add proxy-aware connector @bolinfest
- #31574 [codex] Grant Windows sandbox access to primary runtime @abhinav-oai
- #31292 Reuse MCP tool snapshot within a sampling request @sayan-oai
- #31630 feat(core): emit canonical hook prompt items @owenlin0
- #31636 feat: change amazon Bedrock GPT-5.6 display names @celia-oai
- #31629 core: stop emitting legacy command events directly @owenlin0
- #31441 core: preserve Responses WebSockets with system proxy @bolinfest
- #31357 ci: route build IO through Dev Drives @anp-oai
- #31461 chore: remove inert cargo audit workflow @anp-oai
- #31614 test: migrate app-server v2 starts to auto env @anp-oai
- #31497 [codex] increase tool schema compaction threshold @fbauer33
- #31650 code-mode: make all approvals trigger elicitation pause @cconger
- #31648 Clarify device-code phishing warning @etraut-openai
- #31663 test(app-server): use native rollout fixture paths @fcoury-oai
- #31330 [codex-apps] Omit internal fields from file payloads @jacobzhou-oai
- #31480 Update auto review prompting @olliem-oai
- #21818 Update models.json @github-actions
- #31427 test: add delayed exec-server transport @anp-oai
- #30278 [codex] Preserve reviewer when resuming threads @viyatb-oai
- #31675 Expand agent core ownership @pakrym-oai
- #31486 [connectors] Refresh codex_apps /ps/mcp auth @stevenlee-oai
- #31361 model-provider: route model discovery through HTTP client factory @bolinfest
- #30188 feat(rollout): persist TurnItems for paginated thread rollouts @owenlin0
- #31596 Use the image generation extension by default @won-openai
- #31684 Update models.json @github-actions
AI算出
通常リリースainew評価高い
AI エージェント運用ツール(Codex)の具体的な機能改善(認証モード、リセットクレジット表示など)とバグ修正を報じており、技術的な詳細が含まれているため novelty は高く評価される。しかし、これは定期的なバージョン更新であり、世界初の画期的発表や市場構造を変える事象ではないため routine_release に分類する。
71/ 100
6つの評価軸を見る
- AI関連度
- 75
- 情報源の信頼性
- 100
- 新規性
- 75
- 調べる価値
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
2026年7月24日 算出算出方法と限界
この記事をシェア
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み