* fix: update repository references from Soulter/AstrBot to AstrBotDevs/AstrBot across documentation and codebase - Updated README_ja.md to reflect new GitHub repository links. - Modified AstrBotUpdator to download from the new repository. - Changed download URLs in io.py for dashboard releases. - Updated changelogs to point to the new issue links. - Adjusted Docker compose file to reference the new repository. - Updated Vue components in the dashboard to link to the new repository. - Changed main.py to provide the correct download instructions for the new repository. * fix: improve error handling for configId selection in AddNewPlatform component * Update astrbot/core/utils/io.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1.2 KiB
1.2 KiB
What's Changed
- 修复: 修复插件可能存在的无法正常禁用的问题 (#2352)
- ❗修复:当返回文本为空并且存在函数调用时错误地被终止事件,导致函数调用结果未被正常返回 (#2491)
- 修复:修复无法清空 AstrBot 配置下的 http_proxy 代理的问题 (#2434)
- ❗修复:Gemini 下开启流式输出时,持久化的消息结果不完整 (#2424)
- 修复:注册文件时由于 file:/// 前缀,导致文件被误判为不存在的问题 (#2325)
- 优化: 为部分类型供应商添加默认的温度选项 (#2321)
- 优化: 适配 Qwen3 模型非流式输出下需要传入 enable_think 参数(否则报错) (#2424)
- 优化:支持配置工具调用轮数上限,默认 30
- 新增: 添加 WebUI 语义化预发布版本提醒和检测功能
新版本预告: v4.0.0 即将发布。