1. 16 Jan, 2026 2 commits
    • song's avatar
      fix: Antigravity 刷新 token 时检测 project_id 缺失 · 95fe1e81
      song authored
      - 刷新 token 后调用 LoadCodeAssist 获取 project_id
      - 如果获取失败,保留原有 project_id,标记账户为 error
      - token 仍会正常更新,不影响凭证刷新
      - 错误信息:账户缺少project id,可能无法使用Antigravity
      95fe1e81
    • song's avatar
      fix: Antigravity project_id 获取优化 · a61042bc
      song authored
      - API URL 改为只使用 prod 端点
      - 刷新 token 时每次调用 LoadCodeAssist 更新 project_id
      - 移除随机生成 project_id 的兜底逻辑
      a61042bc
  2. 31 Dec, 2025 1 commit
  3. 30 Dec, 2025 3 commits
  4. 29 Dec, 2025 1 commit
    • song's avatar
      fix: 修复 golangci-lint 检查错误 · 21a04332
      song authored
      - SA1029: 创建 ctxkey 包定义类型安全的 context key
      - ST1005: 错误字符串首字母改小写
      - errcheck: 显式忽略 bytes.Buffer.Write 返回值
      - 修复单元测试中 GatewayService 缺少 cfg 字段的问题
      21a04332
  5. 28 Dec, 2025 1 commit