Codex

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Codex v0.152.0 on August 31 and its next-day fix release added explicit ceilings on MCP tool output volume and execution time, and switched the planning tool off by default. Here's a rundown of the changes that matter for long-running unattended and semi-autonomous agent operation.

By FF
「一時間を超える処理」を待てるようにした──Codex 0.152が、MCPの出力量と実行時間に“上限のつまみ”を付け、計画ツールを既定オフに回した

「一時間を超える処理」を待てるようにした──Codex 0.152が、MCPの出力量と実行時間に“上限のつまみ”を付け、計画ツールを既定オフに回した

8月31日のCodex v0.152.0と翌日の修正版が、MCPツールの出力量や実行時間に明示的な上限を足し、計画ツールを既定オフに切り替えた。長く走らせる無人・半自動のエージェント運用に効く変更点を整理する。

FF
The Day Legacy Models Leave the Subscription Door──In Codex, "Which Login" Decides Which Models You Get

The Day Legacy Models Leave the Subscription Door──In Codex, "Which Login" Decides Which Models You Get

On August 31, OpenAI is ending availability of GPT-5.4 and 5.4 mini in Codex. But it only affects ChatGPT-login users—with API key authentication or via the API, they remain. The replacements are gpt-5.6-terra and gpt-5.6-luna. Here's a rundown of the settings to review and the three paths you can t

By FF
サブスクの入り口から旧モデルが外れる日──Codexは「どのログインか」が使えるモデルを決める

サブスクの入り口から旧モデルが外れる日──Codexは「どのログインか」が使えるモデルを決める

OpenAI が 8 月 31 日、Codex から GPT-5.4 と 5.4 mini を提供終了。ただし対象は ChatGPT ログインのユーザーだけで、API キー認証や API 経由なら残る。置き換え先は gpt-5.6-terra/gpt-5.6-luna。見直すべき設定と、取れる三つの道を整理します。

FF
Vet a Tool's "Reply" Before the Model Reads It — Codex 0.151 Adds a Rewritable Checkpoint on MCP Return Values

Vet a Tool's "Reply" Before the Model Reads It — Codex 0.151 Adds a Rewritable Checkpoint on MCP Return Values

OpenAI's Codex 0.151.0 adds an "exit checkpoint" that lets you inspect and rewrite an MCP tool's return values before the model reads them. Alongside 0.150's Interrupt hooks and the ongoing autonomy fixes, we trace how agent safety design is opening up to the operator's discretion.

By FF
ツールの「返事」を、モデルが読む前に検める──Codex 0.151が、MCPの戻り値に“書き換えできる関所”を置いた

ツールの「返事」を、モデルが読む前に検める──Codex 0.151が、MCPの戻り値に“書き換えできる関所”を置いた

OpenAIのCodex 0.151.0が、MCPツールの戻り値をモデルが読む前に検査・書き換えできる「出口の関所」を追加。0.150のInterruptフックや自走まわりの修正とあわせ、エージェントの安全設計が運用者の裁量に開かれつつある動きを整理します。

FF
Codex Stops "Look, Guess, and Click" — Introducing 'Site Tools,' Where Sites Hand Over Their Own Tools, Plus Support for 5 Browsers

Codex Stops "Look, Guess, and Click" — Introducing 'Site Tools,' Where Sites Hand Over Their Own Tools, Plus Support for 5 Browsers

On August 25, OpenAI added browser updates to Codex and ChatGPT Work. The highlight is 'Site Tools (WebMCP),' which lets agents call the tools a site itself declares. We unpack the shift from guessing at the screen to sites handing features over to agents, along with the expanded browser support and

By FF
「見て・当ててクリック」をCodexがやめる──サイト自身が差し出す道具を呼ぶ『Site Tools』と、5ブラウザ対応

「見て・当ててクリック」をCodexがやめる──サイト自身が差し出す道具を呼ぶ『Site Tools』と、5ブラウザ対応

OpenAIが8月25日、CodexとChatGPT Workにブラウザ更新を追加。目玉は、サイト自身が宣言した道具を呼ぶ『Site Tools(WebMCP)』。画面を推測して操作する時代から、サイトがエージェントに機能を手渡す時代への転換を、対応ブラウザ拡大や課題とあわせて読み解きます。

FF
Slip a Word to a Running Agent After the Fact — Codex 0.149 Corrals Tasks in a 'Ledger' and Stops Permissions From Reverting on Resume

Slip a Word to a Running Agent After the Fact — Codex 0.149 Corrals Tasks in a 'Ledger' and Stops Permissions From Reverting on Resume

OpenAI's Codex CLI ships v0.149.0, adding a codex agents dashboard that corrals running tasks and a codex queue command that sends instructions to sessions already in progress. A fix that restores the permission profile when a session is resumed or forked also lands, tightening the handling of agent

By FF
走っているエージェントに、後から一言を差し込む──Codex 0.149が『台帳』でタスクを束ね、再開時の“権限の戻り”を止めた

走っているエージェントに、後から一言を差し込む──Codex 0.149が『台帳』でタスクを束ね、再開時の“権限の戻り”を止めた

OpenAIのCodex CLIがv0.149.0を公開。実行中タスクを束ねる codex agents ダッシュボードと、走っているセッションへ後から指示を送る codex queue を追加。再開・分岐時に権限プロファイルを復元する修正も入り、並走エージェントの“取り回し”を固めた。

FF
Carry Your Plugins Across Agents — Codex 0.147 Is the First to Ship the Shared 'Agent Plugins' Standard, and the Empty Seat Where Claude Should Be

Carry Your Plugins Across Agents — Codex 0.147 Is the First to Ship the Shared 'Agent Plugins' Standard, and the Empty Seat Where Claude Should Be

Codex CLI 0.147.0 became the first major agent to support "Agent Plugins," a vendor-neutral shared standard. From a developer's perspective, we lay out what the standard does to kill the hassle of rebuilding extensions per format, how it's governed, and what Claude's absence means.

By FF
プラグインを、エージェント間で持ち運ぶ──Codex 0.147が最初に載せた共通規格『Agent Plugins』と、そこに席のないClaude

プラグインを、エージェント間で持ち運ぶ──Codex 0.147が最初に載せた共通規格『Agent Plugins』と、そこに席のないClaude

Codex CLI 0.147.0が、ベンダー中立の共通規格「Agent Plugins」に対応した最初の主要エージェントになりました。拡張を書式ごとに作り直す面倒を消す規格の中身と運営、そこにClaudeがいない意味を開発者目線で整理します。

FF