mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
f268dec80c
* fix: typo * chore: update doc * docs: api dataset * fix: custom domain add button/ empty tip logic
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
---
|
|
title: 'V4.14.8'
|
|
description: 'FastGPT V4.14.8 更新说明'
|
|
---
|
|
|
|
## 更新指南
|
|
|
|
### 更新镜像
|
|
|
|
- 更新 FastGPT 镜像 tag: v4.14.8
|
|
- 更新 FastGPT 商业版镜像 tag: v4.14.8
|
|
- 更新 fastgpt-plugin 镜像 tag: 无需更新
|
|
- mcp_server 无需更新
|
|
- 更新 sandbox 镜像 tag: v4.14.8
|
|
- AIProxy 无需更新
|
|
- mongo 无需更新
|
|
|
|
## 🚀 新增内容
|
|
|
|
1. Next.js 版本升级到 16, 本地开发使用 rspacak,本地开发性能提高 3~5 倍。
|
|
2. 重构代码沙盒,统一隔离方案,支持网络请求以及内置依赖包。
|
|
|
|
## ⚙️ 优化
|
|
|
|
1. 兼容 MCP 中 JSON Schema type 类型不在枚举类型里。
|
|
2. 知识库搜索 变量引用文案修改为更直观的描述。
|
|
|
|
## 🐛 修复
|
|
|
|
1. 新 SDK 兼容:连续调用同一个 MCP 服务时,多次连接导致报错。
|
|
2. 文本与工具同时输出时,保存后顺序异常。
|
|
3. 变量更新逻辑,如果输入中有 `$1` 会被替换为捕获组。
|
|
4. API 知识库返回值返回传入的文件 title,若没有传入 title 则不返回内容。
|