Skip to content

gproxy v3.0.15

Choose a tag to compare

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

v3.0.15

Request audit token usage and correct handling of trailing Claude system messages.
请求审计增加 Token 用量,并修复 Claude 末尾系统消息的角色处理。

English

Added

  • Show in:… out:… hit:…% below the TPS line in desktop and mobile request audit lists. Usage is loaded from the existing usage-records API; cache hit rate is cached input tokens divided by input tokens, and unavailable usage is shown as .

Fixed

  • Preserve trailing Claude system messages during request shaping. Prefill compatibility now applies only to text-only assistant turns, retaining legacy model handling and thinking-block protection.

Changed

  • Update networking and concurrency dependencies, including ipnet, rustls, tokio-rustls, crossbeam-deque, and zstd-safe.

简体中文

新增

  • 请求审计的桌面列表和手机卡片在 TPS 下方显示 in:… out:… hit:…%。复用现有用量记录接口,缓存命中率按缓存读取 Token ÷ 输入 Token 计算,无用量时显示

修复

  • Claude 请求整形不再将末尾 system 消息误改为 user。Prefill 兼容处理仅针对纯文本 assistant 消息,保留旧模型处理和 thinking 块保护。

变更

  • 更新 ipnet、rustls、tokio-rustls、crossbeam-deque、zstd-safe 等网络与并发依赖。