Releases: iBUHub/AIStudioToAPI
Releases · iBUHub/AIStudioToAPI
v0.7.1
v0.7.0
Hotfix | 紧急修复
- 适配近期 AIStudio 更新
- 调整账号登录与代理启动逻辑
- 不再支持
WS_PORT环境变量(端口固定为 9998)
- Adapted to recent AIStudio updates
- Updated account login and proxy startup logic
WS_PORTenvironment variable is no longer supported (port is fixed to 9998)
Full Changelog: v0.6.3...v0.7.0
v0.6.3
v0.6.2
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
What's Changed
English
- fix: Claude Code structured output by @bbbugg in #58
- feat: support claude token count api
/v1/messages/count_tokensby @bbbugg in #59
中文
- fix: 修复 Claude 结构化代码输出 by @bbbugg in #58
- feat: 支持 Claude token 计数 API
/v1/messages/count_tokensby @bbbugg in #59
Full Changelog: v0.6.0...v0.6.1
v0.6.0
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
- @zhifu1996 made their first contribution in #56
Full Changelog: v0.5.3...v0.6.0
v0.5.3
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
v0.5.1
v0.5.0
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