What's Changed
修复
- ‼️ 修复 Python 3.14 环境下
'Plain' object has no attribute 'text'报错问题 (#5154)。 - ‼️ 修复插件元数据处理流程:在实例化前注入必要属性,避免初始化阶段元数据缺失 (#5155)。
- 修复桌面端后端构建中 AstrBot 内置插件运行时依赖未打包的问题 (#5146)。
- 修复通过 AstrBot Launcher 启动时仍被检测并触发更新的问题。
优化
- Webchat 下,使用
astrbot_execute_ipython工具如果返回了图片,会自动将图片发送到聊天中。
其他
- 执行
ruff format代码格式整理。
What's Changed (EN)
Fixes
- ‼️ Fixed plugin metadata handling by injecting required attributes before instantiation to avoid missing metadata during initialization (#5155).
- ‼️ Fixed
'Plain' object has no attribute 'text'error when using Python 3.14 (#5154). - Fixed missing runtime dependencies for built-in plugins in desktop backend builds (#5146).
- Fixed update checks being triggered when AstrBot is launched via AstrBot Launcher.
Improvements
- In Webchat, when using the
astrbot_execute_ipythontool, if an image is returned, it will automatically be sent to the chat.
Others
- Applied
ruff formatcode formatting.