主な変更点
2026年6月16日 JST の監視では、Codex に新しい更新がありました。Claude Code / Cursor / Windsurf / Cline / Gemini CLI / GitHub Copilot は前回ログから変化なしです。
- Codex 0.140.0-alpha.20: alpha.19 から alpha.20 では、bundled SQLite の WAL-reset 回避、buildifier の `just fmt` 統合、Wine 環境での PowerShell テスト、PathUri の native path rendering、remote environment の cwd と shell 対応、selected-plugin precedence と MCP catalog の attribution 整備が入りました。app-server / exec-server / plugin の土台を静かに固める内容です。
- Codex 0.140.0-alpha.21: alpha.20 から alpha.21 では、dynamic tools の explicit namespaces 化、selected executor plugin の MCP/Apps 継承、connector listings での plugin Apps 保持、feedback upload の subtree 上限、shell snapshot ownership の整理、exec-server keepalive の復活、memory read metrics の簡素化が入りました。モデル実行面と plugin / session 周辺の取り回しがさらに詰まっています。
影響や使いどころ
Codex を alpha 系で追う人は、remote 実行と selected plugin の境界がより明確になった点に注目です。特に Windows や executor ベースの環境では、更新後に exec-server の cwd / shell と plugin MCP の見え方を軽く確認しておくと、あとで詰まりにくくなります。
まとめ
今回は Codex のみの更新でした。alpha.20 で実行基盤、alpha.21 で dynamic tools と plugin/MCP の取り回しが前進しています。alpha 系を追う場合は、selected plugin と remote exec の挙動を短く点検してから取り込むのが安全です。