Skip to content

gproxy v3.0.14

Choose a tag to compare

@github-actions github-actions released this 13 Sep 14:58
· 12 commits to main since this release

gproxy v3.0.14

修复

  • 修复 Claude Code ToolSearch 返回 tool_reference 时,Claude Messages → OpenAI Chat Completions 转换失败的问题(#239)。工具引用降级为文本,保留工具名称与现有工具定义。
  • 恢复统计页用量记录的批量删除:选择记录后确认删除,刷新明细与相关统计,并返回第一页。删除保留已结算费用、配额归属和历史小时汇总。
  • 修复 Claude Messages → OpenAI Responses(包括 Codex)未请求思维链摘要的问题。adaptive / enabled 的默认显示以及 summarized / updates 会请求 reasoning.summary=autoomitted 不请求摘要。普通响应同时保留可见摘要与加密续接签名,未提供签名的推理文本也正确标记为思考内容。

Fixes

  • Accept Claude Code ToolSearch tool_reference results when converting Claude Messages to OpenAI Chat Completions (#239), retaining discovered tool names as text alongside callable tool definitions.
  • Restore confirmed batch deletion of usage records, refresh detail-based statistics, and return to the first page. Settled charges, quota attribution, and historical hourly totals remain intact.
  • Request visible reasoning summaries when converting Claude thinking to OpenAI Responses, including Codex. Enabled/adaptive thinking defaults and summarized/updates map to reasoning.summary=auto; omitted does not request a summary. Buffered responses retain visible summaries alongside opaque continuation signatures and classify unsigned reasoning text as thinking.