FList

更新指南

1. 更新镜像:

  • 更新 FastGPT 镜像tag: v4.14.1
  • 更新 FastGPT 商业版镜像tag: v4.14.1
  • 更新 fastgpt-plugin 镜像 tag: v0.3.1
  • mcp_server 无需更新
  • Sandbox 无需更新
  • AIProxy 无需更新

2. 执行升级脚本

仅需使用过自定义系统工具的商业版用户操作。 从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 rootkey{{host}} 替换成FastGPT 域名

curl --location --request POST 'https://{{host}}/api/admin/initv4141' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'

脚本将会复制一份原应用目录给工具使用。

🚀 新增内容

  1. 新工作台交互。 @newfish-cmyk
  2. 工作流运行欠费后提供继续运行按键,无需从头开始。 @c121914yu

⚙️ 优化

  1. 在同一轮对话中,MCP Client 会持久化实例,不会销毁。 @c121914yu
  2. 模型重载时候,不会把全局模型配置清空再添加,从而导致重载阶段模型调用错误。 @c121914yu
  3. 自动保存,增加一条团队云端保存记录。 @c121914yu

🐛 修复

  1. Debug 模式下,交互节点无法正常使用。
  2. 富文本编辑器 tab 空格未对齐。
  3. 嵌套运行 Agent 时候,跳过节点队列未初始化,导致无法正常运行。
  4. 判断器右侧是 number 引用时,会出现报错。
  5. 工作流工具入参为文件选择时,未出现选择框。
  6. HTTP 插件无法正确处理 http 协议(非 https)接口请求。
  7. 文本类型的全局变量,默认值编辑框 UI。
  8. 代码节点行数超过 100 行时显示重叠。
  9. 删除应用,未把目录内的删除。
  10. 浏览器未传递实时日期至服务器。

What's Changed

  • Upgrade document by @c121914yu in https://github.com/labring/FastGPT/pull/5865
  • add templateId to apps by @c121914yu in https://github.com/labring/FastGPT/pull/5866
  • fix: document deploy by @c121914yu in https://github.com/labring/FastGPT/pull/5867
  • fix: document deploy by @c121914yu in https://github.com/labring/FastGPT/pull/5868
  • chore: edit upgrading doc by @FinleyGe in https://github.com/labring/FastGPT/pull/5870
  • fix: trim check by @c121914yu in https://github.com/labring/FastGPT/pull/5873
  • fix: child app run error when interactive and skip node by @c121914yu in https://github.com/labring/FastGPT/pull/5876
  • perf: model reload by @c121914yu in https://github.com/labring/FastGPT/pull/5879
  • perf: read file node return splited raw texts by @FinleyGe in https://github.com/labring/FastGPT/pull/5881
  • fix: plugin file selector by @xqvvu in https://github.com/labring/FastGPT/pull/5871
  • V4.14.1 feature by @c121914yu in https://github.com/labring/FastGPT/pull/5880
  • fix: sso doc by @FinleyGe in https://github.com/labring/FastGPT/pull/5901
  • fix: action by @c121914yu in https://github.com/labring/FastGPT/pull/5903
  • fix: action by @c121914yu in https://github.com/labring/FastGPT/pull/5904
  • fix: action by @c121914yu in https://github.com/labring/FastGPT/pull/5905

Full Changelog: https://github.com/labring/FastGPT/compare/v4.14.0...v4.14.1