Files
AstrBot/changelogs/v4.1.0.md
T
Soulter c1626613ce fix: update repository references from Soulter/AstrBot to AstrBotDevs/AstrBot across documentation and codebase (#3150)
* 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>
2025-10-26 16:17:24 +08:00

1.6 KiB

What's Changed

如果已经使用自定义文转图模板,此次升级之后将会被覆盖,请提前备份。路径在 astrbot/core/utils/t2i/template 目录下。

  1. ‼️‼️‼️ 修复 LLM 仍会调用已禁用的工具的问题 (#2729)
  2. ‼️ 修复 WebChat 下,Agent 长时任务时,SSE 连接自动断开的问题
  3. ‼️ 修复自定义文转图模板更新版本后会被覆盖的问题 (#2677)
  4. 修复 Satori 适配器教程链接 (#2668)
  5. 修复插件页表格视图中,点击状态字段表头排序不起作用的问题 (#2714)
  6. 修复工具调用时的 content 内容在重新加载后没有显示在 webchat 的问题 (#2727)
  7. 允许添加多个 tavily API Key 进行轮询 (#2725)
  8. 添加 --webui-dir 启动参数以支持指定 WebUI 构建文件目录 (#2680)
  9. 兼容指令名和第一个参数之间没有空格的情况 (#2650)
  10. 支持在 WebUI 自定义 OpenAI API extra_body 参数 (#2719)
  11. 增加 on_platform_loaded 钩子以在消息平台适配器实例化完成后触发 (#2651)