fix: version-list & update docker-compose.yamls (#6526)

* fix: get version list api for workflow/agent tools

* chore: update docker-composes
This commit is contained in:
Finley Ge
2026-03-09 12:02:02 +08:00
committed by GitHub
parent d8b8da8dd4
commit 8eb841cc96
30 changed files with 122 additions and 79 deletions

View File

@@ -1,8 +1,8 @@
{
"tags": {
"fastgpt": "v4.14.7.2",
"fastgpt-sandbox": "v4.14.7.2",
"fastgpt-mcp_server": "v4.14.6",
"fastgpt": "v4.14.8",
"fastgpt-sandbox": "v4.14.8",
"fastgpt-mcp_server": "v4.14.8",
"fastgpt-plugin": "v0.5.4",
"aiproxy": "v0.3.5",
"aiproxy-pg": "0.8.0-pg15",

View File

@@ -136,7 +136,7 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
ports:
- 3002:3000
networks:
@@ -144,7 +144,7 @@ services:
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
ports:
- 3005:3000
networks:

View File

@@ -136,7 +136,7 @@ services:
retries: 3
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
ports:
- 3002:3000
networks:
@@ -144,7 +144,7 @@ services:
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
ports:
- 3005:3000
networks:

View File

@@ -185,7 +185,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -162,7 +162,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -143,7 +143,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -149,7 +149,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -127,7 +127,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -185,7 +185,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -162,7 +162,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -143,7 +143,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -149,7 +149,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -127,7 +127,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -0,0 +1,24 @@
---
title: 'V4.14.8.1 (In Progress)'
description: 'FastGPT V4.14.8.1 Update Notes'
---
## Update Guide
### Update Images
- Update FastGPT image tag: v4.14.8.1
- Update FastGPT commercial image tag: v4.14.8.1
- Update fastgpt-plugin image tag: No update required
- mcp_server: No update required
- Update sandbox image tag: v4.14.8
- AIProxy: No update required
- mongo: No update required
## 🚀 New Features
## ⚙️ Improvements
## 🐛 Bug Fixes
1. Fixed an issue where the version list of agent tools could not be retrieved in the workflow orchestration.

View File

@@ -0,0 +1,24 @@
---
title: 'V4.14.8.1(进行中)'
description: 'FastGPT V4.14.8.1 更新说明'
---
## 更新指南
### 更新镜像
- 更新 FastGPT 镜像 tag: v4.14.8.1
- 更新 FastGPT 商业版镜像 tag: v4.14.8.1
- 更新 fastgpt-plugin 镜像 tag: 无需更新
- mcp_server 无需更新
- 更新 sandbox 镜像 tag: v4.14.8
- AIProxy 无需更新
- mongo 无需更新
## 🚀 新增内容
## ⚙️ 优化
## 🐛 修复
1. 修复工作流编排中获取不到 agent 工具的版本列表的问题。

View File

@@ -119,6 +119,7 @@ description: FastGPT Toc
- [/en/docs/self-host/upgrading/4-14/4146](/en/docs/self-host/upgrading/4-14/4146)
- [/en/docs/self-host/upgrading/4-14/4147](/en/docs/self-host/upgrading/4-14/4147)
- [/en/docs/self-host/upgrading/4-14/4148](/en/docs/self-host/upgrading/4-14/4148)
- [/en/docs/self-host/upgrading/4-14/41481](/en/docs/self-host/upgrading/4-14/41481)
- [/en/docs/self-host/upgrading/outdated/40](/en/docs/self-host/upgrading/outdated/40)
- [/en/docs/self-host/upgrading/outdated/41](/en/docs/self-host/upgrading/outdated/41)
- [/en/docs/self-host/upgrading/outdated/4100](/en/docs/self-host/upgrading/outdated/4100)

View File

@@ -119,6 +119,7 @@ description: FastGPT 文档目录
- [/docs/self-host/upgrading/4-14/4146](/docs/self-host/upgrading/4-14/4146)
- [/docs/self-host/upgrading/4-14/4147](/docs/self-host/upgrading/4-14/4147)
- [/docs/self-host/upgrading/4-14/4148](/docs/self-host/upgrading/4-14/4148)
- [/docs/self-host/upgrading/4-14/41481](/docs/self-host/upgrading/4-14/41481)
- [/docs/self-host/upgrading/outdated/40](/docs/self-host/upgrading/outdated/40)
- [/docs/self-host/upgrading/outdated/41](/docs/self-host/upgrading/outdated/41)
- [/docs/self-host/upgrading/outdated/4100](/docs/self-host/upgrading/outdated/4100)

View File

@@ -231,8 +231,8 @@
"document/content/docs/self-host/upgrading/4-14/4146.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4147.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4147.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4148.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/4-14/4148.mdx": "2026-03-06T19:11:04+08:00",
"document/content/docs/self-host/upgrading/4-14/4148.en.mdx": "2026-03-06T19:32:23+08:00",
"document/content/docs/self-host/upgrading/4-14/4148.mdx": "2026-03-06T19:32:23+08:00",
"document/content/docs/self-host/upgrading/outdated/40.en.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/outdated/40.mdx": "2026-03-03T17:39:47+08:00",
"document/content/docs/self-host/upgrading/outdated/41.en.mdx": "2026-03-03T17:39:47+08:00",

View File

@@ -185,7 +185,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -162,7 +162,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -143,7 +143,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -149,7 +149,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -127,7 +127,7 @@ services:
fastgpt:
container_name: fastgpt
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.7.2 # git
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.7.2
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.6
image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -185,7 +185,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -237,13 +237,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -162,7 +162,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -214,13 +214,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -143,7 +143,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -195,13 +195,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -149,7 +149,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -201,13 +201,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -127,7 +127,7 @@ services:
fastgpt:
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.14.7.2 # git
image: ghcr.io/labring/fastgpt:v4.14.8 # git
ports:
- 3000:3000
networks:
@@ -179,13 +179,13 @@ services:
- ./config.json:/app/data/config.json
sandbox:
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.14.7.2
image: ghcr.io/labring/fastgpt-sandbox:v4.14.8
networks:
- fastgpt
restart: always
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.6
image: ghcr.io/labring/fastgpt-mcp_server:v4.14.8
networks:
- fastgpt
ports:

View File

@@ -1,5 +1,3 @@
// @ts-nocheck
import type { NextConfig } from 'next';
import path from 'path';
import withBundleAnalyzerInit from '@next/bundle-analyzer';
@@ -17,11 +15,9 @@ const nextConfig: NextConfig = {
localeDetection: false
},
output: 'standalone',
// 开发环境关闭 strict mode避免第三方库的双重渲染问题
reactStrictMode: !isDev,
// 关闭 strict mode避免第三方库的双重渲染问题
reactStrictMode: false,
productionBrowserSourceMaps: false,
// 启用 SWC 压缩
swcMinify: true,
async headers() {
return [
{

View File

@@ -11,7 +11,6 @@ import { AppToolSourceEnum } from '@fastgpt/global/core/app/tool/constants';
import { PluginErrEnum } from '@fastgpt/global/common/error/code/plugin';
import { Types } from '@fastgpt/service/common/mongo';
import { splitCombineToolId } from '@fastgpt/global/core/app/tool/utils';
import { getMCPParentId } from '@fastgpt/global/core/app/tool/mcpTool/utils';
export type getToolVersionListProps = PaginationProps<{
pluginId?: string;
@@ -63,9 +62,7 @@ async function handler(
});
return app._id;
} else {
const item = await getSystemToolByIdAndVersionId(formatPluginId);
if (!item) return Promise.reject(PluginErrEnum.unAuth);
return item.associatedPluginId;
return formatPluginId;
}
})();