Skip to content

Releases: iBUHub/AIStudioToAPI

v1.3.1

04 Jun 13:20

Choose a tag to compare

What's Changed

English

  • fix: improve button click handling during login by @bbbugg in #199

中文

  • fix: 优化账号登录过程中的按钮点击处理 by @bbbugg in #199

Full Changelog: v1.3.0...v1.3.1

v1.3.0

30 May 13:59

Choose a tag to compare

What's Changed

English

  • fix: fix high-concurrency issue causing context closure on 503 errors by @bbbugg in #166
  • chore: update Gemini 3.1 image model names by @bbbugg in #189
  • fix: update Playwright dependency to version 1.59.1 by @bbbugg in #190
  • fix: disable DNS over HTTPS in Firefox settings by @bbbugg in #191

中文

  • fix: 修复高并发场景下 503 错误导致上下文被关闭的问题 by @bbbugg in #166
  • chore: 更新 Gemini 3.1 图像模型名称 by @bbbugg in #189
  • fix: 更新 Playwright 依赖至 1.59.1 版本 by @bbbugg in #190
  • fix: 在 Firefox 设置中禁用 DNS over HTTPS by @bbbugg in #191

Full Changelog: v1.2.5...v1.3.0

v1.2.5

19 May 19:04

Choose a tag to compare

What's Changed

English

  • feat: add support for Gemini 3.5 Flash model
  • fix: fix Copilot OpenAI call errors by @bbbugg in #163
  • fix: fix Gemini native embedContent and embedding stats by @UnlastingR in #168

中文

  • feat: 新增对 Gemini 3.5 Flash 模型的支持
  • fix: 修复 Copilot OpenAI 调用报错 by @bbbugg in #163
  • fix: 修复 Gemini 原生 embedContent 和 embedding 统计 by @UnlastingR in #168

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

05 May 12:37

Choose a tag to compare

What's Changed

English

  • feat: automate auth setup and batch account import by @wukazis in #146
  • feat: support message queue time out environment variable by @bbbugg in #152
  • fix: enhance immediate status (429) retry logic by @bbbugg in #150
  • fix: vnc login on mobile device by @bbbugg in #153
  • fix: stop sanitizing native Gemini tool schemas by @bbbugg in #155

中文

  • feat: 自动化认证配置及批量导入账号 by @wukazis in #146
  • feat: 支持消息队列超时环境变量 by @bbbugg in #152
  • fix: 增强 429 切号重试逻辑 by @bbbugg in #150
  • fix: 修复移动设备上的 VNC 登录问题 by @bbbugg in #153
  • fix: 停止过滤原生 Gemini 接口工具调用的参数 by @bbbugg in #155

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

29 Apr 18:46

Choose a tag to compare

What's Changed

English

  • feat: support importing and exporting usage data by @bbbugg in #139

中文

  • feat: 支持导入和导出使用数据 by @bbbugg in #139

Full Changelog: v1.2.2...v1.2.3

v1.2.2

22 Apr 16:24

Choose a tag to compare

What's Changed

English

  • feat: add safety settings threshold configuration SAFETY_SETTINGS_THRESHOLD by @bbbugg in #130
  • fix: extend login timeout to reduce claw login errors

中文

  • feat: 新增安全设置阈值环境变量配置 SAFETY_SETTINGS_THRESHOLD by @bbbugg in #130
  • fix: 延长登录超时时间,减少 claw 登录报错

Full Changelog: v1.2.1...v1.2.2

v1.2.1

12 Apr 11:27

Choose a tag to compare

What's Changed

English

  • Added Model Usage Distribution chart statistics

中文

  • 新增 模型使用分布 图表统计

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Apr 11:43

Choose a tag to compare

What's Changed

English

  • feat: add usage count by @bbbugg in #120
    Request usage statistics are stored locally in /data/usage-stats.jsonl. For Docker and Claw deployments, mount the data directory if you want the statistics to persist across container restarts; see the relevant README section for details. This feature can be controlled via the ENABLE_USAGE_STATS environment variable and is enabled by default.
  • feat: add support for web search suffix in model names by @bbbugg in #124

中文

  • feat: 新增使用次数统计 by @bbbugg in #120
    请求统计会本地保存到 /data/usage-stats.jsonl。如果是 Docker 或 Claw 部署,想要在容器重启后继续保留统计数据,需要按 README 对应章节挂载数据目录。统计功能可通过环境变量 ENABLE_USAGE_STATS 控制,默认开启。
  • feat: 支持模型名称中的 web search 后缀 by @bbbugg in #124

Full Changelog: v1.1.3...v1.2.0

v1.1.3

02 Apr 09:48

Choose a tag to compare

What's Changed

English

  • fix: fix structured output handling for Responses API by @bbbugg in #116
  • feat: support model suffix override for streaming mode by @bbbugg in #117

中文

  • fix: 修复 Responses API 的结构化输出处理 by @bbbugg in #116
  • feat: 支持模型名后缀覆盖流式模式 by @bbbugg in #117

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 Mar 12:10

Choose a tag to compare

What's Changed

English

  • fix: stale cancellation signals incorrectly aborting newer retry attempts by @bbbugg in #111
  • fix: the combination of built-in tools and custom function call errors by @bbbugg in #112

中文

  • fix: 修复请求重试时旧的取消信号误取消新重试请求的问题 by @bbbugg in #111
  • fix: 修复结合使用内置工具和自定义函数调用报错 by @bbbugg in #112

Full Changelog: v1.1.1...v1.1.2