0.114–0.123:Hooks、远程 TUI,以及 marketplace 改名为 plugin

0.119 增加 exec-server,0.121 的 marketplace 在 0.122 改成 plugin。根命令出现 --remote。plugins 和 multi_agent 标成 stable。

这一段 CLI 从「本地 TUI」变成「可远程连 app-server」,插件命令也从短暂的 marketplace 定名为 plugin

命令与参数

版本 顶层
0.116.0 根命令、forkresume 增加 --remote
0.117.0 增加 --remote-auth-token-envresume 增加 --include-non-interactiveapp-server 换上 WebSocket 鉴权参数(--ws-auth--ws-token-file 等),去掉 --session-source
0.119.0 增加 exec-server--listen);debug 增加 prompt-input
0.121.0 增加 marketplace,子命令 marketplace add--ref / --sparse
0.122.0 marketplace 改名为 pluginexec 增加 --ignore-rules--ignore-user-configdebug models 增加 --bundled

0.117.0 一批特性标成 stable:appspluginstool_suggesttui_app_server。下一版 0.118.0 又把 tui_app_server 标成 removed——TUI 连 app-server 的能力还在,只是不再当独立开关。voice_transcription 也在 0.118.0 从特性表拿掉。

主要功能变化

  • 0.114.0:实验性 code mode;Hooks 引擎(SessionStart / Stop)。可整包关掉捆绑系统技能。
  • 0.115.0:Guardian 子代理做智能审批;app-server v2 暴露文件系统 RPC。
  • 0.116.0userpromptsubmit hook;插件缺失时可提示安装。
  • 0.117.0/plugins 成为一等入口。子代理地址改成 /root/agent_a 这种路径。app-server 客户端可发 ! 命令、连远程 WebSocket。
  • 0.118.0:Windows 沙箱可强制只走代理出网。codex exec 支持提示词和 stdin 同时给。
  • 0.119.0:实验性 codex exec-serverCtrl+O 复制最新回复;/resume 可按 id 或名字跳。
  • 0.121.0:从 GitHub / git URL / 本地目录 / marketplace.json 装 marketplace。TUI Ctrl+R 反搜历史。
  • 0.122.0/side 旁路对话;Plan 可在新上下文里开工;codex exec 可忽略用户配置和规则。图片生成和 tool discovery 默认开。
  • 0.123.0:内置 amazon-bedrock 供应商。/mcp verbose。默认模型元数据刷新到当时的 gpt-5.4

升级时

文档和脚本里的 codex marketplace add 只在 0.121.0 合法,下一版就要写成 codex plugin。远程连 TUI 用 --remote--remote-auth-token-env,不要发明 --session-source。CI 隔离环境优先 codex exec --ignore-user-config --ignore-rules。Hooks 在这一段仍标实验,稳定是下一篇 0.124 的事。

来源