wans10
0c8db4f105
refactor(model): 优化模型更新逻辑
...
- 将全局更新改为字段映射更新
- 移除不必要的会话配置选项
- 使用显式字段映射替代 Omit 和 Select 操作
- 提升代码可读性和维护性
- 保持数据一致性的同时提高性能
2026-02-03 09:48:53 +08:00
Seefs
112dd80fa1
fix: vertex maas api addr ( #2810 )
...
* fix: vertex maas api addr
2026-02-03 00:09:45 +08:00
Calcium-Ion
723b85b87f
feat: default enable channel affinity ( #2809 )
2026-02-03 00:05:23 +08:00
Seefs
4f786a3591
Merge pull request #2811 from seefs001/fix/openrouter-claude-cache-usage
...
fix: openrouter claude cache usage
2026-02-03 00:03:19 +08:00
Seefs
936a522502
Merge pull request #2764 from feitianbubu/pr/4baa0f472b6f35ce3426cd8ea0d13f38e2f4eb81
...
feat: auto-adapt video modal
2026-02-02 22:28:12 +08:00
Seefs
c91d07466f
feat: default enable channel affinity
2026-02-02 22:21:49 +08:00
CaIon
319a909da8
feat: add support for jfif image format in file decoder
2026-02-02 21:36:08 +08:00
Calcium-Ion
9cf884c527
Merge pull request #2803 from seefs001/feature/qwen-responses
...
feat: /v1/responses qwen3 max && perplexity
2026-02-02 21:22:25 +08:00
Calcium-Ion
0ef4080ea8
fix: claude panic ( #2804 )
2026-02-02 21:22:07 +08:00
Seefs
66fc439542
Merge pull request #2805 from lanfunoe/fix/make-channel-Host-override-take-effect
...
fix: make channel Host override take effect
2026-02-02 21:20:31 +08:00
Seefs
06795ddf39
fix: claude panic
2026-02-02 15:03:30 +08:00
lanfunoe
5e3dbf2177
fix: make channel Host override take effect
2026-02-02 14:59:36 +08:00
Seefs
b587796929
feat: /v1/responses perplexity
2026-02-02 14:48:45 +08:00
Seefs
5b3c8e8413
feat: /v1/responses qwen3 max
2026-02-02 14:41:27 +08:00
Seefs
f244a9e661
fix: channel affinity ( #2799 )
...
* 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
2026-02-02 14:37:31 +08:00
Seefs
80a609b7c6
Merge pull request #2759 from KiGamji/fix-group-colors
...
fix(ui): use distinct color palette for group tags
2026-02-02 13:24:15 +08:00
Seefs
aa498d5d40
Merge pull request #2798 from RedwindA/feat/GeminiCacheBilling
...
feat(gemini): support cached token billing
2026-02-02 13:21:10 +08:00
Seefs
3763565161
Merge pull request #2783 from feitianbubu/pr/9f3276d5637873b7b97dbdbd98ade9b372bd6f63
...
feat: CodeViewer click link and auto wrap
2026-02-02 13:17:01 +08:00
Seefs
534e499cef
Merge pull request #2733 from feitianbubu/pr/92eee074a8105d7331d0987d96dc78bae181e331
...
feat: task pre consume modelPrice default use setting value
2026-02-02 13:16:13 +08:00
Seefs
e088e459d3
Merge pull request #2756 from feitianbubu/pr/bae1c6025ed4c65bf72572ff8684dd7ef068e576
...
feat: doubao add first and last image to video
2026-02-02 13:15:47 +08:00
Seefs
1ae853824f
Merge pull request #2745 from mehunk/feat/custom-stripe-url
...
feat: Support customizing the success and cancel url of Stripe.
2026-02-02 13:15:05 +08:00
CaIon
a02c7b903a
fix: FreeBSD build failure due to type mismatch in Statfs_t fields ( #2793 )
...
Explicitly cast Blocks, Bavail, and Bfree to uint64 for cross-platform compatibility,
as these fields are int64 on FreeBSD but uint64 on Linux.
2026-02-02 00:36:36 +08:00
RedwindA
3985d10ae1
feat(gemini): support cached token billing
2026-02-01 22:50:47 +08:00
feitianbubu
109768441f
feat: CodeViewer click link and auto wrap
2026-01-30 11:18:58 +08:00
Calcium-Ion
d7c55b92b2
feat: disk request body cache ( #2780 )
...
* 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 >
2026-01-30 01:00:49 +08:00
Calcium-Ion
3c1675d4e4
Merge pull request #2766 from seefs001/fix/response-compact-price
...
fix: /v1/responses/compact default billing
2026-01-29 23:24:31 +08:00
Calcium-Ion
3be7801d00
Merge pull request #2765 from seefs001/fix/2763
...
fix: remove disable_parallel_tool_use if tool_choice=none
2026-01-29 23:24:11 +08:00
Calcium-Ion
f470310df8
Merge pull request #2779 from RedwindA/feat/gemini2oaiSTOP
...
feat(gemini): map OpenAI stop to Gemini stopSequences
2026-01-29 23:21:35 +08:00
RedwindA
9899073ecb
feat(gemini): map OpenAI stop to Gemini stopSequences
2026-01-29 21:30:27 +08:00
CaIon
8aa025f6e5
Update readme docs links
2026-01-28 22:50:47 +08:00
CaIon
5a39a84a2f
Update readme
2026-01-28 22:38:14 +08:00
Seefs
4f6d92ce7b
fix: /v1/responses/compact default billing
2026-01-28 14:22:34 +08:00
Seefs
b063b25998
fix: disable_parallel_tool_use parameter should be removed for tool_choice=none:
2026-01-28 13:31:14 +08:00
CaIon
44f8b3e2c9
docs: add HelloGitHub and Product Hunt badges to README
2026-01-28 13:29:22 +08:00
feitianbubu
eadae84d46
feat: auto-adapt video modal
2026-01-28 12:55:08 +08:00
KiGamji
033365a118
fix(ui): use distinct color palette for group tags
2026-01-27 17:27:35 +05:00
feitianbubu
0823c16f97
feat: doubao add first and last image to video
2026-01-27 17:33:00 +08:00
mehunk
db5b07bf98
feat: Add trusted redirect domains.
2026-01-26 22:18:04 +09:00
Calcium-Ion
d4d395e178
Add link to GitHub Security Advisories for reporting
...
Updated the reporting method for security issues to include a link to the draft security advisory.
2026-01-26 20:43:12 +08:00
CaIon
e42dc2624a
feat: add CODE_OF_CONDUCT and SECURITY.md files for community guidelines and vulnerability reporting
2026-01-26 20:37:50 +08:00
Calcium-Ion
f2108a7deb
Update LICENSE file
2026-01-26 20:24:28 +08:00
Seefs
4056e55151
feat: grok Usage Guidelines Violation Fee ( #2753 )
...
* feat: grok Usage Guidelines Violation Fee ui setting
* feat: grok Usage Guidelines Violation Fee consume log
* fix: grok Usage Guidelines Violation Fee log detail
2026-01-26 20:20:30 +08:00
Seefs
cf114ca7d6
feat: openai response /v1/response/compact ( #2644 )
...
* 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
2026-01-26 20:20:16 +08:00
Seefs
d9321b7da3
feat: channel affinity ( #2669 )
...
* 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
2026-01-26 19:57:41 +08:00
Seefs
9ac94f036c
fix: test using the correct path for rerank ( #2736 )
...
* fix: test using the correct path for rerank.
* fix: The `input` parameter for testing responses uses an array to accommodate certain channels, such as Codex, which are incompatible with single strings.
2026-01-26 19:57:15 +08:00
Seefs
d6d3d05777
Merge pull request #2735 from seefs001/feature/header-throughpass
...
feat: header passthrough
2026-01-26 19:56:51 +08:00
Seefs
232068405d
Merge pull request #2610 from Bliod-Cook/main
2026-01-26 17:30:02 +08:00
Seefs
5e23d5d615
Merge pull request #2749 from wans10/main
2026-01-26 16:50:44 +08:00
Calcium-Ion
57c65c2782
Merge pull request #2742 from seefs001/fix/pr-2540
...
feat(gemini): 支持 tool_choice 参数转换,优化多个渠道错误处理
2026-01-26 15:12:09 +08:00
Bliod-Cook
67d6699c5d
Merge branch 'main' into pr/Bliod-Cook/2610
2026-01-26 05:23:51 +00:00