Skip to content

v1.2.5

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:29
  • 修复 DeepSeek thinking mode 下 reasoning_content 没有回传导致上游 400 的问题。
  • 修复 OpenAI 兼容流式响应中 thinking/text content_block_start 空字段被省略,导致部分客户端校验失败的问题。
  • 修复 Codex / Responses 路径丢失 reasoning_content,导致 GLM 等模型没有思考输出的问题。
  • 新增模型级 thinking 映射配置 thinking_budget_mappings。
  • 默认适配 GLM thinking:glm-* 请求会发送 thinking:{type:enabled, clear_thinking:false}。
  • 默认适配 Kimi/Moonshot thinking_budget:kimi-、moonshot- 会按 low/medium/high/max 映射预算。
  • Anthropic thinking 块与 OpenAI reasoning_content 双向转换,支持连续对话保留思考状态。

Closes #1