Codex Changelog·2026年6月9日 08:01·約4分で読める
Codex v0.138.0 の新機能:CLI から Codex Desktop へのハンドオフと Windows ワークスペースの直接起動が可能に
TL;DR
OpenAI が公開した Codex バージョン 0.138.0 では、/app コマンドが macOS およびネイティブ Windows 環境で CLI スレッドを Codex Desktop に引き渡せるようになり、Windows のワークスペース起動も手動プロンプトを経由せず直接デスクトップアプリへ移行できるようになった。
新しい機能
- /app コマンドは、現在の CLI スレッドを macOS の Codex Desktop やネイティブ Windows へ引き渡すことができるようになりました。また、Windows ワークスペースの起動時に、手動プロンプトで停止するのではなく、直接 Desktop で開くことができます。(#25638, #26500)
- ローカル画像添付ファイルとスタンドアロン画像生成において、保存されたファイルパスがモデルに公開されるようになりました。これにより、後続の編集やファイル参照がより信頼性のあるものになります。(#25944, #25947)
- 推論努力度の選択がより柔軟になりました:TUI(ターミナルユーザーインターフェース)には、Alt キーバインドをサポートしていないターミナル向けのフォールバックショートカットが追加され、モデル定義の努力度レベルは、モデルが示す順序で流れるようになりました。(#25623, #26444, #26446)
- アプリサーバー統合において、アカウントトークンの使用状況を読み取ることが可能になりました。また、Codex 認証では、CLI およびアプリサーバーフローで v2 パーソナルアクセストークンをサポートしています。(#25344, #25731)
- プラグイン自動化における構造化出力が強化されました:追加/削除コマンドおよびマーケットプレイスコマンドに --json オプションがサポートされ、プラグインリストの JSON にはマーケットプレイスのソースが含まれるようになりました。また、プラグイン詳細データでは、デフォルトのプロンプト、リモート MCP サーバー、利用不可なアプリテンプレートが公開されるようになりました。(#26631, #26417, #25887, #26453, #26317)
バグ修正
- ゴールワークフローの予測性が向上しました:/goal 編集での複数行貼り付けが早期に送信される不再、アイドル状態での自動ターンが Plan モードから外れるようになり、ターミナルターンの失敗後にゴールが自動的に継続されなくなりました。(#26047, #26147, #26690)
- フォークされたスレッドでは、元の最初のプロンプト名にフォールバックするのではなく、ユーザーがリネームしたタイトルを保持するようになりました。(#26075)
- TUI はストリーミング中に余分な空白を追加しなくなり、キャンセルされたプロンプトはカーソルが末尾にある状態で再開されるため、自然に編集を継続できます。(#26636, #26457)
- TUI の設定書き込み失敗時に、その根本原因が表示されるようになったことで、検証問題や読み取り専用ファイルシステムの問題の診断が格段に容易になりました。(#26537)
- 起動処理があらゆる環境でより堅牢になり、/usr/bin/bash への対応、Linux プロキシソケットパスの短縮化、期限切れとなった OAuth ベース MCP クレデンシャルの事前リフレッシュをサポートしました。(#26538, #26553, #26482)
- リモートおよびシンボリックリンク付きワークスペースに対するワークスペース指示の読み込み精度が向上し、適切な AGENTS.md ファイルが一貫して取得されるようになりました。(#26205, #26465)
Documentation
- CLI の README を更新し、古くなったガイダンスを削除して、現在のドキュメントフローに合致するように改善しました。(#26313)
Chores
- TUI の起動時に、発見結果の再利用とクリティカルパス上でのフックメタデータのみを読み込むことで、重複するプラグイン処理を減らしました。(#26469, #26272)
- resume --last コマンドは、状態データベース(state DB)内で最初に一致する最新セッションを検索するように変更され、大規模なローカル履歴における復元が高速化されました。(#26462)
- バイトスキャンの最適化により、大規模な MCP/Ollama ストリームや長いメッセージ履歴の処理が大幅に高速化されました。(#26265)
Changelog
完全な変更履歴: rust-v0.137.0...rust-v0.138.0
- #26179 nit: MAv2 用の小さなプロンプト更新 @jif-oai
- #26175 feat: git エンリッチメントのガード追加 @jif-oai
- #26047 /goal 編集時の複数行貼り付けを修正 @etraut-openai
- #25700 core: SandboxPolicy を exec に通すスレッド処理を停止 @bolinfest
- #25925 [codex] ユーザーの Bazel 設定を Codex のワークツリーにコピー @anp-oai
- #26216 [codex] Python SDK をランタイム 0.137.0a4 に固定 @aibrahim-oai
- #25887 リモートプラグインのデフォルトプロンプトを保持 @ericning-o
- #25944 ローカルイメージパスをモデルに公開 @won-openai
- #25469 [profile-switcher][rust] -- [1/2] app-server アカウントセッションプロトコルの追加 @dhruvgupta-oai
- #26075 フォークされたスレッド名の継承を修正 @etraut-openai
<a class="issue-link js-issue-link" data-e
原文を表示
New Features
- The /app command can now hand off the current CLI thread into Codex Desktop on macOS and native Windows, and Windows workspace launches can open directly into Desktop instead of stopping at a manual prompt. (#25638, #26500)
- Local image attachments and standalone image generations now expose their saved file paths to the model, which makes follow-up edits and file references more reliable. (#25944, #25947)
- Reasoning effort selection is more flexible: the TUI adds fallback shortcuts for terminals that miss Alt bindings, and model-defined effort levels now flow through in the order advertised by the model. (#25623, #26444, #26446)
- App-server integrations can now read account token usage, and Codex auth supports v2 personal access tokens in CLI and app-server flows. (#25344, #25731)
- Plugin automation got richer structured output: add/remove and marketplace commands support --json, plugin list JSON includes marketplace source, and plugin detail data now exposes default prompts, remote MCP servers, and unavailable app templates. (#26631, #26417, #25887, #26453, #26317)
Bug Fixes
- Goal workflows are more predictable: multiline paste in /goal edit no longer submits early, idle auto-turns stay out of Plan mode, and goals stop auto-continuing after terminal turn failures. (#26047, #26147, #26690)
- Forked threads now keep user-renamed titles instead of falling back to the original first-prompt name. (#26075)
- The TUI no longer adds extra blank space while streaming, and cancelled prompts reopen with the cursor at the end so you can keep editing naturally. (#26636, #26457)
- TUI config write failures now show the underlying cause, making validation problems and read-only filesystem issues much easier to diagnose. (#26537)
- Startup is more resilient across environments, with support for /usr/bin/bash, shorter Linux proxy socket paths, and pre-refresh of expired OAuth-backed MCP credentials. (#26538, #26553, #26482)
- Workspace instruction loading is more accurate for remote and symlinked workspaces, so the right AGENTS.md files are picked up consistently. (#26205, #26465)
Documentation
- The CLI README was refreshed to remove stale guidance and better match the current documentation flow. (#26313)
Chores
- TUI startup does less repeated plugin work by reusing discovery results and loading only hook metadata on the critical path. (#26469, #26272)
- resume --last now finds the newest matching session through the state DB first, which speeds up restore on large local histories. (#26462)
- Large MCP/Ollama streams and long message histories process much faster thanks to optimized byte scanning. (#26265)
Changelog
Full Changelog: rust-v0.137.0...rust-v0.138.0
- #26179 nit: small prompt update for MAv2 @jif-oai
- #26175 feat: guard git enrichment @jif-oai
- #26047 Fix multiline paste in /goal edit @etraut-openai
- #25700 core: stop threading SandboxPolicy through exec @bolinfest
- #25925 [codex] Copy user Bazel settings into Codex worktrees @anp-oai
- #26216 [codex] Pin Python SDK to runtime 0.137.0a4 @aibrahim-oai
- #25887 Preserve remote plugin default prompts @ericning-o
- #25944 Expose local image paths to models @won-openai
- #25469 [profile-switcher][rust] -- [1/2] Add app-server account session protocol @dhruvgupta-oai
- #26075 Fix forked thread name inheritance @etraut-openai
<a class="issue-link js-issue-link" data-e
この記事をシェア
関連記事
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日報で今日の重要ニュースをまとめ読み