mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
d571c768ea
* feat: app split (#5858) * feat: app split script * fix: app split * chore: app split script try-catch * adjust dashborad page (#5872) * create page * create page * create button * router name * bot * template * create page * mobile * toolfolder * fix * fix * fix build * split tool select * img * doc * rename enum * fix page adjust (#5883) * fix page adjust * fix ad store * fix: initv4141 (#5886) * fix: create app * doc * hide api * doc * feat: payment pause interactive (#5892) * fix: copy clbs (#5889) * fix: copy clbs * fix: copy clbs * fix: http protocol handling in baseURL (#5890) * fix: http protocol handling in baseURL * ui fix * auto saved version * fix * auto save * fix: model permission modal (#5895) * folder * fix: del app * navbar * fix: plugin file selector (#5893) * fix: plugin file selector * fix: plugin file selector * workflow tool inputform * pick --------- Co-authored-by: archer <545436317@qq.com> * fix: workflow tool time * doc * fix workorder button (#5896) * add inform track (#5897) * remove invalid track * comment * feat: marketplace refresh api (#5884) * marketplace refresh * fix: helper bot menu button (#5898) --------- Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com>
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
---
|
||
title: 'V4.14.1(进行中)'
|
||
description: 'FastGPT V4.14.1 更新说明'
|
||
---
|
||
|
||
## 更新指南
|
||
|
||
### 1. 更新镜像:
|
||
|
||
|
||
### 2. 执行升级脚本
|
||
|
||
仅需使用过自定义系统工具的商业版用户操作。
|
||
从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。
|
||
|
||
```bash
|
||
curl --location --request POST 'https://{{host}}/api/admin/initv4141' \
|
||
--header 'rootkey: {{rootkey}}' \
|
||
--header 'Content-Type: application/json'
|
||
```
|
||
|
||
复制一份原应用目录给工具使用。
|
||
|
||
## 🚀 新增内容
|
||
|
||
1. 新工作台交互。
|
||
2. 工作流运行欠费后提供继续运行按键,无需从头开始。
|
||
|
||
## ⚙️ 优化
|
||
|
||
1. 在同一轮对话中,MCP Client 会持久化实例,不会销毁。
|
||
2. 模型重载时候,不会把全局模型配置清空再添加,从而导致重载阶段模型调用错误。
|
||
3. 自动保存,增加一条团队云端保存记录。
|
||
|
||
## 🐛 修复
|
||
|
||
1. Debug 模式下,交互节点无法正常使用。
|
||
2. 富文本编辑器 tab 空格未对齐。
|
||
3. 嵌套运行 Agent 时候,跳过节点队列未初始化,导致无法正常运行。
|
||
4. 判断器右侧是 number 引用时,会出现报错。
|
||
5. 工作流工具入参为文件选择时,未出现选择框。
|
||
6. HTTP 插件无法正确处理 http 协议(非 https)接口请求。
|
||
7. 文本类型的全局变量,默认值编辑框 UI。
|
||
8. 代码节点行数超过 100 行时显示重叠。
|
||
9. 删除应用,未把目录内的删除。
|
||
10. 浏览器未传递实时日期至服务器。
|