Skip to content

Releases: iBUHub/AIStudioToAPI

v0.7.1

21 Feb 15:19

Choose a tag to compare

What's Changed

English

  • fix: missing dependency in npm run setup-auth by @bbbugg in #80
  • performance: further reduce login time by @bbbugg in #81

中文

  • fix: 修复 npm run setup-auth 缺少依赖的问题 by @bbbugg in #80
  • performance: 进一步减少登录时间 by @bbbugg in #81

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Feb 07:12

Choose a tag to compare

Hotfix | 紧急修复

  • 适配近期 AIStudio 更新
  • 调整账号登录与代理启动逻辑
  • 不再支持 WS_PORT 环境变量(端口固定为 9998)

  • Adapted to recent AIStudio updates
  • Updated account login and proxy startup logic
  • WS_PORT environment variable is no longer supported (port is fixed to 9998)

Full Changelog: v0.6.3...v0.7.0

v0.6.3

12 Feb 10:07

Choose a tag to compare

What's Changed

English

  • fix: prevent internal traffic proxying by @bbbugg in #67

中文

  • fix: 防止应用内部流量被代理 by @bbbugg in #67

Full Changelog: v0.6.2...v0.6.3

v0.6.2

10 Feb 05:54

Choose a tag to compare

What's Changed

English

  • fix: fix tool call parameter handling in Kelivo by @bbbugg in #62
  • fix: playwright supports using standard proxy environment variables (HTTPS_PROXY/HTTP_PROXY/ALL_PROXY/NO_PROXY) by @adamhj in #61
  • feat: support batch auth files upload, download and delete by @bbbugg in #64

中文

  • fix: 修复 Kelivo 客户端中工具调用参数的处理 by @bbbugg in #62
  • fix: Playwright 支持使用标准代理环境变量(HTTPS_PROXY / HTTP_PROXY / ALL_PROXY / NO_PROXY) by @adamhj in #61
  • feat: 支持 auth 文件的批量上传、下载和删除 by @bbbugg in #64

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

05 Feb 18:31

Choose a tag to compare

What's Changed

English

  • fix: Claude Code structured output by @bbbugg in #58
  • feat: support claude token count api /v1/messages/count_tokens by @bbbugg in #59

中文

  • fix: 修复 Claude 结构化代码输出 by @bbbugg in #58
  • feat: 支持 Claude token 计数 API /v1/messages/count_tokens by @bbbugg in #59

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Feb 16:59

Choose a tag to compare

What's Changed

English

  • feat: add Claude API compatible endpoint (/v1/messages) by @zhifu1996 in #56
  • feat: add support for Claude structured output by @bbbugg in #57

中文

  • feat: 新增与 Claude API 兼容的接口(/v1/messages) by @zhifu1996 in #56
  • feat: 新增对 Claude 结构化输出(structured output)的支持 by @bbbugg in #57

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3

30 Jan 16:30

Choose a tag to compare

What's Changed

English

  • fix: ensure Content-Type headers and add keep-alive for OpenAI fake stream by @bbbugg in #48
  • feat: implement lightweight reconnect mechanism for WebSocket connections by @bbbugg in #51

中文

  • fix: 为所有请求统一补充 Content-Type 请求头,并为 OpenAI 假流式(fake stream)响应启用 keep-alive by @bbbugg in #48
  • feat: 实现 WebSocket 连接的轻量级自动重连机制 by @bbbugg in #51

Full Changelog: v0.5.2...v0.5.3

v0.5.2

27 Jan 16:49

Choose a tag to compare

What's Changed

English

  • fix: resolve OpenCode parameter incompatibility by @bbbugg in #41
  • fix: fix VNC startup conflict under concurrent conditions

中文

  • fix:修复 OpenCode 参数不兼容问题 by @bbbugg in #41
  • fix:修复 VNC 在并发情况下启动冲突问题 by @bbbugg

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Jan 15:39

Choose a tag to compare

What's Changed

English

  • fix: add immediate retry abort for 429/503 status codes by @bbbugg in #38
  • chore: optimized console UI and browser startup speed by @bbbugg

中文

  • fix: 为 429/503 状态码添加即时重试中止功能 by @bbbugg in #38
  • chore: 优化了控制台 UI 以及浏览器启动的速度 by @bbbugg

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Jan 15:58

Choose a tag to compare

What's Changed

English

  • refactor: introduce an intelligent polling mechanism to speed up browser startup by @bbbugg in #32
  • chore: enable automatic Docker Hub image updates and synchronized releases by @bbbugg in #33
  • refactor(ui): redesign user interface and improve styles by @iBenzene in #35

中文

  • refactor: 引入了更加智能的轮询机制,让浏览器的启动更加快速 by @bbbugg in #32
  • chore: Docker Hub 镜像现已支持自动更新与同步发布 by @bbbugg in #33
  • refactor(ui): 重新设计了控制台 UI by @iBenzene in #35

Full Changelog: v0.4.0...v0.5.0