- 02 Feb, 2026 17 commits
-
-
fix: openrouter claude cache usage
Seefs committed -
feat: auto-adapt video modal
Seefs committed -
CaIon committed
-
feat: /v1/responses qwen3 max && perplexity
Calcium-Ion committed -
Calcium-Ion committed
-
fix: make channel Host override take effect
Seefs committed -
Seefs committed
-
lanfunoe committed
-
Seefs committed
-
Seefs committed
-
* fix: channel affinity log styles * fix: Issue with incorrect data storage when switching key sources * feat: support not retrying after a single rule configuration fails * fix: render channel affinity tooltip as multiline content * feat: channel affinity cache hit * fix: prevent ChannelAffinityUsageCacheModal infinite loading and hide data before fetch * chore: format backend with gofmt and frontend with prettier/eslint autofix
Seefs committed -
fix(ui): use distinct color palette for group tags
Seefs committed -
feat(gemini): support cached token billing
Seefs committed -
feat: CodeViewer click link and auto wrap
Seefs committed -
feat: task pre consume modelPrice default use setting value
Seefs committed -
feat: doubao add first and last image to video
Seefs committed -
feat: Support customizing the success and cancel url of Stripe.
Seefs committed
-
- 01 Feb, 2026 2 commits
- 30 Jan, 2026 1 commit
-
-
feitianbubu committed
-
- 29 Jan, 2026 5 commits
-
-
* feat: 引入通用 HTTP BodyStorage/DiskCache 缓存配置与管理 - 新增 common/body_storage.go 提供 HTTP 请求体存储抽象和文件缓存能力 - 增加 common/disk_cache_config.go 支持全局磁盘缓存配置 - main.go 挂载缓存初始化流程 - 新增和补充 controller/performance.go (及 unix/windows) 用于缓存性能监控接口 - middleware/body_cleanup.go 自动清理缓存文件 - router 挂载相关接口 - 前端 settings 页面新增性能监控设置 PerformanceSetting - 优化缓存开关状态和模块热插拔能力 - 其他相关文件同步适配缓存扩展 * fix: 修复 BodyStorage 并发安全和错误处理问题 - 修复 diskStorage.Close() 竞态条件,先获取锁再执行 CAS - 为 memoryStorage 添加互斥锁和 closed 状态检查 - 修复 CreateBodyStorageFromReader 在磁盘存储失败时的回退逻辑 - 添加缓存命中统计调用 (IncrementDiskCacheHits/IncrementMemoryCacheHits) - 修复 gin.go 中 Seek 错误被忽略的问题 - 在 api-router 添加 BodyStorageCleanup 中间件 - 修复前端 formatBytes 对异常值的处理 Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Calcium-Ion committed -
fix: /v1/responses/compact default billing
Calcium-Ion committed -
fix: remove disable_parallel_tool_use if tool_choice=none
Calcium-Ion committed -
feat(gemini): map OpenAI stop to Gemini stopSequences
Calcium-Ion committed -
RedwindA committed
-
- 28 Jan, 2026 6 commits
- 27 Jan, 2026 2 commits
-
-
KiGamji committed
-
feitianbubu committed
-
- 26 Jan, 2026 7 commits
-
-
mehunk committed
-
Updated the reporting method for security issues to include a link to the draft security advisory.
Calcium-Ion committed -
feat: add CODE_OF_CONDUCT and SECURITY.md files for community guidelines and vulnerability reporting
CaIon committed -
Calcium-Ion committed
-
* feat: grok Usage Guidelines Violation Fee ui setting * feat: grok Usage Guidelines Violation Fee consume log * fix: grok Usage Guidelines Violation Fee log detail
Seefs committed -
* feat: openai response /v1/response/compact * feat: /v1/response/compact bill * feat: /v1/response/compact * feat: /v1/responses/compact -> codex channel * feat: /v1/responses/compact -> codex channel * feat: /v1/responses/compact -> codex channel * feat: codex channel default models * feat: compact model price * feat: /v1/responses/comapct test
Seefs committed -
* feat: channel affinity * feat: channel affinity -> model setting * fix: channel affinity * feat: channel affinity op * feat: channel_type setting * feat: clean * feat: cache supports both memory and Redis. * feat: Optimise ui/ux * feat: Optimise ui/ux * feat: Optimise codex usage ui/ux * feat: Optimise ui/ux * feat: Optimise ui/ux * feat: Optimise ui/ux * feat: If the affinitized channel fails and a retry succeeds on another channel, update the affinity to the successful channel
Seefs committed
-