CODEXリリース

Codex 0.111.0の新機能

公式リリースGitHubの原文ノート

翻訳待ち · 公式の英語ノートを表示しています。

新機能

  • Fast mode is now enabled by default, and the TUI header shows whether the session is running in Fast or Standard mode. (#13450, #13446)
  • js_repl can now dynamically import local .js and .mjs files, making it easier to reuse workspace scripts from the REPL. (#13437)
  • Codex now tells the model which plugins are enabled at session start, improving discovery of installed MCPs, apps, and skills. (#13433)
  • App-server v2 now exposes MCP elicitation as a structured request/response flow instead of raw events, which simplifies client integrations. (#13425)
  • Expanded image workflow support for clients, including client-side handling of image-generation events and model metadata for image-capable web search. (#13512, #13538)

バグ修正

  • Resuming a thread now preserves its stored git context and keeps apps enabled, avoiding broken state after codex resume. (#13504, #13533)

ドキュメント

  • Added sample skill documentation for artifact workflows, including slide deck and spreadsheet examples. (#13525)