- 26 Feb, 2026 1 commit
-
-
Wesley Liddick authored
feat: 对齐 Gemini v1beta 模型模板与映射顺序
-
- 25 Feb, 2026 15 commits
-
-
cagedbird043 authored
-
Wesley Liddick authored
feat: 补齐 OpenCode 模板中的 OpenAI 与 Antigravity 模型配置
-
cagedbird043 authored
-
cagedbird043 authored
-
shaw authored
-
Wesley Liddick authored
Sora 平台: SDK 重构、JSON 转义修复及 AT 手动导入
-
huangenjun authored
使用安全的 comma-ok 模式替代裸类型断言,避免 golangci-lint errcheck 报错。 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
huangenjun authored
新增 Access Token 输入方式,支持批量粘贴(每行一个)直接创建账号, 无需经过 OAuth 授权流程。 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
huangenjun authored
新增 jsonMarshalRaw 使用 SetEscapeHTML(false) 替代 json.Marshal, 避免 HTML 字符转义导致客户端无法直接使用返回的 URL。 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
huangenjun authored
使用 go-sora2api v1.1.0 SDK 替代原有 ~2000 行自建 HTTP/PoW/TLS 指纹代码, SDK 提供高并发性能优化(实例级 rand、PoW 缓冲区复用、context.Context 支持)。 - 新增 SoraSDKClient 适配器实现 SoraClient 接口 - 精简 sora_client.go 为仅保留接口和类型定义 - 更新 Wire 绑定使用 SoraSDKClient - 删除 SoraDirectClient、sora_curl_cffi_sidecar、sora_request_guard 等旧代码 Co-Authored-By:Claude Opus 4.6 <noreply@anthropic.com>
-
shaw authored
-
Wesley Liddick authored
feat: 补充 Antigravity 的 Gemini 3.1 Pro 透传快捷按钮
-
Wesley Liddick authored
fix: 默认补全 Antigravity 的 Gemini 3.1 Pro 透传映射
-
Wesley Liddick authored
docs: 增加跨平台批量修改导致模型映射丢失的排障经验
-
Wesley Liddick authored
feat: 反重力(Antigravity)增强、Failover 重构及新模型支持
-
- 24 Feb, 2026 24 commits
-
-
cagedbird043 authored
-
erio authored
-
erio authored
-
erio authored
-
erio authored
-
cagedbird043 authored
-
cagedbird043 authored
-
Wesley Liddick authored
fix: 补全 Antigravity 模型映射升级与快捷按钮
-
Wesley Liddick authored
fix: 刷新用量成功后自动清理账号可恢复错误状态
-
Wesley Liddick authored
fix: 修复 Gemini 授权链接生成失败(issue #613)
-
erio authored
- Change layout from fixed 3-column grid to vertical-first responsive columns (1 col for ≤4 items, 2 cols for ≤8, 3 cols for 9+) - Add short aliases for all known model scope keys (e.g. COpus46, CSon46, G3PH, G3F) to reduce badge width - Display countdown timer directly on each badge (supports h/m/s) - Retain legacy scope aliases for backward compatibility
-
erio authored
- Remove Gemini platform exclusion from model restriction UI in Create/Edit account modals (Gemini now supports model_mapping) - Remove outdated Gemini model passthrough info cards - Add model_mapping field to GeminiCredentials type - Extend warmup request interception toggle to Antigravity platform - Remove redundant try/catch in API key account creation - Remove noisy gateway.request_completed debug log - Reorganize Gemini model mapping sections in constants.go
-
erio authored
The ClientSecret constant was left as an empty string after getClientSecret() was refactored to use defaultClientSecret. Remove the dead constant and update the test accordingly.
-
erio authored
- Fix oauth_test.go and client_test.go to use defaultClientSecret variable instead of env var (init() already sets the default) - Align migration 058 gemini-3-pro-high/low/preview mappings with constants.go (map to 3.1 versions)
-
erio authored
Add a built-in default for ANTIGRAVITY_OAUTH_CLIENT_SECRET so the service works out of the box without requiring environment variable configuration. The env var can still override the default.
-
cagedbird043 authored
-
cagedbird043 authored
-
erio authored
-
erio authored
Add missing gemini-3.1-pro-preview -> gemini-3.1-pro-high mapping to DefaultAntigravityModelMapping for consistency with migration 059.
-
cagedbird043 authored
-
cagedbird043 authored
-
cagedbird043 authored
-
erio authored
-
erio authored
Add migration 058 to update existing Antigravity accounts with claude-sonnet-4-6 in model_mapping. Add migration 059 to add gemini-3.1-pro-high/low/preview mappings.
-