Wesley Liddick
|
2ec9b0d7ba
|
Merge pull request #2412 from gaoren002/fix/codex-auto-review-gpt55
fix(openai): add codex auto review model pricing
|
2026-05-19 15:14:36 +08:00 |
|
Wesley Liddick
|
e9a09d8721
|
Merge pull request #2395 from imlewc/fix-oidc-compat-email-display
fix(auth): prefer OIDC compat email in pending flow
|
2026-05-19 15:13:55 +08:00 |
|
shaw
|
0c34e31881
|
fix(gemini): 修复 chat completions compat 编译失败
PR #2451 引入的 gemini_chat_completions_compat_service.go 调用了
已被 4840194b 删除的 extractImageSize 方法,导致 main 分支自合并
后无法编译,连带 test/golangci-lint/govulncheck 三个 CI 全部失败。
按照 gemini_messages_compat_service.go 的现行模式,改用
extractImageInputSize + normalizeOpenAIImageSizeTier 两步调用,
并补齐 ForwardResult.ImageInputSize 字段以保持行为一致。
|
2026-05-19 15:10:24 +08:00 |
|
Wesley Liddick
|
548c71c8bb
|
Merge pull request #2557 from Arron196/fix/issue-2542-daily-card-expiry-mode
fix: 修复日卡跨日重复刷新额度
|
2026-05-19 14:53:22 +08:00 |
|
Wesley Liddick
|
8a9f7ae2f1
|
Merge pull request #2444 from astro-ge/fix/passthrough-first-token-ms
fix(passthrough): 修复WSv2模式下first_token_ms测量错误
|
2026-05-19 14:52:55 +08:00 |
|
Wesley Liddick
|
902af920b7
|
Merge pull request #2456 from Evsdrg/fix/unbounded-queries-and-sort
fix(repo): 公告查询添加分页上限,优化分组按账户数排序的数据加载方式
|
2026-05-19 14:51:59 +08:00 |
|
Wesley Liddick
|
f05670dd0f
|
Merge pull request #2454 from wucm667/codex/issue-2426-model-mapping
fix(account): 保留模型白名单和模型映射组合配置
|
2026-05-19 14:50:03 +08:00 |
|
Wesley Liddick
|
8a4ee578cb
|
Merge pull request #2451 from wucm667/codex/issue-2237-gemini-chat-completions
fix(gateway): 修复 Gemini 组 Chat Completions 路由
|
2026-05-19 14:47:52 +08:00 |
|
Wesley Liddick
|
e365aae450
|
Merge pull request #2450 from wucm667/codex/issue-2431-responses-api-support
feat: 支持后台配置 OpenAI Responses API 路由
|
2026-05-19 14:47:10 +08:00 |
|
Wesley Liddick
|
ac856633aa
|
Merge pull request #2449 from wucm667/fix/payment-product-name-affix
fix: 修复订阅支付商品名前后缀不生效
|
2026-05-19 14:46:09 +08:00 |
|
Wesley Liddick
|
9f1a2c234d
|
Merge pull request #2448 from wucm667/codex/issue-2334-copy-all
fix: 修复兑换码生成后复制全部报错
|
2026-05-19 14:45:38 +08:00 |
|
Wesley Liddick
|
36e461e7c9
|
Merge pull request #2424 from wucm667/fix/openai-versioned-base-url
fix(openai): handle versioned compatible base URLs
|
2026-05-19 14:44:37 +08:00 |
|
Wesley Liddick
|
23e95b77b7
|
Merge pull request #2528 from wucm667/fix/openai-responses-null-content
fix(openai): 修复 chat-completions 转 responses 时 content 为 null 导致上游 400
|
2026-05-19 14:43:55 +08:00 |
|
Wesley Liddick
|
702f1908ff
|
Merge pull request #2447 from wucm667/codex/issue-2428-bash3-install
fix: 安装脚本提前检查 Bash 版本
|
2026-05-19 14:43:28 +08:00 |
|
Wesley Liddick
|
03473d3ee8
|
Merge pull request #2554 from Arron196/feature/sync-upstream-models-pr
feat: 支持从上游同步账号可用模型列表
|
2026-05-19 14:42:47 +08:00 |
|
Wesley Liddick
|
ae4c738887
|
Merge pull request #2457 from wucm667/fix/openai-fast-policy-default-pass
fix: 默认透传 OpenAI service_tier
|
2026-05-19 14:34:37 +08:00 |
|
Wesley Liddick
|
aa1460feb3
|
Merge pull request #2475 from is7Qin/feat/available-channels-default-pricing
feat(channels): 「可用渠道」对未填价的 pricing 条目按 LiteLLM 默认价展示
|
2026-05-19 14:33:17 +08:00 |
|
Wesley Liddick
|
c65522641d
|
Merge pull request #2473 from is7Qin/fix/image-tier-validation
fix(channels): 按次/图片计费模式下区间校验跳过 token 上下文重叠规则
|
2026-05-19 14:28:33 +08:00 |
|
Wesley Liddick
|
57603e169e
|
Merge pull request #2461 from wucm667/fix/image-gen-upstream-context-detach
fix(gateway): 修复图片生成上游请求过早取消
|
2026-05-19 14:14:50 +08:00 |
|
Wesley Liddick
|
082216befc
|
Merge pull request #2508 from honue/main
fix: 修复管理后台分组页可用账号数显示错误
|
2026-05-19 14:08:00 +08:00 |
|
Wesley Liddick
|
be0c857240
|
Merge pull request #2502 from yangzc2004-bit/codex/gemini-google-one-429-cooldown
fix: use tier cooldown for google one gemini 429
|
2026-05-19 14:07:25 +08:00 |
|
Wesley Liddick
|
a340002c6d
|
Merge pull request #2401 from 2ue/fix/normalize-image-billing-size
修复图片计费尺寸归一化与使用记录展示
|
2026-05-19 14:00:24 +08:00 |
|
name
|
ddab7de916
|
Merge branch 'main' into fix/image-tier-validation
|
2026-05-19 11:06:17 +08:00 |
|
name
|
d70497a669
|
Merge branch 'main' into feat/available-channels-default-pricing
|
2026-05-19 11:06:15 +08:00 |
|
Wesley Liddick
|
14f54be03f
|
Merge pull request #2481 from weak-fox/lyp/fix-issue-2223-capacity-retry
fix: 修复 OpenAI 模型容量错误未进入自动重试
|
2026-05-19 10:24:18 +08:00 |
|
Wesley Liddick
|
8584b8f7cf
|
Merge pull request #2504 from yetone/fix-admin-settings-darkmode
fix(admin/settings): make tab shell readable in dark mode
|
2026-05-19 09:55:01 +08:00 |
|
Wesley Liddick
|
f9fec78b70
|
Merge pull request #2505 from is7Qin/fix/openai-compat-usage-parsing
修复 Claude 映射 GPT 后被记为 0 token 的计费漏洞
|
2026-05-19 09:53:50 +08:00 |
|
shaw
|
a729752de6
|
test: align codex tool-call id assertions with fc_ prefix
|
2026-05-19 09:45:05 +08:00 |
|
Wesley Liddick
|
11870cf84f
|
Merge pull request #2499 from yetone/fix/codex-transform-fc-underscore
fix(codex-transform): preserve underscore when rewriting `call_*` tool-call ids
|
2026-05-19 09:39:25 +08:00 |
|
Wesley Liddick
|
2c3b6e4a31
|
Merge pull request #2527 from wucm667/fix/docker-pnpm-ignored-builds
fix(docker): 固定前端构建阶段 pnpm 版本为 v9
|
2026-05-19 09:30:10 +08:00 |
|
Wesley Liddick
|
e318376e88
|
Merge pull request #2548 from Arron196/fix/sla-exclude-capacity-errors
fix: 统一 Ops SLA 与请求错误统计口径
|
2026-05-19 09:29:22 +08:00 |
|
Wesley Liddick
|
d1910751b6
|
Merge pull request #2541 from DanisJiang/fix/alipay-pagepay-qrcode
fix(payment): 修复支付宝官方扫码二维码生成错误
|
2026-05-19 09:24:23 +08:00 |
|
benjamin
|
f1cc83e0ee
|
fix(admin): 修正管理端日卡额度提示
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 21:09:11 +08:00 |
|
benjamin
|
a66f771cb1
|
fix(frontend): 修正用户端日卡额度提示
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 21:09:11 +08:00 |
|
benjamin
|
0b40470597
|
i18n: 增加日卡额度结束文案
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 21:09:11 +08:00 |
|
benjamin
|
af6cdfabcc
|
feat(frontend): 增加订阅配额时间判断工具
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 21:09:11 +08:00 |
|
benjamin
|
a4884b4e75
|
fix(subscription): 将日卡改为一次性每日配额
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 21:09:11 +08:00 |
|
Wesley Liddick
|
1d78dde8c4
|
Merge pull request #2552 from lyen1688/fix/anthropic-passthrough-keepalive
fix: 修复 Anthropic API Key 透传流式保活
|
2026-05-18 20:13:41 +08:00 |
|
benjamin
|
5713820813
|
feat: add upstream model sync controls
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 19:01:55 +08:00 |
|
benjamin
|
3b4eccdd5d
|
feat: add upstream model sync frontend API
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 19:01:44 +08:00 |
|
benjamin
|
36c00374d3
|
feat: expose upstream model sync admin API
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 19:01:33 +08:00 |
|
benjamin
|
b9ecf25207
|
fix: harden Antigravity model list requests
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 19:01:23 +08:00 |
|
benjamin
|
ba676e43fd
|
feat: add upstream model sync service
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 19:01:12 +08:00 |
|
lyen1688
|
164e2f610c
|
fix: add keepalive for Anthropic passthrough streams
|
2026-05-18 18:41:25 +08:00 |
|
benjamin
|
5dae745e86
|
test: 避免 Ops 图表测试使用保留组件名
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 17:12:41 +08:00 |
|
benjamin
|
924e10831a
|
fix: 更新 Ops 错误分布口径文案
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 16:53:16 +08:00 |
|
benjamin
|
09cec311e8
|
fix: 统一 Ops 请求错误图表 SLA 口径
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 16:52:44 +08:00 |
|
benjamin
|
6acb46c113
|
fix: 标记通用网关本地调度容量错误
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 16:52:32 +08:00 |
|
benjamin
|
429adbc721
|
fix: 标记 OpenAI 本地调度容量错误
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 16:52:20 +08:00 |
|
benjamin
|
ae6ee23e2e
|
fix: 调整 Ops 错误分类的 SLA 排除逻辑
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-05-18 16:52:06 +08:00 |
|