Files
FastGPT/document/content/docs/upgrading/4-12/4123.mdx
Archer c4632a2222 V4.12.3 document (#5600)
* doc

* doc

* perf: log
2025-09-07 20:55:14 +08:00

40 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 'V4.12.3'
description: 'FastGPT V4.12.3 更新说明, 发布于 2025-9-8'
---
## 更新指南
### 1. 更新镜像:
- 更新 FastGPT 镜像tag: v4.12.3
- 更新 FastGPT 商业版镜像tag: v4.12.3
- 更新 fastgpt-plugin 镜像 tag: v0.1.12
- mcp_server 无需更新
- Sandbox 无需更新
- AIProxy 无需更新
## 🚀 新增内容
1. 提示词编辑器支持列表、tab 渲染等部分富文本交互。
2. 应用增加更多全局变量:密码、多选、内部变量(在站内对话不会显示)。
## ⚙️ 优化
1. 纠正 RRF 权重合并算法,使用标准 RRF 权重公式。
2. 多选组件支持动态宽度计算,适配可见 tag。
3. 变量更新组件渲染优化,与全局变量渲染保持一致性。
## 🐛 修复
1. 单团队模式下,如果用户离开,则无法重新进入团队。
2. 工作流文件上传默认打开,但输入侧未添加文件输出。
3. 连续用户选择,分支无法正常运行。
4. 工作流,变量更新,数组选择器异常。
5. 应用评测,评测内容仅获取了首个输出文本,未获取所有输出文本。
## 🔨 插件更新
1. 系统工具类型迁移至 plugin。
2. 将模型提供商配置移动到 plugin实现热更新。
3. 将应用模板移动至 plugin。