What's Changed
新增
- 支持自定义插件源。
- 支持飞书(Lark)的 Webhook 模式(将事件推送至开发者服务器)。
- 支持 “禁用自带指令” 快捷配置项,启用后将禁用所有 AstrBot 自带指令。入口: WebUI -> 配置文件 -> 平台配置。
优化
- 从 WebUI 移除了开发版本渠道。
- 当试图测试"Agent Runner"时,提示前往配置文件页测试。
- WebUI 列表项支持批量粘贴、回车创建项目。
修复
- Gemini API 部分调用失败的问题。
- WebUI 插件安装加载 Dialog 关闭按钮在手机端下显示异常的问题。
- 部分情况下,WebUI 日志显示不全的问题。
Details
- chore: remove dev version from webui by @Soulter in #3951
- feat: segment reply supports segmentation words by @Soulter in #3959
- feat: custom plugin api source manager by @vmoranv in #3956
- feat: add Agent Runner test prompt dialog in ProviderPage by @Soulter in #3968
- refactor: move all internal commands from astrbot plugin to default_command plugin by @Soulter in #3960
- chore: fix bunches of type checking errors by @Dt8333 in #3213
- docs: Update README with new Zread link and badges by @PaloMiku in #3992
- fix: Incorrect modalities enum of gemini api provider by @BiDuang in #3993
- refactor: improve UI layout and interaction for list item management by @Soulter in #4002
- Fix mobile dialog close button visibility by @Copilot in #4010
- feat: supports webhook mode for Lark platform by @Soulter in #4016
- feat: add pre-chunk import strategy for knowledge base by @RC-CHN in #3973
- fix: webui log output incompletely by @Soulter in #4029
New Contributors
Full Changelog: v4.8.0...v4.9.0