mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 23:22:22 +00:00
V4.12.3 features (#5595)
* refactor: remove ModelProviderIdType and update related types (#5549) * perf: model provider * fix eval create split (#5570) * git rebase --continuedoc * add more variable types (#5540) * variable types * password * time picker * internal var * file * fix-test * time select default value & range * password & type render * fix * fix build * fix * move method * split date select * icon * perf: variable code * prompt editor add markdown plugin (#5556) * editor markdown * fix build * pnpm lock * add props * update code * fix list * editor ui * fix variable reset (#5586) * perf: variables type code * customize lexical indent (#5588) * perf: multiple selector * perf: tab plugin * doc * refactor: update workflow constants to use ToolTypeEnum (#5491) * refactor: replace FlowNodeTemplateTypeEnum with string literals in workflow templates * perf: tool type --------- Co-authored-by: archer <545436317@qq.com> * update doc * fix: make table's row more natural while dragging it (#5596) * feat: add APIGetTemplate function and refactor template fetching logic (#5498) * feat: add APIGetTemplate function and refactor template fetching logic * chore: adjust the code * chore: update sdk --------- Co-authored-by: FinleyGe <m13203533462@163.com> * perf init system * doc * remove log * remove i18n * perf: variables render --------- Co-authored-by: Ctrlz <143257420+ctrlz526@users.noreply.github.com> Co-authored-by: heheer <heheer@sealos.io> Co-authored-by: 伍闲犬 <whoeverimf5@gmail.com> Co-authored-by: FinleyGe <m13203533462@163.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'V4.12.0(包含升级脚本)'
|
||||
description: 'FastGPT V4.12.0 更新说明, 发布于 2025-8-11。'
|
||||
description: 'FastGPT V4.12.0 更新说明, 发布于 2025-8-11'
|
||||
---
|
||||
|
||||
## 更新指南
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'V4.12.1(包含升级脚本)'
|
||||
description: 'FastGPT V4.12.1 更新说明, 发布于 2025-8-18。'
|
||||
description: 'FastGPT V4.12.1 更新说明, 发布于 2025-8-18'
|
||||
---
|
||||
|
||||
## 更新指南
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'V4.12.2'
|
||||
description: 'FastGPT V4.12.2 更新说明, 发布于 2025-8-26。'
|
||||
description: 'FastGPT V4.12.2 更新说明, 发布于 2025-8-26'
|
||||
---
|
||||
|
||||
## 更新指南
|
||||
|
@@ -3,13 +3,16 @@ title: 'V4.12.3(进行中)'
|
||||
description: 'FastGPT V4.12.3 更新说明'
|
||||
---
|
||||
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
1. 提示词编辑器支持列表、tab 渲染等部分富文本交互。
|
||||
2. 应用增加更多全局变量:密码、多选、内部变量(在站内对话不会显示)。
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 纠正 RRF 权重合并算法,使用标准 RRF 权重公式。
|
||||
2. 多选组件支持动态宽度计算,适配可见 tag。
|
||||
3. 变量更新组件渲染优化,与全局变量渲染保持一致性。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
@@ -17,5 +20,10 @@ description: 'FastGPT V4.12.3 更新说明'
|
||||
2. 工作流文件上传默认打开,但输入侧未添加文件输出。
|
||||
3. 连续用户选择,分支无法正常运行。
|
||||
4. 工作流,变量更新,数组选择器异常。
|
||||
5. 应用评测,评测内容仅获取了首个输出文本,未获取所有输出文本。
|
||||
|
||||
## 🔨 工具更新
|
||||
## 🔨 插件更新
|
||||
|
||||
1. 系统工具类型迁移至 plugin。
|
||||
2. 将模型提供商配置移动到 plugin,实现热更新。
|
||||
3. 将应用模板移动至 plugin。
|
@@ -102,10 +102,10 @@
|
||||
"document/content/docs/upgrading/4-10/4101.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-11/4110.mdx": "2025-08-05T23:20:39+08:00",
|
||||
"document/content/docs/upgrading/4-11/4111.mdx": "2025-08-07T22:49:09+08:00",
|
||||
"document/content/docs/upgrading/4-12/4120.mdx": "2025-08-12T22:45:19+08:00",
|
||||
"document/content/docs/upgrading/4-12/4121.mdx": "2025-08-15T22:53:06+08:00",
|
||||
"document/content/docs/upgrading/4-12/4122.mdx": "2025-09-04T21:37:57+08:00",
|
||||
"document/content/docs/upgrading/4-12/4123.mdx": "2025-09-04T21:37:57+08:00",
|
||||
"document/content/docs/upgrading/4-12/4120.mdx": "2025-09-04T22:59:41+08:00",
|
||||
"document/content/docs/upgrading/4-12/4121.mdx": "2025-09-04T22:59:41+08:00",
|
||||
"document/content/docs/upgrading/4-12/4122.mdx": "2025-09-04T22:59:41+08:00",
|
||||
"document/content/docs/upgrading/4-12/4123.mdx": "2025-09-05T17:31:22+08:00",
|
||||
"document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00",
|
||||
"document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00",
|
||||
|
@@ -19,4 +19,4 @@ export default defineConfig({
|
||||
mdxOptions: {
|
||||
// MDX options
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user