Seefs
cbebd15692
fix: vertex maas api addr ( #2810 )
...
* fix: vertex maas api addr
2026-02-03 00:09:45 +08:00
Calcium-Ion
afa9efa037
feat: default enable channel affinity ( #2809 )
2026-02-03 00:05:23 +08:00
Seefs
760fbeb6e6
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
ee0487806c
Merge pull request #2764 from feitianbubu/pr/4baa0f472b6f35ce3426cd8ea0d13f38e2f4eb81
...
feat: auto-adapt video modal
2026-02-02 22:28:12 +08:00
Seefs
c50eff53d4
feat: default enable channel affinity
2026-02-02 22:21:49 +08:00
CaIon
16d8055397
feat: add support for jfif image format in file decoder
2026-02-02 21:36:08 +08:00
Calcium-Ion
5d2e45a147
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
1788fb290e
fix: claude panic ( #2804 )
2026-02-02 21:22:07 +08:00
Seefs
4978fead3a
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
57b9905539
fix: claude panic
2026-02-02 15:03:30 +08:00
lanfunoe
0d5ae12ebc
fix: make channel Host override take effect
2026-02-02 14:59:36 +08:00
Seefs
b6dc75cb86
feat: /v1/responses perplexity
2026-02-02 14:48:45 +08:00
Seefs
2c29993cfc
feat: /v1/responses qwen3 max
2026-02-02 14:41:27 +08:00
Seefs
540cf6c991
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
6c0e9403a2
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
76050e66ca
Merge pull request #2798 from RedwindA/feat/GeminiCacheBilling
...
feat(gemini): support cached token billing
2026-02-02 13:21:10 +08:00
Seefs
99745e7e38
Merge pull request #2783 from feitianbubu/pr/9f3276d5637873b7b97dbdbd98ade9b372bd6f63
...
feat: CodeViewer click link and auto wrap
2026-02-02 13:17:01 +08:00
Seefs
621938699b
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
2d9b408fda
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
63b642f39a
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
ff41e65d9b
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
e3f96120bc
feat(gemini): support cached token billing
2026-02-01 22:50:47 +08:00
feitianbubu
ac8a92655e
feat: CodeViewer click link and auto wrap
2026-01-30 11:18:58 +08:00
Calcium-Ion
1c983a04d3
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 >
v0.10.7-alpha.2
2026-01-30 01:00:49 +08:00
Calcium-Ion
1e9b567fc0
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
8d5ac479f5
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
9d0fde91f7
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
826d4b9190
feat(gemini): map OpenAI stop to Gemini stopSequences
2026-01-29 21:30:27 +08:00
CaIon
b44c1304a0
Update readme docs links
2026-01-28 22:50:47 +08:00
CaIon
8464363855
Update readme
2026-01-28 22:38:14 +08:00
Seefs
b1842b908e
fix: /v1/responses/compact default billing
2026-01-28 14:22:34 +08:00
Seefs
41b33e85db
fix: disable_parallel_tool_use parameter should be removed for tool_choice=none:
2026-01-28 13:31:14 +08:00
CaIon
ef66cd864c
docs: add HelloGitHub and Product Hunt badges to README
2026-01-28 13:29:22 +08:00
feitianbubu
8c4d2f2c2f
feat: auto-adapt video modal
2026-01-28 12:55:08 +08:00
KiGamji
ca81de39c9
fix(ui): use distinct color palette for group tags
2026-01-27 17:27:35 +05:00
feitianbubu
df465ca8fd
feat: doubao add first and last image to video
2026-01-27 17:33:00 +08:00
mehunk
65fd33e3ef
feat: Add trusted redirect domains.
2026-01-26 22:18:04 +09:00
Calcium-Ion
d72cfc8590
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
04de79ac43
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
e74b92276e
Update LICENSE file
2026-01-26 20:24:28 +08:00
Seefs
478f1871d6
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
v0.10.7-alpha.1
2026-01-26 20:20:30 +08:00
Seefs
cc1da72d10
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
d7d3a2f763
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
7da04be52b
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
ac8f17c827
Merge pull request #2735 from seefs001/feature/header-throughpass
...
feat: header passthrough
2026-01-26 19:56:51 +08:00
Seefs
6b85114148
Merge pull request #2610 from Bliod-Cook/main
2026-01-26 17:30:02 +08:00
Seefs
35c055e1c1
Merge pull request #2749 from wans10/main
2026-01-26 16:50:44 +08:00
Calcium-Ion
3722c63c18
Merge pull request #2742 from seefs001/fix/pr-2540
...
feat(gemini): 支持 tool_choice 参数转换,优化多个渠道错误处理
2026-01-26 15:12:09 +08:00
Bliod-Cook
d77bb794d0
Merge branch 'main' into pr/Bliod-Cook/2610
2026-01-26 05:23:51 +00:00
wans10
f00a25c7ec
fix(topup): 修复用户配额获取逻辑
...
- 移除用户ID检查条件,始终获取最新用户数据
- 确保余额等统计信息准确性
- 解决用户状态更新不及时的问题
2026-01-26 09:34:09 +08:00