发布日期: 2026-07-09
版本号: v0.80.6

本次更新引入了新功能,包括可选的最大思考级别,支持GPT-5.6和自适应Claude模型,可通过CLI、SDK、RPC和模型选择使用,以及基于输入的价格层级,用于准确核算长上下文成本,并支持自定义模型配置。新增项涵盖在CLI、SDK、RPC、模型选择和主题中添加最大思考级别,在自定义模型成本中添加输入令牌价格层级,以及在shellPath设置中支持~目录扩展。修复项包括纠正继承的输出令牌预算以忽略压缩前的陈旧使用,修复GPT-5.4和GPT-5.5的长上下文成本核算,调整GPT-5.6元数据以正确处理短上下文和长上下文定价,以及改进Anthropic消息转换以保留有效的思考块。

更新内容 (中文)

新功能

  • max思维层级 - 新增高于xhigh的可选思维层级,在GPT-5.6和自适应Claude模型中原生支持,可通过CLI(--thinking max)、SDK、RPC及模型选择功能使用。自定义主题可定义thinkingMax参数。详见CLI参考文档
  • 基于输入的定价层级 - 引入请求级输入令牌定价层级,用于精确核算长上下文成本(例如GPT-5.4/5.5/5.6长上下文费率),也可在models.jsonmodelOverrides中为自定义模型配置。详见模型配置说明

新增内容

  • 在CLI、SDK、RPC、模型选择及主题功能中新增可选max思维层级。自定义主题可定义thinkingMax;现有主题默认回退至thinkingXhigh
  • models.jsonmodelOverrides及扩展注册提供商中,为自定义模型成本新增请求级输入令牌定价层级。
  • shellPath设置新增~(主目录)路径展开功能(由@aaronkyriesenbach#6470中贡献)。

修复内容

  • 修复继承的压缩后输出令牌预算分配问题,现可忽略压缩边界前过时的助手使用记录(#6464)。
  • 修复继承的GPT-5.4和GPT-5.5长上下文成本核算,同时为需要显式覆盖的模型保留原定的272K默认上下文限制。
  • 修复继承的GPT-5.6元数据处理:保持直接OpenAI请求在272K短上下文层级,同时暴露Codex后端支持372K上下文窗口的长上下文定价,并移除不存在的纯gpt-5.6别名。
  • 修复继承的Anthropic消息转换问题:现保留思考文本为空但签名有效的思考块,而非将其丢弃,从而避免在新版Claude模型上出现思考块错误(由@davidbrai#6457中贡献)。

更新内容 (原始)

New Features

  • max thinking level - New opt-in thinking level above xhigh, natively supported on GPT-5.6 and adaptive Claude models, available across CLI (--thinking max), SDK, RPC, and model selection. Custom themes can define thinkingMax. See CLI Reference.
  • Input-based pricing tiers - Request-wide input-token pricing tiers for accurate long-context cost accounting (e.g. GPT-5.4/5.5/5.6 long-context rates), also configurable for custom models in models.json and modelOverrides. See Model Configuration.

Added

  • Added the opt-in max thinking level across CLI, SDK, RPC, model selection, and themes. Custom themes can define thinkingMax; existing themes fall back to thinkingXhigh.
  • Added request-wide input-token pricing tiers to custom model costs in models.json, modelOverrides, and extension-registered providers.
  • Added ~ (home directory) expansion for the shellPath setting (#6470 by @aaronkyriesenbach).

Fixed

  • Fixed inherited post-compaction output-token budgeting to ignore stale assistant usage from before the compaction boundary (#6464).
  • Fixed inherited GPT-5.4 and GPT-5.5 long-context cost accounting while retaining the intentional 272K default context limit for models that require an explicit override.
  • Fixed inherited GPT-5.6 metadata to keep direct OpenAI requests in the 272K short-context tier while exposing the Codex backend’s 372K context window with long-context pricing, and removed the nonexistent bare gpt-5.6 alias.
  • Fixed inherited Anthropic message conversion to preserve thinking blocks with empty thinking text but a valid signature instead of dropping them, avoiding thinking-block errors on newer Claude models (#6457 by @davidbrai).

下载链接