跳到主内容
精选85OpenAI Codex CLI(GitHub Releases)AI 编程与模型

OpenAI Codex CLI rust-v0.152.0:Vim模式搜索

0.152.0

原文
推荐理由

v0.152.0 将 update_plan 工具改为默认禁用(弃用),直接影响依赖该功能的自动化工作流。请检查你的配置或脚本,若需继续使用需在 tools.update_plan.enabled 中显式设为 true。

New Features

新功能

  • Vim mode supports / and ? searches within drafts, highlighted matches, and repeat navigation with n and N. (#41586)
  • Rate-limit banners offer actions for checking usage, managing credits, resetting limits, and managing plans. (#41742)
  • The terminal UI and codex exec show credential-refresh progress, including Amazon Bedrock reauthentication. (#41239)
  • MCP server names can contain :, @, /, and ., supporting package-style names throughout CLI commands and authentication. (#41700)
  • Individual MCP tools support an output_token_limit setting, with consistent truncation across session resumes. (#41421)
  • App-server clients can configure thread/shellCommand timeouts, including deadlines longer than one hour. (#41384)
  • Vim 模式支持在草稿中使用 / 和 ? 进行搜索,高亮显示匹配项,并支持使用 n 和 N 重复导航。(#41586)
  • 速率限制横幅提供用于检查使用情况、管理积分、重置限制和管理计划的操作。(#41742)
  • 终端 UI 和 codex exec 显示凭证刷新进度,包括 Amazon Bedrock 重新身份验证。(#41239)
  • MCP 服务器名称可以包含 :、@、/ 和 .,支持在整个 CLI 命令和身份验证中使用包风格名称。(#41700)
  • 单个 MCP 工具支持 output_token_limit 设置,并在会话恢复时保持一致的截断行为。(#41421)
  • 应用服务器客户端可以配置线程/shellCommand 超时,包括超过一小时的时间限制。(#41384)

Bug Fixes

错误修复

  • Vim-enabled composers now start fresh drafts in Insert mode, including after submitting messages or dispatching slash commands. (#41921)
  • Automatic approval reviews can retain longer messages and a larger conversation transcript. (#41931)
  • Automatic approval reviews preserve user instructions, answers, and valid authorizations across history compaction. (#41660, #41846, #41852)
  • Resumed threads restore their saved working directory when none is supplied, and client metadata updates preserve filesystem permissions. (#41567, #41464)
  • MCP tools remain available through cache refreshes and remote plugin changes; authentication retries use refreshed helper-provided headers. (#41336, #41344, #41396, #41400)
  • Opening the model picker refreshes available models without losing the highlighted choice. (#41467)
  • Fixed Windows sandbox execution with Microsoft Store PowerShell, subprocess hangs on terminal queries, and cursor-related display corruption in older JediTerm terminals. (#41227, #41436, #41673)
  • Cloud task requests reject untrusted backend URLs and disable redirects to protect saved credentials. (#41403)
  • 启用 Vim 的编辑器现在会在插入模式下启动新草稿,包括在提交消息或发送斜杠命令之后。(#41921)
  • 自动审批审查可以保留更长的消息和更大的对话记录。(#41931)
  • 自动审批审查在历史压缩过程中保留用户指令、回答和有效授权。(#41660, #41846, #41852)
  • 恢复的线程在没有提供工作目录时会恢复其保存的工作目录,并且客户端元数据更新会保留文件系统权限。(#41567, #41464)
  • MCP 工具通过缓存刷新和远程插件更改保持可用;身份验证重试使用刷新的由 helper 提供的头信息。(#41336, #41344, #41396, #41400)
  • 打开模型选择器会刷新可用模型,而不会丢失当前选中的模型。(#41467)
  • 修复了 Windows 沙箱执行问题(涉及 Microsoft Store PowerShell)、终端查询时的子进程挂起,以及旧版 JediTerm 终端中与光标相关的显示损坏问题。(#41227, #41436, #41673)
  • 云任务请求拒绝不受信任的后端 URL,并禁用重定向以保护已保存的凭证。(#41403)

Chores

杂项

  • The planning tool is disabled by default; enable it with tools.update_plan.enabled = true. (#41744)
  • Plugin recommendations begin loading during startup, reducing delays before the first turn. (#41375)
  • 规划工具默认处于禁用状态;通过 tools.update_plan.enabled = true 启用它。(#41744)
  • 插件推荐在启动期间开始加载,从而减少首次交互前的延迟。(#41375)

Changelog

更新日志

Full Changelog: rust-v0.151.0...rust-v0.152.0

完整更新日志:rust-v0.151.0...rust-v0.152.0

  • #41210 Enable clock tools from model metadata @copyberry
  • #41215 Roll over Guardian context before follow-up reviews @copyberry
  • #41218 Share linked tool mention parsing in the TUI @copyberry
  • #41219 Retry confirmed remote registration conflicts @copyberry
  • #41221 Honor turn token budgets in Guardian review rollover @copyberry
  • #41223 Add recency sorting to project/list @copyberry
  • #41226 Move Guardian review session tests to a separate file @copyberry
  • #41227 Use compatible PowerShell for elevated Windows sandbox commands @copyberry
  • #41230 Apply app routing policy to unauthenticated plugin reads @copyberry
  • #41231 Instrument the loaded plugin cache @copyberry
  • #41232 Expose the PowerShell version in environment context @copyberry
  • #41235 Sanitize history notes backend errors @copyberry
  • #41239 Surface model provider authentication recovery progress @copyberry
  • #41243 Add configurable gating for the sleep tool @copyberry
  • #41250 Include thread source in realtime connection metadata @copyberry
  • #41260 Let the history backend enforce tool output budgets @copyberry
  • #41285 Drive keymap conflict checks from the action registry @copyberry
  • #41292 Forward history note images to the model @copyberry
  • #41308 Make subagents follow the root service tier @copyberry
  • #41309 Honor required reviews when reusing Guardian scores @copyberry
  • #41313 Decouple HTTP retry backoff from overload integration testing @copyberry
  • #41322 Isolate required-model Guardian approval coverage @copyberry
  • #41328 Review terminal input against retained permissions @copyberry
  • #41331 Classify clock tools as built-in control tools @copyberry
  • #41336 Preserve cached MCP tools during binding capture @copyberry
  • #41344 Use refreshed MCP tool caches during binding capture @copyberry
  • #41349 Assign stable IDs to generated Responses input items @copyberry
  • #41354 Reject NUL bytes in reviewed terminal input @copyberry
  • #41357 Support compression for shared rollout lineages @copyberry
  • #41360 Measure Codex home usage at app-server startup @copyberry
  • #41364 Test resuming compressed shared rollouts @copyberry
  • #41365 Restrict async user messages to questions @copyberry
  • #41368 Match Windows shell guidance to the executor platform @copyberry
  • #41375 Preload plugin recommendations during session startup @copyberry
  • #41380 Clarify proactive multi-agent delegation guidance @copyberry
  • #41384 Support configurable timeouts for thread shell commands @copyberry
  • #41385 Give Guardian classifications distinct turn identities @copyberry
  • #41392 Add shared Guardian context primitives @copyberry
  • #41393 Preserve one-shot exec when unified exec is disabled @copyberry
  • #41396 Refresh runtimes for remote plugin state changes @copyberry
  • #41400 Refresh MCP HTTP helper headers after authorization failures @copyberry
  • #41403 Restrict cloud task credentials to trusted origins @copyberry
  • #41413 Optimize history item lookups @copyberry
  • #41416 Add app-server notification media filtering @copyberry
  • #41421 Support per-tool MCP output limits @copyberry
  • #41422 Add shared Guardian transcript collection @copyberry
  • #41424 Preserve context baselines across nested agent forks @copyberry
  • #41427 Filter media from function call output notifications @copyberry
  • #41429 Retain the last selected step context for each turn @copyberry
  • #41432 Run executor hooks for interrupted turns @copyberry
  • #41435 Allow bundled browser cleanup hooks on subagent stop @copyberry
  • #41436 Respond to terminal queries from TTY subprocesses @copyberry
  • #41447 Support openai/elicitation form requests @copyberry
  • #41448 Clarify question handling in Default collaboration mode @copyberry
  • #41449 Rename the read-only Seatbelt platform defaults policy @copyberry
  • #41452 Report code mode host request durations @copyberry
  • #41454 Block goals after repeated execution host failures @copyberry
  • #41456 Support app targets in executor plugin hooks @copyberry
  • #41457 Source proactive multi-agent instructions from the model catalog @copyberry
  • #41461 Source async user message descriptions from the model catalog @copyberry
  • #41464 Preserve permissions when updating session metadata @copyberry
  • #41467 Refresh the TUI model picker from the app server @copyberry
  • #41476 Use rules_rs platforms for release binaries @copyberry
  • #41477 Organize bundled Rust resources under asset directories @copyberry
  • #41562 Preserve turn lineage across goal continuations @copyberry
  • #41567 Restore thread cwd from owned settings snapshots @copyberry
  • #41569 Harden diagnostic report uploads @copyberry
  • #41570 Fix proactive multi-agent instruction grammar @copyberry
  • #41586 Add Vim search motions to the composer @copyberry
  • #41613 Move Vim history tests into the history search module @copyberry
  • #41630 Update tests for default-enabled update_plan @copyberry
  • #41660 Preserve Guardian authorization across history compaction @copyberry
  • #41666 Approve the first Node REPL execution without a Guardian wait @copyberry
  • #41673 Repair cursor-style rendering on older JediTerm terminals @copyberry
  • #41683 Set working directories for environment MCP tests @copyberry
  • #41700 Support package-style MCP server names @copyberry
  • #41742 Show actionable rate-limit banners in the TUI @copyberry
  • #41743 Mark history ingestion requests in turn metadata @copyberry
  • #41744 Make the update_plan tool opt-in @copyberry
  • #41803 Allow models to enable token budgeting by default @copyberry
  • #41840 Use the async stack budget for approval reviews @copyberry
  • #41846 Preserve Guardian review evidence across compaction @copyberry
  • #41852 Preserve Guardian user answers across compaction @copyberry
  • #41210 从模型元数据启用时钟工具 @copyberry
  • #41215 在后续审查之前回滚 Guardian 上下文 @copyberry
  • #41218 在 TUI 中共享链接工具提及解析 @copyberry
  • #41219 确认重试远程注册冲突 @copyberry
  • #41221 在 Guardian 审查结转中尊重令牌预算 @copyberry
  • #41223 为 project/list 添加近期排序 @copyberry
  • #41226 将 Guardian 审查会话测试移至单独文件 @copyberry
  • #41227 对提升权限的 Windows 沙箱命令使用兼容的 PowerShell @copyberry
  • #41230 将应用路由策略应用于未认证插件读取 @copyberry
  • #41231 对已加载的插件缓存进行监控 @copyberry
  • #41232 在环境上下文中暴露 PowerShell 版本 @copyberry
  • #41235 清理历史记录笔记后端错误 @copyberry
  • #41239 显示模型提供商身份验证恢复进度 @copyberry
  • #41243 为 sleep 工具添加可配置的门控 @copyberry
  • #41250 在实时连接元数据中包含线程来源 @copyberry
  • #41260 让历史记录后端强制执行工具输出预算 @copyberry
  • #41285 从操作注册表驱动快捷键冲突检查 @copyberry
  • #41292 将历史记录笔记图片转发给模型 @copyberry
  • #41308 使子智能体遵循根服务层级 @copyberry
  • #41309 重用 Guardian 评分时尊重必需的审查 @copyberry
  • #41313 将 HTTP 重试退避与过载集成测试解耦 @copyberry
  • #41322 隔离必需模型的 Guardian 审批覆盖率 @copyberry
  • #41328 根据保留权限审查终端输入 @copyberry
  • #41331 将时钟工具分类为内置控制工具 @copyberry
  • #41336 在绑定捕获期间保留缓存的 MCP 工具 @copyberry
  • #41344 在绑定捕获期间使用刷新的 MCP 工具缓存 @copyberry
  • #41349 为生成的 Responses 输入项分配稳定 ID @copyberry
  • #41354 在审查过的终端输入中拒绝 NUL 字节 @copyberry
  • #41357 支持共享回滚线的压缩功能 @copyberry
  • #41360 在应用服务器启动时测量 Codex 主页使用情况 @copyberry
  • #41364 测试恢复压缩的共享回滚线 @copyberry
  • #41365 将异步用户消息限制为问题 @copyberry
  • #41368 使 Windows shell 指导与执行器平台匹配 @copyberry
  • #41375 在会话启动期间预加载插件推荐 @copyberry
  • #41380 澄清主动多代理委派指导 @copyberry
  • #41384 支持线程 shell 命令的可配置超时 @copyberry
  • #41385 赋予 Guardian 分类不同的回合身份 @copyberry
  • #41392 添加共享 Guardian 上下文原语 @copyberry
  • #41393 当统一执行被禁用时保留一次性执行 @copyberry
  • #41396 刷新远程插件状态更改的运行环境 @copyberry
  • #41400 在授权失败后刷新 MCP HTTP 辅助标头 @copyberry
  • #41403 将云任务凭据限制为受信任的来源 @copyberry
  • #41413 优化历史记录项查找 @copyberry
  • #41416 添加应用服务器通知媒体过滤 @copyberry
  • #41421 支持每个工具的 MCP 输出限制 @copyberry
  • #41422 添加共享 Guardian 转录收集 @copyberry
  • #41424 在嵌套代理分叉之间保留上下文基线 @copyberry
  • #41427 从函数调用输出通知中过滤媒体 @copyberry
  • #41429 为每个回合保留最后选择的步骤上下文 @copyberry
  • #41432 为中断的回合运行执行器钩子 @copyberry
  • #41435 允许在子代理停止时捆绑浏览器清理钩子 @copyberry
  • #41436 响应来自 TTY 子进程的终端查询 @copyberry
  • #41447 支持 openai/elicitation 表单请求 @copyberry
  • #41448 澄清默认协作模式下的问题处理 @copyberry
  • #41449 重命名只读的 Seatbelt 平台默认策略 @copyberry
  • #41452 报告代码模式主机请求持续时间 @copyberry
  • #41454 在重复执行主机失败后阻止目标 @copyberry
  • #41456 在执行器插件钩子中支持应用目标 @copyberry
  • #41457 从模型目录获取主动式多智能体指令 @copyberry
  • #41461 从模型目录获取异步用户消息描述 @copyberry
  • #41464 更新会话元数据时保留权限 @copyberry
  • #41467 从应用服务器刷新 TUI 模型选择器 @copyberry
  • #41476 使用 rules_rs 平台构建发布二进制文件 @copyberry
  • #41477 将捆绑的 Rust 资源组织到资产目录下 @copyberry
  • #41562 在目标延续期间保留轮次血缘关系 @copyberry
  • #41567 从拥有的设置快照恢复线程当前工作目录 (cwd) @copyberry
  • #41569 加固诊断报告上传功能 @copyberry
  • #41570 修复主动式多智能体指令语法 @copyberry
  • #41586 向 Composer 添加 Vim 搜索运动操作 @copyberry
  • #41613 将 Vim 历史测试移至历史搜索模块 @copyberry
  • #41630 更新 default-enabled update_plan 的测试 @copyberry
  • #41660 在历史压缩过程中保留 Guardian 授权 @copyberry
  • #41666 批准首次 Node REPL 执行,无需等待 Guardian @copyberry
  • #41673 修复旧版 JediTerm 终端上的光标样式渲染 @copyberry
  • #41683 为环境 MCP 测试设置工作目录 @copyberry
  • #41700 支持包风格的 MCP 服务器名称 @copyberry
  • #41742 在 TUI 中显示可操作的速率限制横幅 @copyberry
  • #41743 在轮次元数据中标记历史摄取请求 @copyberry
  • #41744 使 update_plan 工具变为可选 @copyberry
  • #41803 允许模型默认启用令牌预算控制 @copyberry
  • #41840 使用异步堆栈预算进行审批审查 @copyberry
  • #41846 在压缩过程中保留 Guardian 审查证据 @copyberry
  • #41852 在压缩过程中保留 Guardian 用户回答 @copyberry

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近