- 30 Jan, 2026 6 commits
-
-
cyhhao authored
-
cyhhao authored
-
Wesley Liddick authored
chore: upgrade Antigravity User-Agent to 1.15.8
-
shaw authored
-
shaw authored
修复GO-2026-4341和GO-2026-4340两个标准库漏洞
-
liuxiongfeng authored
-
- 29 Jan, 2026 3 commits
- 28 Jan, 2026 15 commits
-
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
cyhhao authored
-
shaw authored
-
Wesley Liddick authored
feat(purchase): 增加购买订阅 iframe 页面与配置
-
shaw authored
当新分组创建后立即绑定账号时,调度器会错误地将空快照视为有效缓存命中, 导致返回没有可调度的账号。现在空快照会触发数据库回退查询。
-
ducky authored
- 新增 /purchase 页面(iframe + 新窗口兜底) - 管理员系统设置可配置开关与URL - 非 simple mode 才在侧边栏展示入口
-
Wesley Liddick authored
fix(openai-oauth): 改进错误处理和代理支持
-
Wesley Liddick authored
feat(gemini): 为 Gemini 原生平台添加图片计费支持
-
- 27 Jan, 2026 5 commits
-
-
Gemini Wen authored
Prevents panic when ErrorFrom is called in test contexts where gin.CreateTestContext doesn't set up an HTTP request. Co-Authored-By:Claude Opus 4.5 <noreply@anthropic.com>
-
Gemini Wen authored
- Update VERSION from 0.1.46 to 0.1.61 - Remove ForceHTTP2 tests for OpenAI OAuth client (ForceHTTP2 was removed) - Update createOpenAIReqClient test to use new single-arg signature Co-Authored-By:Claude Opus 4.5 <noreply@anthropic.com>
-
Gemini Wen authored
- 使用 ApplicationError 返回详细错误信息到前端 - 添加 User-Agent: codex-cli/0.91.0 - 移除 ForceHTTP2 以兼容 HTTP 代理 - 修复代理获取失败时静默忽略的问题 - 500 错误时记录完整错误日志 Co-Authored-By:Claude Opus 4.5 <noreply@anthropic.com>
-
cyhhao authored
-
shaw authored
message_delta 应完全覆盖 message_start 的 usage 数据, 而非仅在值为 0 时才更新。
-
- 26 Jan, 2026 11 commits
-
-
song authored
对齐 Antigravity 平台的图片计费逻辑: - 添加 extractImageSize() 方法提取图片尺寸 - Forward() 和 ForwardNative() 返回 ImageCount/ImageSize - 支持分组自定义图片价格和倍率
-
shaw authored
修复发布通知发送失败的问题,原因是 tag message 中包含未闭合的 Markdown 格式标记(如 user_id 中的 _ 被解析为斜体开始)导致 Telegram API 返回解析错误。 添加 sed 命令转义 _、*、` 和 [ 字符,避免被 Telegram Markdown 解析器错误处理。
-
cyhhao authored
-
Wesley Liddick authored
fix(ratelimit): 修复 OpenAI usage_limit_reached 错误的重置时间解析
-
shaw authored
修复 API Key 账号 base_url 末尾带斜杠时导致的双斜杠问题
-
shaw authored
-
ianshaw authored
- 问题:OpenAI 的 usage_limit_reached 错误(需 37 小时重置)被错误地设置为 5 分钟 - 原因:handle429 只检查 Anthropic 响应头,没有解析 OpenAI 响应体中的 resets_in_seconds - 修复:新增 parseOpenAIRateLimitResetTime 函数解析 OpenAI 响应体 - 影响:避免调度器不断尝试已达配额上限的账户
-
Wesley Liddick authored
fix(gemini): 修复 thoughtSignature 跨账号验证错误
-
Wesley Liddick authored
fix(subscription): 修复订阅调整逻辑,已过期订阅从当前时间计算
-
Wesley Liddick authored
fix(oauth): 修复 OAuth 令牌刷新时 missing_project_id 误报问题
-
shaw authored
新增功能: - 支持 Google Authenticator 等应用进行 TOTP 二次验证 - 用户可在个人设置中启用/禁用 2FA - 登录时支持 TOTP 验证流程 - 管理后台可全局开关 TOTP 功能 安全增强: - TOTP 密钥使用 AES-256-GCM 加密存储 - 添加 TOTP_ENCRYPTION_KEY 配置项,必须手动配置才能启用功能 - 防止服务重启导致加密密钥变更使用户无法登录 - 验证失败次数限制,防止暴力破解 配置说明: - Docker 部署:在 .env 中设置 TOTP_ENCRYPTION_KEY - 非 Docker 部署:在 config.yaml 中设置 totp.encryption_key - 生成密钥命令:openssl rand -hex 32
-