Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:44

新功能

  • 更多协议支持(issue #1, 感谢 @haowang02 提出)感谢:除 Openai Responses API 外,现在同时支持 OpenAI Chat Completions 和 Anthropic Messages 等等协议。
  • 插件新增可配置参数:新增 marker_text、max_continue、max_tier_n、debug_log 四个配置项,通过 config.yaml 热重载。
  • 插件商店支持:新增 registry.json,CI 产出 zip + checksums.txt,支持在WebUI 中使用 CPA 插件商店安装。
  • 多协议测试脚本:新增 scripts/candy_eval.py,支持三种协议测试并支持并发

改进

  • 版本号注入:CI 通过 ldflags 注入版本号,registry.json 不再硬编码版本
  • Docker 挂载:安装文档去掉 :ro 只读挂载,它不被需要了
  • readme新增 HUMAN 安装指南:太好了现在人类也可以主动安装啦

已知限制

  • metadata.proxy_rounds 等诊断字段仅在 openai-response 协议下可见
  • issue #2(偶发 reasoning_tokens=0)目前暂未找到合适的高效复现方案