Codex Changelog公式発表·2026年6月23日 06:36·約16分
rust-v0.142.0
新しい機能
/usageコマンドでは、獲得した利用制限リセットクレジットの表示と交換が可能になりました。確認、再試行、更新された利用可能状態もサポートされています。(#28154, #28793)/pluginsコマンドでは、リモートプラグプトが「OpenAI 厳選」「ワークスペース」「私に共有」のセクションに整理されました。また、条件を満たす会話では関連するプラグインを推奨してインストールすることも可能になりました。(#26703, #28399, #28400, #27704, #28403)- 設定可能なロールアウトトークン予算により、エージェントスレッド全体での利用状況を追跡できます。残りの予算に関するリマインダーも提供され、予算が尽きた場合は会話を中止します。(#28746, #28494, #28707, #29423)
- アプリサーバークライアントでは、マルチエージェントの委任をスレッドレベルおよび会話レベルで「無効」「明示的なリクエストのみ」「積極的」のいずれかに設定できるようになりました。(#28685, #28792, #29324)
- 直接ページへのアクセスをサーバー承認 URL に制限しつつ、ライブ検索を可能にするインデックス付きウェブ検索モードを追加しました。(#28489)
- Codex では、スケジュールされた UTC 時刻のリマインダーを受け取ったり、クライアントが提供するアプリサーバー時計を通じて現在時刻を直接照会したりできるようになりました。(#28822, #28824, #28835, #29011)
バグ修正
Ctrl+Zでサスペンドし、fgで再開した後、Linux の TUI レンダリングの信頼性が回復しました。 (#28342)- Exec-server プロセスと stdio MCP セッションは、署名付き URL の更新や再試行可能な stdin 書き込みを含む一時的な切断にも耐えられるようになりました。 (#28512, #28374, #28546, #28895)
- リモート環境では、OS を跨いでエグゼキューター固有のパス、シェル、
AGENTS.mdの検出、およびサンドボックス動作が維持されるようになりました。 (#28146, #28152, #28958, #28983, #29099, #29108, #29113, #29424) - プラグインの読み込みとインストールでは、ルートマーケットプレイスのレイアウト、マニフェストのフォールバック、複数のスキルパス、実行可能なダウンロードエラー、および即座のツール更新が処理されるようになりました。 (#28771, #28789, #28790, #28863, #28951)
- 親エージェントは、失敗した作業を空の成功完了として見るのではなく、ターミナルサブエージェントからのエラーを受け取るようになりました。 (#28375)
- ゴールファーストのスレッドが再び永続化され、
thread/listおよびthread/searchによって返されるようになりました。 (#28808)
Chores
- 不要な DNS 作業の遅延実行、モデルキャッシュのウォーミングアップ、解析済みプラグインスキルの再利用、スキルメタデータの並列読み込み、冗長なカタログ同期のスキップにより、起動時およびセッションのレイテンシが削減されました。 (#28542, #28699, #28844, #29326, #29005)
- イベントごとの WebSocket ペイロードログの削除と重複するテレメトリレコードのフィルタリングにより、永続ログの頻繁な書き換え(churn)が削減されました。 (#29432, #29457)
Changelog
完全な変更履歴: https://github.com/openai/codex/compare/rust-v0.141.0...rust-v0.142.0
- #28396 [codex] エージェント外部インポート結果の記録 @charlesgong-openai
- #27751 [codex] アカウント/読み取りで Bedrock 認証情報のソースを公開する @celia-oai
- #28338 [codex] コールドアクティブロールアウトの圧縮 @jif-oai
- #28368 feat: マルチエージェント v2 メッセージに対して型付きエンベロープを描画する @jif-oai
- #28508 [tests] 汎用コアテストハネスから Apps を除外する @jif-oai
- #28472 [codex] プラグインの読み込みとランタイム機能ステージを明確化 @xl-openai
- #28375 core: ターミナルサブエージェントのエラーを親エージェントに表面化する @jif-oai
- #28542 perf(config): リモートサンドボックスホスト名のルックアップを遅延させる @fcoury-oai
- #28473 path-uri: 無効なホストパスエラーを明確化 @anp-oai
- #28342 fix(tui): サスペンド後に TUI を復元する @fcoury-oai
- #28354 [codex] exec-server: ファイルをチャンク単位でストリーミングする @pakrym-oai
- #28553 chore: サイドプロンプト @jif-oai
- #27099 [codex-app-server-test-client & codex-app-server] プラグイン使用状況分析のスムークテスト @jameswt-oai
- #28554 fix(tui): C++ モジュールファイルをハイライトする @fcoury-oai
- #28467 [codex] コードモード出力が切り捨てられた場合に明確に警告する @aibrahim-oai
- #27750 [codex] インクリメンタルなスレッド履歴変更を追加する @wiltzius-openai
- #28154 feat(tui): /usage にレートリセットの再発行を追加する @jayp-oai
- #28562 ci: すべての bazel ターゲットでコードモードユニットテストを実行する @cconger
- #27923 [codex] MCP ファイルアップロードを環境ファイルシステム経由でルーティングする @pakrym-oai
- #27100 [codex-app-server-test-client] プラグインインストール/アンインストール分析のスムークテスト @jameswt-oai
- #28581 [codex] 絶対ワークディレクトリ統合テストを再有効化する @anp-oai
- #28468 code-mode: セルライフサイクルを固定するためにテストカバレッジを拡張する @cconger
- #28587 [codex] exec の相対追加パーミッションのテスト @anp-oai
- #28577 モデル生成パスとレガシーアプリパスの型を明確化 @anp-oai
- #28589 パスマイグレーションの不変条件を記録する。@anp-oai
- #28146 app-server: ターゲットネイティブ環境の CWD を保持する @anp-oai
- #28595 codex に PathUri の serde 互換性を伝える。@anp-oai
- #28399 [codex] [1/4] 推奨プラグインエンドポイントキャッシュを追加する @adaley-openai
- #28400 [codex] [2/4] プラグイン提案の表示を一般化する @adaley-openai
- #27704 [codex] [3/4] エンドポイントプラグイン推奨を有効化 @adaley-openai
- #28152 core: リモート環境の CWD をネイティブに描画する @anp-oai
- #28403 [codex] [4/4] 推奨プラグインインストールスキーマを簡素化する @adaley-openai
- #26706 PAC 1 - システムプロキシ機能設定の表面化を追加する @canvrno-oai
- #27910 サイドバー順序付け用にスレッド recencyAt を追加する @nornagon-openai
- #28627 "Tell codex about PathUri serde compat. (#28595)" の取り消し @anp-oai
- #28625 [codex] 認証によるリモートプラグインカタログのゲート開放 @xl-openai
- #28629 [codex] core: 絶対ターンコンテキスト CWD を復元する @anp-oai
- #28642 thread-store: レスポンスフィクスチャのコンパイルを修正する @pakrym-oai
- #28580 [codex] オブジェクト値型プラグイン MCP マニフェストのサポート @charlesgong-openai
- #28599 code-mode: セル状態をライブラリアクターへ移動する @cconger
- #28471 [codex] コードモード変数の切り捨てテスト @aibrahim-oai
- #28655 サイドバー順序付け用のスレッド recencyAt の取り消し @pakrym-oai
- #28638 core: 冗長な TurnContext と Prompt フィールドを削除する @pakrym-oai
- #28656 [codex] 生成中として報告された組み込みイメージ結果の永続化 @won-openai
- #28512 切断後に exec-server セッションを再開する @jif-oai
- #28546 exec リカバリー中にレジストリ再試行をバックオフさせる @jif-oai
- #28561 MAv2 インターエージェントメッセージ用の結合キーを追加する @jif-oai
- #28699 app-server: モデルキャッシュをウォーム状態に保つ @jif-oai
- #28705 SkillsManager を SkillsService に置き換える @jif-oai
- #27965 [ez][codex-rs] apps._default.default_tools_approval_mode のサポート @zamoshchin-openai
- #28359 fs ヘルパーを Windows サンドラップラッパー経由で実行する @iceweasel-oai
- #28628 [codex] 無効なスキルフロントマースカラーの修復 @charlesgong-openai
- #28632 codex にロールアウト形式の変更を避けるよう指示する。@anp-oai
- #28738 実行環境ごとにコマンド承認のスコープを設定する @jif-oai
- #19047 feat: run タスクアイデンティティのプリミティブを追加する @adrian-openai
- #28671 [codex] 互換性のあるマイグレーション履歴でスレッドの最新性を復元する @nornagon-openai
- #28768 TUI プラグインカタログ描画の抽出 @canvrno-oai
- #28389 [codex] コンパクトな OpenAI ドキュメント検索クエリを使用する @kkahadze-oai
- #28681 unified-exec: exec-server を通じて PathUri を保持する @anp-oai
- #28731 [codex] プラグインインストールとインポートのテレメトリ障害を追跡する @charlesgong-openai
- #28651 exec-server: 環境レジストリペイロードを公開する @viyatb-oai
- #28771 fix(plugins): ルートローカルマーケットプレイスプラグインのサポート @caseychow-oai
- #28791 bazel: 期限切れの macOS SDK ピンを更新する @anp-oai
- #28782 [codex] ツールビルドレイテンシのトレース @owenlin0
- #28778 path-uri: ネイティブパスパーシングをデカップリングする @anp-oai
- #28774 feat(exec-server): Noise 交差点環境を追加する @apanasenko-oai
- #28812 [codex] レスポンスアイテムにオプション ID を追加する @pakrym-oai
- #28784 fix(install): 古い awk チェックサム解析のサポート @fcoury-oai
- #28826 [codex] リアルタイムルーティング済みターンに一意の ID を使用する @guinness-oai
- #27986 [codex] 自動リアルタイムハンドオフ配信を制御する @jiayuhuang-openai
- #28836 [codex] アシスタントリアルタイムテキスト追加のサポート @guinness-oai
- #28374再接続時に署名付き exec-server URL を更新する @apanasenko-oai
- #28825 選択された名前空間を直接モデルツールとして公開する @won-openai
- #28790 [codex] プラグインマニフェストパスリストのサポート @charlesgong-openai
- #28851 codex 向けのより多くのパスマイグレーションガイダンスを記録する。@anp-oai
- #28780 unified-exec: コマンドイベントで PathUri を保持する @anp-oai
- #28605 [codex] プラグインとスキルのウォームアップトレースの分割 @mzeng-openai
- #28608 [codex] スキル読み込み時にプラグイン名前空間を渡す @mzeng-openai
- #28746 [codex] ロールアウトトークンバジェット設定を追加 (1/N) @rka-oai
- #28766 ネットワーク環境 ID の配管を追加する @jif-oai
- #28915 apply_patch 承認テストでサンドボックスヘルパーを回避する @jif-oai
- #28813 TUI が中断する前にアクティブなゴールを一時停止する @etraut-openai
- #28895 exec プロセスの標準入力書き込みを復元する @jif-oai
- #28940 Windows 引数リンターを Windows 2022 に固定する @rka-oai
- #28914 MCP サンドボックスメタデータをサーバー環境にスコープ設定する @jif-oai
- #28911 ターンスコープのコンテキスト貢献を追加する @jif-oai
- #28808 thread/list に見落とされた goal-first ライブスレッドを修正する @etraut-openai
- #25019 [codex] 起動時に exec-server OpenTelemetry を初期化する @starr-openai
- #28943 [codex] Windows サンドボックスランタイム ACL 更新の修正 @iceweasel-oai
- #28946 リアルタイム通知テストリクエストの同期化 @rka-oai
- #28822 時間リマインダー用の設定を追加 (1/n) @rka-oai
- #28494 [codex] ロールアウトバジェット実装 (2/N) @rka-oai
- #27500
openai/form拡張フォームelicitation のサポート @gpeal - #28949 [codex] スレッドストアターンフィルタをオプションにする @wiltzius-openai
- #28824 システムクロック用現在の時間リマインダー実装 (2/n) @rka-oai
- #27812 [codex] ツール提案用のプラグインメタデータをキャッシュする @mzeng-openai
- #28854 apply-patch: パスを PathUri として引き継ぐ @anp-oai
- #28835 app-server 現在の時間実装を追加 (3/n) @rka-oai
- #26496 リクエスト時の自動レビュープロンプトをより積極的にする @maja-openai
- #28947 [codex] ハードコードされたアプリ ID フィルタの削除 @ericning-o
- #28959 TUI: 統一メンション選択の可視性を改善する @canvrno-oai
- #27132 ツール呼び出しアイテムに信頼できる MCP アプリアイデンティティを出力する @martinauyeung-oai
- #19049 feat: ChatGPT 認証をエージェントアイデンティティにオプトインする @adrian-openai
- #28770 [connectors] アプリのアクセシビリティのために合成リンクを無視する @adaley-openai
- #28863 [codex] リモートプラグインダウンロードステータスエラーの保持 @xl-openai
- #28958 core: 外部環境から AGENTS.md を読み込む @anp-oai
- #28789 [codex] マーケットプレイスプラグインマニフェストフォールのサポート @charlesgong-openai
- #28993 [codex] 子 AGENTS.md プロンプト実験の削除 @pakrym-oai
- #28989 core: AGENTS.md パスを URI としてログ出力する @anp-oai
- #28983 core: リモート exec を報告されたシェル上で保持する @anp-oai
- #28844 [codex] セッション起動時に解析済みプラグインスキルを再利用する @xl-openai
- #28953 core: UUIDv7 コンテキストウィンドウ ID の追加 @pakrym-oai
- #28951 [plugins] リモートインストール後にプラグインとツールのキャッシュを更新する @adaley-openai
- #28856 リアルタイム WebRTC 通話には常に AVAS を使用する @bakks
- #28814 [codex] 履歴記録時にレスポンスアイテム ID を割り当てる @pakrym-oai
- #29005 [codex] リモートプラグインのキュレートリポジトリ同期をスキップする @xl-openai
- #29011 [codex] クロック current-time ツールの追加 @rka-oai
- #29012 core: 圧縮された置換履歴にアイテム ID を割り当てる @pakrym-oai
- #29022 [codex] 保護リソース OAuth 発見のサポート @xl-openai
- #28674 [1/3] core: リモート環境接続ライフサイクルの追加 @sayan-oai
- #28683 [2/3] core: スナップショットで起動中の環境を追跡する @sayan-oai
- #29025 [3/3] app-server: 環境接続タイムアウトの設定 @sayan-oai
- #28685 ターンごとのマルチエージェントモードの追加 @shijie-oai
- #28792 スレッドレベルのマルチエージェントモードを公開する @shijie-oai
- #28707 [codex] ロールアウトバジェット期限切れ時にターンを中止する (トークンバジェット 3/3) @rka-oai
- #28899 ネットワーク承認を環境にスコープ設定する @jif-oai
- #29086 生レスポンスアイテムの互換性の文書化 @jif-oai
- #28489 インデックス付きウェブ検索モードの追加 @winston-openai
- #28942 オーケストレータースキルと MCP の設定トグルを追加する @jif-oai
- #29099 リモート exec コマンドを実行者にネイティブに保つ @jif-oai
- #29095 キャッシュ済みおよびライブウェブアクセスの用語を使用する @winston-openai
- #29042 [codex] プリサンプリングスキルと永続化レイテンシのトレース @rphilizaire-openai
- #29132 chore(deps): tokio-tungstenite の更新 @apanasenko-oai
- #29006 [codex] モデルコンテキスト外のスキル記述の保持 @charlesgong-openai
- #29154 タスクおよび MCP 起動中に再開と設定コマンドを許可する @etraut-openai
- #29256 core: コンテキストウィンドウ系譜 ID の追加 @pakrym-oai
- #29259 [codex] mcp_history スレッドヒント注入のプロトタイプ @pakrym-oai
- #29255 [codex] 設定可能なトークンバジェット圧縮リマインダーの追加 @pakrym-oai
- #29295 [codex] トークンバジェットコンテキストの簡素化 @pakrym-oai
- #29108 サンドボックス意図をリモート exec サーバーに引き継ぐ @jif-oai
- #29325 ピプラインされたスカラー exec-server リクエストのテスト @jif-oai
- #29326 スキルメタデータ統計の並列化 @jif-oai
- #29329 リモート初期化タイムアウトテストに制御時間を使用する @jif-oai
- #29170 code-mode: トランスポート非依存ランタイム型の定義 @cconger
- #29285 code-mode: セッション所有権をランタイムへ移動する @cconger
- #29286 code-mode: セルターミナル状態の線形化 @cconger
- #29287 code-mode: セッションシャットダウンを権限あるものとする @cconger
- #29301 [prompting] 更新されたプランモードプロンプト @rhan-oai
- #29288 code-mode: 破棄された観測出力の保持 @cconger
- #29289 code-mode: 完了時の初期イールドの保持 @cconger
- #28260 [codex] 内部自動圧縮オプトアウトの追加 @rhan-oai
- #29371 セーフティバッファリングイベントを app-server クライアントへ伝播する @fc-oai
- #29393 chore: マージ競合の修正 (自動圧縮機能アクセス) @sayan-oai
- #29327 スレッド再開 across セッション ID の永続化 @jif-oai
- #29324 マルチエージェントモード制御の簡素化 @jif-oai
- #29113 リモート exec サーバー内でサンドボックス意図を適用する @jif-oai
- #29001 ワークスペースメッセージ app-server API の追加 @xli-oai
- #29432 すべての Responses WebSocket イベントのログ出力停止 @jif-oai
- #29073 core: サンプリング前に環境コンテキストを更新する @sayan-oai
- #29455 fix(core): x-codex-turn-metadata 内の thread_source を復元する @owenlin0
- #29457 永続ログからノイズの多いターゲットをフィルタリングする @jif-oai
- #29429 イメージ準備用のフラグ削除 @rka-oai
- #29143 ci: ハーメティック LLVM 0.7.9 を持つカスタム Windows ランナーを復元する @anp-oai
- #27102 [codex] プラグイン分析メタデータの集約化 @jameswt-oai
- #26703 TUI プラグイン共有 3 - リモートプラグインカタログセクションの描画 @canvrno-oai
- #29424 リモートサンドボックス拒否を意味論的に報告する @jif-oai
- #28968 core: メタデータ -> internal_chat_message_metadata_passthrough のリネーム @owenlin0
- #29464 [sdk/python] HTTP イメージ URL の広告停止 @rka-oai
- #28793 [codex] 使用制限リセットのコピーと状態の修正 @jayp-oai
- #27982 [codex] 親セッションが開始されたときにガーディアン子セッションを開始する @jgershen-oai
- #29468 core: 未使用のパーミッション CWD 配管の削除 @bolinfest
- #26707 PAC 2 - 共有認証システムプロキシ契約の追加 @canvrno-oai
- #28991 メールアドレスのない ChatGPT アカウントを許可する @efrazer-oai
- #29423 [codex] ロールアウトバジェットリマインダー閾値の設定 @rka-oai
- #26678 権限プロファイル: クライアントへの可用性公開 @viyatb-oai
- #29476 [codex] app-server テストクライアントでの request_user_input の処理 @celia-oai
- #29479 fix(config): 権限プロファイルレビューのフォローアップ対応 @viyatb-oai
- #29014 管理型 MITM とともに起動カスタム CA バンドルを尊重する @winston-openai
- #29480 chore: tungstenite フォークピンの更新 @apanasenko-oai
- #27669 [codex-core-plugins] リモートプラグイン ID のファイルへの永続化 @jameswt-oai
原文を表示
New Features
/usagecan now show and redeem earned usage-limit reset credits, with confirmation, retry, and refreshed availability states. (#28154, #28793)/pluginsnow organizes remote plugins into OpenAI Curated, Workspace, and Shared with me sections, while eligible turns can recommend and install relevant plugins. (#26703, #28399, #28400, #27704, #28403)- Configurable rollout token budgets track usage across agent threads, provide remaining-budget reminders, and abort turns when exhausted. (#28746, #28494, #28707, #29423)
- App-server clients can configure multi-agent delegation as disabled, explicit-request-only, or proactive at the thread and turn level. (#28685, #28792, #29324)
- Added an indexed web-search mode that permits live searches while restricting direct page access to server-approved URLs. (#28489)
- Codex can now receive scheduled UTC time reminders and query the current time directly, including through client-provided app-server clocks. (#28822, #28824, #28835, #29011)
Bug Fixes
- Restored reliable Linux TUI rendering after suspending with
Ctrl+Zand resuming withfg. (#28342) - Exec-server processes and stdio MCP sessions now survive transient disconnects, including signed-URL refresh and retry-safe stdin writes. (#28512, #28374, #28546, #28895)
- Remote environments now preserve executor-native paths, shells,
AGENTS.mddiscovery, and sandbox behavior across operating systems. (#28146, #28152, #28958, #28983, #29099, #29108, #29113, #29424) - Plugin loading and installation now handle root marketplace layouts, manifest fallbacks, multiple skill paths, actionable download errors, and immediate tool refreshes. (#28771, #28789, #28790, #28863, #28951)
- Parent agents now receive terminal subagent errors instead of seeing failed work as an empty successful completion. (#28375)
- Goal-first threads are once again persisted and returned by
thread/listandthread/search. (#28808)
Chores
- Reduced startup and session latency by deferring unnecessary DNS work, warming the model cache, reusing parsed plugin skills, parallelizing skill metadata reads, and skipping redundant catalog synchronization. (#28542, #28699, #28844, #29326, #29005)
- Reduced persistent-log churn by removing per-event WebSocket payload logging and filtering duplicated telemetry records. (#29432, #29457)
Changelog
Full Changelog: https://github.com/openai/codex/compare/rust-v0.141.0...rust-v0.142.0
- #28396 [codex] Record external agent import results @charlesgong-openai
- #27751 [codex] expose Bedrock credential source in account/read @celia-oai
- #28338 [codex] Compress cold active rollouts @jif-oai
- #28368 feat: render typed envelopes for multi-agent v2 messages @jif-oai
- #28508 [tests] Keep Apps out of generic core test harness @jif-oai
- #28472 [codex] Clarify plugin load and runtime capability stages @xl-openai
- #28375 core: surface terminal subagent errors to parent agents @jif-oai
- #28542 perf(config): defer remote sandbox hostname lookup @fcoury-oai
- #28473 path-uri: clarify invalid host path errors @anp-oai
- #28342 fix(tui): restore TUI after suspend @fcoury-oai
- #28354 [codex] exec-server: stream files in chunks @pakrym-oai
- #28553 chore: side prompt @jif-oai
- #27099 [codex-app-server-test-client & codex-app-server] Plugin Usage Analytics Smoke Test @jameswt-oai
- #28554 fix(tui): highlight C++ module files @fcoury-oai
- #28467 [codex] Warn clearly when code mode output is truncated @aibrahim-oai
- #27750 [codex] Add incremental thread history changes @wiltzius-openai
- #28154 feat(tui): add rate-limit reset redemption to /usage @jayp-oai
- #28562 ci: run code-mode unit tests on all bazel targets @cconger
- #27923 [codex] Route MCP file uploads through environment filesystem @pakrym-oai
- #27100 [codex-app-server-test-client] Plugin Install/Uninstall Analytics Smoke Test @jameswt-oai
- #28581 [codex] re-enable absolute workdir integration test @anp-oai
- #28468 code-mode: extend test coverage to lock in cell lifecycle @cconger
- #28587 [codex] test exec relative additional permissions @anp-oai
- #28577 Clarify model-generated and legacy app path types @anp-oai
- #28589 Record invariants for path migration. @anp-oai
- #28146 app-server: preserve target-native environment cwd @anp-oai
- #28595 Tell codex about PathUri serde compat. @anp-oai
- #28399 [codex] [1/4] Add recommended plugin endpoint cache @adaley-openai
- #28400 [codex] [2/4] Generalize plugin suggestion presentation @adaley-openai
- #27704 [codex] [3/4] Activate endpoint plugin recommendations @adaley-openai
- #28152 core: render remote environment cwd natively @anp-oai
- #28403 [codex] [4/4] Simplify recommended plugin install schema @adaley-openai
- #26706 PAC 1 - Add system proxy feature config surface @canvrno-oai
- #27910 Add thread recencyAt for sidebar ordering @nornagon-openai
- #28627 Revert "Tell codex about PathUri serde compat. (#28595)" @anp-oai
- #28625 [codex] Gate remote plugin catalog by auth @xl-openai
- #28629 [codex] core: restore absolute turn context cwd @anp-oai
- #28642 thread-store: fix response fixture compilation @pakrym-oai
- #28580 [codex] Support object-valued plugin MCP manifests @charlesgong-openai
- #28599 code-mode: move cell state into library actor @cconger
- #28471 [codex] Test code-mode variable truncation @aibrahim-oai
- #28655 Revert thread recencyAt for sidebar ordering @pakrym-oai
- #28638 core: remove redundant TurnContext and Prompt fields @pakrym-oai
- #28656 [codex] Persist built-in image results reported as generating @won-openai
- #28512 Resume exec-server sessions after disconnect @jif-oai
- #28546 Back off registry retries during exec recovery @jif-oai
- #28561 Add join key for MAv2 inter-agent messages @jif-oai
- #28699 app-server: keep the model cache warm @jif-oai
- #28705 Replace SkillsManager with SkillsService @jif-oai
- #27965 [ez][codex-rs] Support apps._default.default_tools_approval_mode @zamoshchin-openai
- #28359 Run fs helper through Windows sandbox wrapper @iceweasel-oai
- #28628 [codex] Repair invalid skill frontmatter scalars @charlesgong-openai
- #28632 Tell codex to avoid changing rollout format. @anp-oai
- #28738 Scope command approvals by execution environment @jif-oai
- #19047 feat: add run task identity primitives @adrian-openai
- #28671 [codex] Restore thread recency with compatible migration history @nornagon-openai
- #28768 Extract TUI plugin catalog rendering @canvrno-oai
- #28389 [codex] Use compact OpenAI docs search queries @kkahadze-oai
- #28681 unified-exec: preserve PathUri through exec-server @anp-oai
- #28731 [codex] Track plugin install and import telemetry failures @charlesgong-openai
- #28651 exec-server: expose environment registry payloads @viyatb-oai
- #28771 fix(plugins): support root local marketplace plugins @caseychow-oai
- #28791 bazel: refresh expired macOS SDK pin @anp-oai
- #28782 [codex] trace tools build latency @owenlin0
- #28778 path-uri: decouple native path parsing @anp-oai
- #28774 feat(exec-server): add Noise rendezvous environment @apanasenko-oai
- #28812 [codex] Add optional IDs to response items @pakrym-oai
- #28784 fix(install): support older awk checksum parsing @fcoury-oai
- #28826 [codex] Use unique IDs for realtime-routed turns @guinness-oai
- #27986 [codex] control automatic realtime handoff delivery @jiayuhuang-openai
- #28836 [codex] Support assistant realtime append text @guinness-oai
- #28374 Refresh signed exec-server URLs on reconnect @apanasenko-oai
- #28825 Expose selecte namespaces as direct model tools @won-openai
- #28790 [codex] Support plugin manifest path lists @charlesgong-openai
- #28851 Record more path migration guidance for codex. @anp-oai
- #28780 unified-exec: retain PathUri in command events @anp-oai
- #28605 [codex] Split plugin and skill warmup tracing @mzeng-openai
- #28608 [codex] Pass plugin namespace into skill loading @mzeng-openai
- #28746 [codex] add rollout token budget configuration (1/N) @rka-oai
- #28766 Add network environment ID plumbing @jif-oai
- #28915 Avoid sandbox helper in apply_patch approval tests @jif-oai
- #28813 Pause active goals before TUI interrupts @etraut-openai
- #28895 Recover exec process stdin writes @jif-oai
- #28940 Pin Windows argument lint to Windows 2022 @rka-oai
- #28914 Scope MCP sandbox metadata to server environment @jif-oai
- #28911 Add turn-scoped context contributions @jif-oai
- #28808 Fix goal-first live threads missing from thread/list @etraut-openai
- #25019 [codex] Initialize exec-server OpenTelemetry at startup @starr-openai
- #28943 [codex] Fix Windows sandbox runtime ACL refresh @iceweasel-oai
- #28946 Synchronize realtime notification test requests @rka-oai
- #28822 Add Config for Time Reminders (1/n) @rka-oai
- #28494 [codex] rollout budget implementation (2/N) @rka-oai
- #27500 Support
openai/formextended form elicitations @gpeal - #28949 [codex] Make thread store turn filter optional @wiltzius-openai
- #28824 current time reminders impl for system clock (2/n) @rka-oai
- #27812 [codex] Cache plugin metadata for tool suggestions @mzeng-openai
- #28854 apply-patch: carry paths as PathUri @anp-oai
- #28835 Add app-server current-time impl (3/n) @rka-oai
- #26496 Make auto-review on-request prompt more proactive @maja-openai
- #28947 [codex] Remove hardcoded app ID filters @ericning-o
- #28959 TUI: improve unified mention selection visibility @canvrno-oai
- #27132 Emit Trusted MCP App Identity on Tool-Call Items @martinauyeung-oai
- #19049 feat: opt ChatGPT auth into agent identity @adrian-openai
- #28770 [connectors] Ignore synthetic links for app accessibility @adaley-openai
- #28863 [codex] Preserve remote plugin download status errors @xl-openai
- #28958 core: load AGENTS.md from foreign environments @anp-oai
- #28789 [codex] Support marketplace plugin manifest fallback @charlesgong-openai
- #28993 [codex] Remove child AGENTS.md prompt experiment @pakrym-oai
- #28989 core: log AGENTS.md paths as URIs @anp-oai
- #28983 core: keep remote exec on reported shell @anp-oai
- #28844 [codex] Reuse parsed plugin skills during session startup @xl-openai
- #28953 core: add UUIDv7 context window IDs @pakrym-oai
- #28951 [plugins] Refresh plugin and tool caches after remote install @adaley-openai
- #28856 Always use AVAS for realtime WebRTC calls @bakks
- #28814 [codex] Assign response item IDs when recording history @pakrym-oai
- #29005 [codex] Skip curated repo sync for remote plugins @xl-openai
- #29011 [codex] add clock current-time tool @rka-oai
- #29012 core: assign item IDs to compacted replacement history @pakrym-oai
- #29022 [codex] Support protected resource OAuth discovery @xl-openai
- #28674 [1/3] core: add remote environment connection lifecycle @sayan-oai
- #28683 [2/3] core: track starting environments in snapshots @sayan-oai
- #29025 [3/3] app-server: configure environment connection timeout @sayan-oai
- #28685 Add per-turn multi-agent mode @shijie-oai
- #28792 Expose thread-level multi-agent mode @shijie-oai
- #28707 [codex] abort turns when rollout budgets expire (token budget 3/3) @rka-oai
- #28899 Scope network approvals by environment @jif-oai
- #29086 Document raw response item compatibility @jif-oai
- #28489 Add indexed web search mode @winston-openai
- #28942 Add config toggles for orchestrator skills and MCP @jif-oai
- #29099 Keep remote exec commands native to the executor @jif-oai
- #29095 Use cached and live web access terminology @winston-openai
- #29042 [codex] trace pre-sampling skill and persistence latency @rphilizaire-openai
- #29132 chore(deps): advance tokio-tungstenite @apanasenko-oai
- #29006 [codex] Preserve skill descriptions outside model context @charlesgong-openai
- #29154 Allow resume and settings commands during tasks and MCP startup @etraut-openai
- #29256 core: add context window lineage IDs @pakrym-oai
- #29259 [codex] prototype mcp_history thread hint injection @pakrym-oai
- #29255 [codex] add configurable token budget compaction reminder @pakrym-oai
- #29295 [codex] simplify token budget context @pakrym-oai
- #29108 Carry sandbox intent to remote exec servers @jif-oai
- #29325 Test pipelined scalar exec-server requests @jif-oai
- #29326 Parallelize skill metadata stats @jif-oai
- #29329 Use controlled time for remote initialization timeout test @jif-oai
- #29170 code-mode: define transport-neutral runtime types @cconger
- #29285 code-mode: move session ownership into runtime @cconger
- #29286 code-mode: linearize cell terminal state @cconger
- #29287 code-mode: make session shutdown authoritative @cconger
- #29301 [prompting] updated plan mode prompt @rhan-oai
- #29288 code-mode: preserve dropped observation output @cconger
- #29289 code-mode: preserve initial yield at completion @cconger
- #28260 [codex] Add internal auto-compaction opt-out @rhan-oai
- #29371 Propagate safety buffering events to app-server clients @fc-oai
- #29393 chore: fix merge race (auto-compaction feature access) @sayan-oai
- #29327 Persist session IDs across thread resume @jif-oai
- #29324 Simplify multi-agent mode controls @jif-oai
- #29113 Apply sandbox intent inside remote exec servers @jif-oai
- #29001 Add workspace messages app-server API @xli-oai
- #29432 Stop logging every Responses WebSocket event @jif-oai
- #29073 core: refresh environment context before sampling @sayan-oai
- #29455 fix(core): restore thread_source in x-codex-turn-metadata @owenlin0
- #29457 Filter noisy targets from persistent logs @jif-oai
- #29429 remove flag for image preparation @rka-oai
- #29143 ci: restore custom Windows runner with hermetic LLVM 0.7.9 @anp-oai
- #27102 [codex] Centralize Plugin Analytics Metadata @jameswt-oai
- #26703 TUI Plugin Sharing 3 - render remote plugin catalog sections @canvrno-oai
- #29424 Report remote sandbox denials semantically @jif-oai
- #28968 core: rename metadata -> internal_chat_message_metadata_passthrough @owenlin0
- #29464 [sdk/python] Stop advertising HTTP image URLs @rka-oai
- #28793 [codex] Fix usage-limit reset copy and state @jayp-oai
- #27982 [codex] Start the guardian child session when parent session is started @jgershen-oai
- #29468 core: remove unused permissions cwd plumbing @bolinfest
- #26707 PAC 2 - Add shared auth system proxy contract @canvrno-oai
- #28991 Allow ChatGPT accounts without email @efrazer-oai
- #29423 [codex] configure rollout budget reminder thresholds @rka-oai
- #26678 permission profiles: expose availability to clients @viyatb-oai
- #29476 [codex] handle request_user_input in app-server test client @celia-oai
- #29479 fix(config): address permission profile review follow-ups @viyatb-oai
- #29014 Honor startup custom CA bundles with managed MITM @winston-openai
- #29480 chore: advance tungstenite fork pins @apanasenko-oai
- #27669 [codex-core-plugins] Remote Plugin ID Persisted to File @jameswt-oai
この記事をシェア
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み