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:
Archer
2025-11-06 14:47:55 +08:00
committed by GitHub
parent 89ca81d1a4
commit 7aaa28ed08
25 changed files with 556 additions and 131 deletions
@@ -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"]
}