* 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.4 KiB
1.4 KiB
What's Changed
- fix: 修复了代码执行器插件不能正确获得发送来文件的问题 (#2970)
- fix: 修改的 DeepSeek 默认 modalities,避免默认勾选图像导致的报错。 (#2963)
- fix: 事件钩子终止事件传播后不继续执行 (#2989)
- fix: 启动了 TTS 但未配置 TTS 模型时,At 和 Reply 发送人无效
- fix: 修复 session-management 中人格错误的显示为默认人格的问题 (#3000)
- fix: 修复了删除对话时,聊天增强中的记录未被清除,导致新对话中仍然出现之前的聊天记录。 (#3002)
- fix: 修复阿里云百炼平台 TTS 下接入 CosyVoice V2, Qwen TTS 生成报错的问题 (#2964)
- perf: 优化 SQLite 参数配置,对话和会话管理增加输入防抖机制 (#2969)
- feat: 在新对话中重用先前的对话人格设置 (#3005)
- feat: 从 WebUI 更新后清除浏览器缓存 (#2958)