Skip to content

EasyCLIProxyAPI v0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Sep 13:43
· 1 commit to main since this release

English

Added

  • Added official GPT-6 Sol and GPT-6 Luna templates to Codex model configuration in Agent Management.
  • Added a Sensitive Words page in Advanced Settings for editing Antigravity and Devin system-prompt terms separately. Add, edit, or remove entries individually, or paste multiple lines at once.

Improved

  • Updated the Windows build script to detect and refresh stale Tauri build caches after moving the workspace. Use -SkipCopy to build without copying over a running portable app.
  • Adjusted the quota reset countdown to show remaining days, hours, and minutes without rounding them up.

Fixed

  • Fixed old usage records remaining at the top of the list when multiple events from one request share the same request ID (#298).

简体中文

新增

  • 智能体管理中的 Codex 模型模板新增 GPT-6 Sol 和 GPT-6 Luna,配置与对应官方模板保持一致。
  • 高级设置新增“敏感词混淆”页面,可分别编辑 Antigravity 与 Devin 的系统提示词敏感词。支持逐条增删改,以及粘贴多行批量添加。

优化

  • 改进 Windows 构建脚本:移动工作目录后可识别并刷新失效的 Tauri 构建缓存;新增 -SkipCopy 参数,可在便携版程序仍在运行时只构建、不复制成品。
  • 调整配额重置倒计时的天、小时、分钟显示方式,避免剩余时间被向上取整。

修复

  • 修复使用记录中同一次请求的多条事件共用请求 ID 时,旧记录可能一直停留在列表顶部的问题(#298)。