AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
Codex Changelog·2026年4月25日 03:01·約4分で読める

0.125.0

TL;DR

OpenAIはCodexアプリサーバーのバージョン0.125.0を公開し、Unixソケット通信やページネーション対応の再開・フォーク機能などを追加した。

新機能

  • App-server の統合において、Unix ソケットトランスポート、ページネーション対応の再開/フォーク、スティッキー環境、およびリモートスレッド設定/ストアの基盤処理がサポートされました。(#18255, #18892, #18897, #18908, #19008, #19014)
  • App-server のプラグイン管理により、リモートプラグインのインストールと構成済みマーケットプレースのアップグレードが可能になりました。(#18917, #19074)
  • 権限プロファイルは、TUI セッション、ユーザーターン、MCP サンドボックス状態、シェル昇格、および app-server API 間で双方向にシリアライズ/デシリアライズされるようになりました。(#18284, #18285, #18286, #18287, #19231)
  • モデルプロバイダーがモデルの発見を管理するようになり、AWS/Bedrock のアカウント状態が app クライアントに公開されました。(#18950, #19048)
  • codex exec --json は、プログラムによる消費者向けに推論トークンの使用状況を報告するようになりました。(#19308)
  • ロールアウト追跡は、ツール、コードモード、セッション、マルチエージェントの関係を記録し、検査用のデバッグリデューサーコマンドを提供します。(#18878, #18879, #18880)

バグ修正

  • /review の中断と TUI からの終了により、デリゲート開始時や購読解除時にインターフェースが固まる問題は発生しなくなりました。(#18921)
  • Exec-server は、プロセス終了後にバッファ出力をドロップしなくなり、ストリーム閉鎖を正しく待機するようになりました。(#18946, #19130)
  • App-server は、明示的に信頼されていないプロジェクト設定を尊重するようになり、信頼状態の自動永続化を行わなくなりました。(#18626)
  • WebSocket app-server クライアントは、ターンやツール出力通知のバースト中に切断されにくくなりました。(#19246)
  • Windowsサンドボックスの起動処理が複数のCLIバージョンとインストール済みアプリケーションディレクトリをより適切に扱い、バックグラウンドでのStart-Process呼び出しにより目立つPowerShellウィンドウが表示されなくなりました。(#19044, #19180, #19214)
  • 設定/スキーマの処理において、競合するMultiAgentV2スレッド制限を拒否し、相対的なエージェントロール設定パスを解決し、サポートされていないMCPベアートークンフィールドを非表示にし、無効なjs_replイメージのMIMEタイプを拒否するようになりました。(#19129, #19261, #19294, #19292)

ドキュメント

  • 新トランスポート、スレッド、マーケットプレイス、スティッキー環境、パーミッションプロファイルAPIに対応するため、アプリサーバーのドキュメントと生成されたスキーマを更新しました。(#18255, #18897, #19014, #19074, #19231)
  • ロールアウトトレースのドキュメントに、デバッグトレース削減ワークフローに関する記述が追加されました。(#18880)

チョアス(維持管理作業)

  • 最新のモデルカタログと推論デフォルトに対応するため、models.jsonおよび関連するコア、アプリサーバー、SDK、TUIフィクスチャを更新しました。(#19323)
  • Windows Bazel CIにおいて、キャッシュの再利用を改善するため、安定したPATHと共有クエリ起動パスを使用するようになりました。(#19161, #19232)
  • プラグインマーケットプレイスの追加/削除/起動同期の内部処理がcodex-coreから分離され、キュレーション済みプラグインキャッシュバージョンは短いSHAを使用するようになりました。(#19099, #19095)
  • アルファ版の起動失敗を引き起こしたmacOS署名エンタイトルメントの変更を元に戻しました。(#19167, #19350)
  • 不安定だった承認ポップアップおよびプラグインMCPツール検出テストを安定化させました。(#19178, #19191)

変更履歴

完全な変更履歴: rust-v0.124.0...rust-v0.125.0

  • #19129 multi_agent_v2 において agents.max_threads を拒否する @jif-oai
  • #19130 exec-server: 終了が確認された後に close を待機する @jif-oai

<a class="issue-link js-issue-link" data-error-text="Failed to load title" d

原文を表示

New Features

  • App-server integrations now support Unix socket transport, pagination-friendly resume/fork, sticky environments, and remote thread config/store plumbing. (#18255, #18892, #18897, #18908, #19008, #19014)
  • App-server plugin management can install remote plugins and upgrade configured marketplaces. (#18917, #19074)
  • Permission profiles now round-trip across TUI sessions, user turns, MCP sandbox state, shell escalation, and app-server APIs. (#18284, #18285, #18286, #18287, #19231)
  • Model providers now own model discovery, with AWS/Bedrock account state exposed to app clients. (#18950, #19048)
  • codex exec --json now reports reasoning-token usage for programmatic consumers. (#19308)
  • Rollout tracing now records tool, code-mode, session, and multi-agent relationships, with a debug reducer command for inspection. (#18878, #18879, #18880)

Bug Fixes

  • Interrupting /review and exiting the TUI no longer leaves the interface wedged on delegate startup or unsubscribe. (#18921)
  • Exec-server no longer drops buffered output after process exit and now waits correctly for stream closure. (#18946, #19130)
  • App-server now respects explicitly untrusted project config instead of auto-persisting trust. (#18626)
  • WebSocket app-server clients are less likely to disconnect during bursts of turn and tool-output notifications. (#19246)
  • Windows sandbox startup handles multiple CLI versions and installed app directories better, and background Start-Process calls avoid visible PowerShell windows. (#19044, #19180, #19214)
  • Config/schema handling now rejects conflicting MultiAgentV2 thread limits, resolves relative agent-role config paths, hides unsupported MCP bearer-token fields, and rejects invalid js_repl image MIME types. (#19129, #19261, #19294, #19292)

Documentation

  • App-server docs and generated schemas were refreshed for the new transport, thread, marketplace, sticky environment, and permission-profile APIs. (#18255, #18897, #19014, #19074, #19231)
  • Rollout-trace documentation now covers the debug trace reduction workflow. (#18880)

Chores

  • Refreshed models.json and related core, app-server, SDK, and TUI fixtures for the latest model catalog and reasoning defaults. (#19323)
  • Windows Bazel CI now uses a stable PATH and shared query startup path for better cache reuse. (#19161, #19232)
  • Plugin marketplace add/remove/startup-sync internals moved out of codex-core, and curated plugin cache versions now use short SHAs. (#19099, #19095)
  • Reverted a macOS signing entitlement change after it caused alpha startup failures. (#19167, #19350)
  • Stabilized flaky approval-popup and plugin MCP tool-discovery tests. (#19178, #19191)

Changelog

Full Changelog: rust-v0.124.0...rust-v0.125.0

  • #19129 Reject agents.max_threads with multi_agent_v2 @jif-oai
  • #19130 exec-server: wait for close after observed exit @jif-oai

<a class="issue-link js-issue-link" data-error-text="Failed to load title" d

この記事をシェア

関連記事

Codex Changelog2026年6月10日 09:42

0.140.0-alpha.2

Codex Changelog2026年6月10日 05:29

Codex v0.140.0-alpha.1 のリリース

Codex チームがバージョン v0.140.0-alpha.1 を公開しました。具体的な機能変更や修正内容は本文抜粋から確認できません。

Codex Changelog2026年6月10日 05:14

Codex v0.139.0 の新機能:コードモードが独立したウェブ検索を直接呼び出せるように

OpenAI が公開した Codex バージョン 0.139.0 では、コードモードがネストされた JavaScript ツール呼び出しからも独立したウェブ検索を直接実行し、プレーンテキストの結果を受け取れるようになりました。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む