"backend/cmd/vscode:/vscode.git/clone" did not exist on "4cce21b125ec4b1b947104d9fca9b38af5b71a96"
- 30 Jan, 2026 8 commits
-
-
cyhhao authored
-
cyhhao authored
-
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 9 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): 修复订阅调整逻辑,已过期订阅从当前时间计算
-