mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-01 01:10:21 +08:00
2.5 KiB
2.5 KiB
What's Changed
hotfix of v4.23.0
- 将
python-ripgrep依赖降级到0.0.8,修复 Python 3.13, 3.14 版本无法正常启动的问题。(#7514) - 修复会话 ID 包含冒号
:时,平台路由在 Dashboard 中无法显示的问题。(#7517) - 适配 DeerFlow 2.0,更新 DeerFlow Runner、API Client、会话命令、Provider 管理逻辑、配置文档与相关测试。(#7500)
- 移除 Dashboard
v-main不必要的 margin,额外的外边距会把背景色显露出来,因此视觉上看起来像右侧多了一条边框。(#7481) - 修复插件安装状态检查时格式不一致导致的判断问题。(#7493)
- Dashboard 代码块高亮切换到 Shiki,并同步暗色/亮色主题渲染,优化 README、更新日志与聊天消息中的代码块显示效果。(#7497)
What's Changed (EN)
hotfix of v4.23.0
- Fixed inconsistent format handling when checking whether a plugin is installed. (#7493)
- Downgraded
python-ripgrepto0.0.8to fix dependency compatibility issues. (#7514) - Fixed platform routes not being displayed in Dashboard when the session ID contains a colon
:. (#7517) - Switched Dashboard code-block highlighting to Shiki, synchronized dark/light theme rendering, and improved code-block display in README, changelog, and chat messages. (#7497)
- Aligned the DeerFlow runner with DeerFlow 2.0, including updates to the runner, API client, conversation commands, provider management, documentation, and tests. (#7500)
- Removed unnecessary
v-mainmargins in Dashboard for more consistent layout across viewports. (#7481) - Updated the smoke test workflow to cover multiple operating systems and Python versions, and added a startup check script. (#7514)