- 更新日志(简体中文)
- Changelog(English)
What's Changed
修复
- 回滚部分改动,修复偶现的
Database is locked的问题。(#8639) - 修复 Pipeline 异步任务可能因缺少强引用而被垃圾回收的问题,提升事件处理稳定性。(#8618)
- 修复 WebChat 使用 Web 搜索工具时,引用提示词在同一轮对话多次工具调用后被重复追加到系统消息的问题,避免破坏上下文缓存。(#8642)
- 同步 Dashboard
pnpm-lock.yaml中的 overrides 配置,修复锁文件与工作区配置不一致的问题。(#8637)
优化
- 将微信公众号 HTTP API 请求超时时间从 15 秒提升到 120 秒,降低较慢网络或接口响应下下载文件超时失败概率。(#8643)
- Dashboard 登录表单启用完整凭据自动填充,改善浏览器密码管理器的使用体验。(#8631)
What's Changed (EN)
Bug Fixes
- Fixed repeated Web search citation prompt appends in WebChat after multiple tool calls within the same interaction, preventing context cache invalidation. (#8642)
- Fixed Pipeline async tasks potentially being garbage-collected due to missing strong references, improving event processing stability. (#8618)
- Synced Dashboard
pnpm-lock.yamloverrides with the workspace configuration. (#8637) - Reverted the Provider stats SQLite lock retry change to avoid related regressions. (#8639)
- Reverted the macOS SQLAlchemy compatibility changes to avoid regressions in database initialization and vector storage paths. (#8638)