v4.14.5.1

labring/FastGPTv4.14.5.1Jan 19, 2026by FinleyGe

AI Summary

Adds Markdown table CSV export and fixes various workflow UX and input validation issues.

Key Highlights

  • Add Markdown table support for CSV export
  • Optimize workflow canvas paste node for precise positioning
  • Fix validation errors for password and time type global variables

New Features

  • Markdown table CSV export
  • Workflow paste node precision
  • Variable input validation improvements

Full Release Notes

## 更新指南

### 1. 更新镜像:

- 更新 FastGPT 镜像tag: v4.14.5.1
- 更新 FastGPT 商业版镜像tag: v4.14.5.1
- 更新 fastgpt-plugin 镜像 tag: v0.4.0
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
- mongo 无需更新

### 2. 执行升级脚本

从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。

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

1. 迁移系统工具的系统密钥配置

## 🚀 新增内容

1. Markdown 表格支持导出 csv。@c121914yu 

## ⚙️ 优化

1. 工作流触摸板移动时,遇到输入框后会被强制阻拦。@c121914yu 
2. 工作流粘贴节点,精确按鼠标位置粘贴。@c121914yu 
3. 精确移除请求 LLM 时多余的系统字段,避免部分模型接口报错。@c121914yu 
4. 使用 path.extname 从 URL 获取文件扩展名 @c121914yu 

## 🐛 修复

1. 系统工具工具集设置系统密钥后,子工具无法读取到设置的系统密钥 @FinleyGe 
2. 密码类型的全局变量,必填规则校验错误。@newfish-cmyk
3. 时间类型的全局变量,选择月份被遮挡。@newfish-cmyk
4. 手动复制弹窗,换行丢失。@newfish-cmyk
5. 未传入文件上传类型变量,对话接口报错。@newfish-cmyk

## What's Changed
* deploy doc by @c121914yu in https://github.com/labring/FastGPT/pull/6233
* Update 4145.mdx by @c121914yu in https://github.com/labring/FastGPT/pull/6235
* Autoclose issue by @c121914yu in https://github.com/labring/FastGPT/pull/6238
* action by @c121914yu in https://github.com/labring/FastGPT/pull/6239
* action by @c121914yu in https://github.com/labring/FastGPT/pull/6240
* auto close by @c121914yu in https://github.com/labring/FastGPT/pull/6241
* perf: pan move canvas by @c121914yu in https://github.com/labring/FastGPT/pull/6242
* 更新 4145.mdx by @c121914yu in https://github.com/labring/FastGPT/pull/6243
* workflow by @c121914yu in https://github.com/labring/FastGPT/pull/6244
* fix: mcp header auth type selection by @newfish-cmyk in https://github.com/labring/FastGPT/pull/6246
* perf: workflow node past;feat: table export by @c121914yu in https://github.com/labring/FastGPT/pull/6250
* chore: update docs by @FinleyGe in https://github.com/labring/FastGPT/pull/6261
* fix icon border radius by @newfish-cmyk in https://github.com/labring/FastGPT/pull/6255
* chore(deps): bump undici from 7.16.0 to 7.18.2 by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6272
* chore(deps): bump undici from 6.21.3 to 6.23.0 in /plugins/webcrawler/SPIDER by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6273
* chore(deps): bump tar from 7.4.3 to 7.5.3 in /document by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6282
* perf: remove request invalid field by @c121914yu in https://github.com/labring/FastGPT/pull/6283
* V4.14.5.1 dev by @FinleyGe in https://github.com/labring/FastGPT/pull/6290


**Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.5-fix...v4.14.5.1