fix: surrender;perf: llm response (#6190)

* feat: workflow route to detail

* llm response

* fix: surrender

* fix: surrender

* fix: surrender

* fix: test
This commit is contained in:
Archer
2026-01-05 20:53:18 +08:00
committed by GitHub
parent 88ed97bc9d
commit f00adcb02d
22 changed files with 389 additions and 136 deletions

View File

@@ -7,17 +7,19 @@ description: 'FastGPT V4.14.5 更新说明'
## 🚀 新增内容
1. 工作流画布增加演示模式,同时优化折叠模式样式。
2. 对话记录使用侧改成软删除,增加从日志管理里删除对话记录
3. 更新Agent/工具时,会更新其上层所有目录的更新时间,以便其会排在列表前面
4. 门户页支持配置单个应用运行可见度配
5. 导出单个知识库集合分块接口
6. 升级 Mongo5.x 至 5.0.32 解决CVE-2025-14847
2. 工作流增加嵌套应用快速跳转按钮
3. 对话记录使用侧改成软删除,增加从日志管理里删除对话记录
4. 更新Agent/工具时,会更新其上层所有目录的更新时间,以便其会排在列表前面
5. 门户页支持配置单个应用运行可见度配
6. 导出单个知识库集合分块接口
7. 升级 Mongo5.x 至 5.0.32 解决CVE-2025-14847。
## ⚙️ 优化
1. 优化获取 redis 所有 key 的逻辑,避免大量获取时导致阻塞。
2. MongoDB, Redis 和 MQ 的重连逻辑优化。
3. 变量输入框禁用状态可复制。
4. LLM 请求空响应判断,排除敏感过滤错误被误认为无响应。
## 🐛 修复