What's Changed
新增
- 支持 QQ 官方机器人平台发送 Markdown 消息,提升富文本消息呈现能力 (#5173)。
- 新增在插件市场中集成随机插件推荐能力 (#5190)。
- 新增插件错误钩子(plugin error hook),支持自定义错误路由处理,便于插件统一异常控制 (#5192)。
修复
优化
- 重构 telegram
Voice_messages_forbidden回退逻辑,提取为共享辅助方法并引入类型化BadRequest异常,提升异常处理一致性 (#5204)。
其他
- 更新 README 相关文档内容。
- 执行
ruff format代码格式整理。
What's Changed (EN)
New Features
- Added a plugin error hook for custom error routing, enabling unified exception handling in plugins (#5192).
- Added Markdown message sending support for
qqofficialto improve rich-text delivery (#5173). - Added the
MarketPluginCardcomponent and integrated random plugin recommendations in the extension marketplace (#5190). - Added support for the
aihubmixprovider. - Added LINE support notes to multilingual README files.
Fixes
- Fixed duplicate error messages when all LLM providers fail, reducing noisy error output (#5183).
- Fixed incorrect displayed profile after opening configuration management from profile selection and closing the dialog directly (#5174).
Improvements
- Refactored
Voice_messages_forbiddenfallback logic into a shared helper and introduced a typedBadRequestexception for more consistent error handling (#5204).
Others
- Updated README documentation.
- Applied
ruff formatcode formatting.
What's Changed
- feat: supports send markdown message in qqofficial by @Soulter in #5173
- fix: prevent duplicate error message when all LLM providers fail by @KBVsent in #5183
- fix: 修复选择配置文件进入配置文件管理弹窗直接关闭弹窗显示的配置文件不正确 by @SnowNightt in #5174
- feat: add MarketPluginCard component and integrate random plugin feature in ExtensionPage by @Soulter in #5190
- feat(core): add plugin error hook for custom error routing by @Clhikari in #5192
- fix: handle Telegram Voice_messages_forbidden with typed exception and text caption by @911218sky in #5204
New Contributors
- @911218sky made their first contribution in #5204
Full Changelog: v4.17.4...v4.17.5