mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
fix: document deploy (#5868)
* mcp memory * Editor space parse error * fix: ts * fix: debug interactive * fix: templateId * fix: editor in debug * doc
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 'V4.14.0(包含升级脚本)'
|
||||
description: 'FastGPT V4.14.0 更新说明'
|
||||
---
|
||||
|
||||
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 在同一轮对话中,MCP Client 会持久化实例,不会销毁。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. Debug 模式下,交互节点无法正常使用。
|
||||
2. 富文本编辑器 tab 空格未对齐。
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"title": "4.14.x",
|
||||
"description": "",
|
||||
"pages": ["4141", "4140"]
|
||||
}
|
||||
Reference in New Issue
Block a user