- 12 Feb, 2026 1 commit
-
-
RedwindA committed
-
- 11 Feb, 2026 12 commits
-
-
CaIon committed
-
* feat(xai): 为xAI渠道添加/v1/responses支持 * Add video generation model to constants * fix: 修正先前更改中对于grok-3-mini的思考预算和"-search"设计
funkpopo committed -
CaIon committed
-
CaIon committed
-
# Conflicts: # README.fr.md # README.ja.md # README.md # README.zh_CN.md
CaIon committed -
* feat: logs cache field * feat: logs cache field * feat: logs cache field
Seefs committed -
* feat(localization): added zh_TW * fixed based on @coderabbitai * updated false translation for zh_TW * new workflow * revert * fixed a lot of translations * turned most zh to zh-CN * fallbacklang * bruh * eliminate ALL _ * fix: paths and other miscs thanks @Calcium-Ion * fixed translation and temp fix for preferencessettings.js * fixed translation error * fixed issue about legacy support * reverted stupid coderabbit's suggestion
Oliver Tzeng committed -
chore(deps): bump axios from 1.12.0 to 1.13.5 in /web
Calcium-Ion committed -
CaIon committed
-
CaIon committed
-
Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed -
Replace icon-based language options with plain text labels in both the header dropdown and preferences settings to keep the UI clean and avoid potential controversies. Remove unused country-flag-icons dependency.
CaIon committed
-
- 10 Feb, 2026 2 commits
-
-
Calcium-Ion committed
-
Seefs committed
-
- 08 Feb, 2026 8 commits
-
-
optimize: channel affinity tips
Calcium-Ion committed -
Seefs committed
-
CaIon committed
-
改变端点映射文案
Calcium-Ion committed -
Seefs committed
-
fix: 修复模型管理"参与官方同步"与"状态"开关无法保存的问题
Seefs committed -
fix: 如果模型管理有自定义配置则不合并默认配置
Calcium-Ion committed -
Seefs committed
-
- 07 Feb, 2026 17 commits
-
-
CaIon committed
-
feat: make 5m cache-creation ratio configurable
Calcium-Ion committed -
feat: /v1/messages -> /v1/responses
Calcium-Ion committed -
fix: 补全 streaming message_delta 事件缺失的 input_tokens 和 cache 相关字段
Calcium-Ion committed -
fix: 使用openai兼容接口调用部分渠道在最终端点为claude原生端点下还是走了openai扣减input_token的逻辑
Calcium-Ion committed -
feat: channel test with stream=true
Calcium-Ion committed -
# Conflicts: # service/openaicompat/chat_to_responses.go
Seefs committed -
fix: add paragraph breaks between reasoning summary chunks
Calcium-Ion committed -
fix: Claude stream block index/type transitions
Calcium-Ion committed -
feat(oauth): implement custom OAuth provider
Calcium-Ion committed -
feat: Force beta=true parameter for Anthropic channel
Seefs committed -
feat: add Codex channel disclaimer (i18n, OpenAI terms)
Calcium-Ion committed -
Seefs committed
-
🔧 CaIon committed -
🔧 Modified the formatUserLogs function to include a startIdx parameter, allowing for more flexible log ID assignment. Updated calls to this function in GetLogByTokenId and GetUserLogs to pass the appropriate starting index.
CaIon committed -
Seefs committed
-
当上游为 AWS Bedrock 时,message_delta 的 usage 可能缺少 input_tokens、 cache_creation_input_tokens、cache_read_input_tokens 等字段,导致与原生 Anthropic 格式不一致。从 message_start 积累的 claudeInfo 中补全这些字段后 重新序列化,确保客户端收到一致的 usage 格式。
Thomas committed
-