Jon
57a505f837
Agent skill dev ( #6668 )
...
* chore: Rename service & container names for consistency in Docker configs (#6710 )
* chore: Rename container names for consistency in Docker configs
* chore: Rename service names for consistency in Docker configs
chore: Update OpenSandbox versions and image repositories (#6709 )
* chore: Update OpenSandbox versions and image repositories
* yml version
* images
* init yml
* port
---------
Co-authored-by: archer <545436317@qq.com >
refactor(chat): optimize sandbox status logic and decouple UI/Status hooks (#6713 )
* refactor(chat): optimize sandbox status logic and decouple UI/Status hooks
* fix: useRef, rename onClose to afterClose
Update .env.template (#6720 )
aiproxy默认的请求地址改成http协议
feat: comprehensive agent skill management and sandbox infrastructure optimization
- Skill System: Implemented a full skill management module including CRUD operations, folder organization, AI-driven skill generation, and versioning (switch/update).
- Sandbox Infrastructure: Introduced 'volume-manager' for PVC and Docker volume lifecycle management, replacing the MinIO sync-agent for better data persistence.
- Workflow Integration: Enhanced the Agent node to support skill selection and configuration, including new UI components and data normalization.
- Permission Management: Added granular permission controls for skills, supporting collaborators, owner transfers, and permission inheritance.
- UI/UX: Added a dedicated Skill dashboard, sandbox debug interface (terminal, logs, and iframe proxy), and comprehensive i18n support.
- Maintenance: Migrated Docker services to named volumes, optimized sandbox instance limits, and improved error handling for sandbox providers.
Co-authored-by: chanzhi82020 <chenzhi@sangfor.com.cn >
Co-authored-by: lavine77
Signed-off-by: Jon <ljp@sangfor.com.cn >
feat: hide skill
prettier
* perf: hide skill code
* fix: ts
* lock
* perf: tool code
* fix: ts
* lock
* fix: test
* fix: openapi
* lock
* fix: test
* null model
---------
Co-authored-by: archer <545436317@qq.com >
2026-04-07 22:52:03 +08:00
DigHuang
7cca3f9f57
refactor(chat): optimize sandbox status logic and decouple UI/Status hooks ( #6713 )
...
* refactor(chat): optimize sandbox status logic and decouple UI/Status hooks
* fix: useRef, rename onClose to afterClose
2026-04-03 15:22:50 +08:00
Archer
8e248d7bed
mcp perf ( #6697 )
...
* mcp perf
* fix: null object
2026-04-01 19:04:42 +08:00
Ryo
e382a74e62
fix: number input ( #6698 )
2026-04-01 18:24:31 +08:00
Ryo
529e29e02e
chore: add cpu metrics, lower frequency to report metrics and trace ( #6693 )
2026-04-01 11:24:50 +08:00
Archer
7f2dd9d24a
fix: mcp toolcall ( #6683 )
...
* fix: mcp toolcall
* perf: test sign
2026-03-31 17:02:56 +08:00
gaga0714
c5371ae886
fix: deal with undefined valueType ( #6684 )
...
* fix: deal with undefined valueType
* fix
* fix
* fix key
2026-03-31 16:56:32 +08:00
Archer
b884631363
feat: sandbox readfile tool ( #6679 )
...
* feat: sandbox readfile tool
* perf: read stream
* fix: schema name
* update sdk version
* udpate enum
* perf: time
2026-03-31 13:50:26 +08:00
Archer
3f4400a500
V4.14.10 dev ( #6674 )
...
* feat: model config with brand-new price calculate machanism (#6616 )
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* remove invalid code
* wip: model config
* feat: model config with brand-new price calculate machanism
* merge main branch
* ajust calculate way
* ajust priceTiers resolve procession
* perf: price config code
* fix: default price
* fix: test
* fix: comment
* fix test
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
Co-authored-by: archer <545436317@qq.com >
* wip: fix modal UI (#6634 )
* wip: fix modal UI
* fix: maxInputToken set
* chore: add price unit for non llm models
* chore: replace question mark icon with beta tag (#6672 )
* feat:rerank too long; fix:rerank ui(agent),embedding returns 0 (#6663 )
* feat:rerank too long; fix:rerank ui(agent),embedding returns 0
* rerank
* fix:rerank function
* perf: rerank code
* fix rerank
* perf: model price ui
---------
Co-authored-by: archer <545436317@qq.com >
* remove llmtype field
* revert model init
* fix: filed
* fix: model select filter
* perf: multiple selector render
* remove invalid checker
* remove invalid i18n
* perf: model selector tip
* perf: model selector tip
* fix cr
* limit pnpm version
* fix: i18n
* fix action
* set default mintoken
* update i18n
* perf: usage push
* fix:rerank model ui (#6677 )
* fix: tier match error
* fix: testr
---------
Co-authored-by: Ryo <whoeverimf5@gmail.com >
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
2026-03-30 10:05:42 +08:00
Archer
03dd9c00a8
perf: runtime performance ( #6665 )
...
* perf: runtime performance
* add stringify trace
* remove trace val
* remove trace val
* remove logger
* remove logger
* add test
* add log
2026-03-27 17:06:36 +08:00
Ryo
2234859440
perf: add process memory metrics ( #6656 )
...
* perf: reduce trace span and metrics
* perf: add process memory metrics
* fix: translations
2026-03-26 23:37:45 +08:00
Archer
6e6b026d13
fix: auth code secret ( #6662 )
2026-03-26 22:47:11 +08:00
Archer
cc3a91d009
Opensandbox ( #6657 )
...
* Opensandbox (#6651 )
* volumn manager
* feat: opensandbox volumn
* perf: action (#6654 )
* perf: action
* doc
* doc
* deploy tml
* update template
2026-03-26 18:25:57 +08:00
Archer
d0f96723ea
fix: plugin catch ( #6643 )
2026-03-25 20:20:19 +08:00
Archer
064b2ce65d
fix: ui ( #6642 )
2026-03-25 18:49:55 +08:00
Ryo
0ce410d742
clean icons and translations ( #6641 )
2026-03-25 18:07:18 +08:00
Ryo
b15d7d7819
Chore/clean icons and translations ( #6638 )
...
* chore: provide scripts to check if there is unused icons and translations
* move script to pro
* chore: restore translations
* restore translations
2026-03-25 17:11:29 +08:00
Archer
bd966d479f
fix: login secret ( #6635 )
...
* fix: login secret
* lock
* env template
* fix: ts
* fix: ts
* fix: ts
2026-03-25 14:45:38 +08:00
Ryo
e48a037f2d
restore translations ( #6637 )
...
* chore: provide scripts to check if there is unused icons and translations
* move script to pro
* chore: restore translations
2026-03-25 14:27:17 +08:00
gaga0714
bb8852d82b
fix: add maxnum of folders to env ( #6628 )
...
* fix: add maxnum of folders to env
* fix: 知识库文件夹上限数量结构调整
* fix
2026-03-25 13:59:18 +08:00
Ryo
4b3abb0a70
chore: provide scripts to check if there is unused icons and translat… ( #6627 )
...
* chore: provide scripts to check if there is unused icons and translations
* move script to pro
2026-03-24 18:38:15 +08:00
Archer
86758af5bb
feishu stream ( #6629 )
2026-03-24 18:02:38 +08:00
Archer
25d6bb7d53
update coupon type ( #6623 )
2026-03-24 13:39:36 +08:00
Archer
e05ae8a3ec
fix: child workflow variable default value not init ( #6620 )
2026-03-24 09:59:30 +08:00
Archer
79e5557e83
var context ( #6617 )
2026-03-23 23:23:42 +08:00
Archer
c37b3aa0e8
wechat publish ( #6607 )
...
* wechat publish
* update test
* doc
2026-03-23 11:57:05 +08:00
Archer
c84c45398a
update deploy doc ( #6605 )
...
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* deploy
* remove invalid code
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
2026-03-22 18:27:31 +08:00
Archer
8d2bc63c49
V4.14.9 dev ( #6604 )
...
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* deploy
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
2026-03-22 18:11:50 +08:00
Archer
f7b64f25b1
V4.14.9 features ( #6602 )
...
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* remove invalid code
* fix: sandbox download file
* update lock
* sub set
* i18n
* perf: system forbid sandbox
* fix: i18n; next config
* fix: authchat uid
* update i18n
* perf: check exists
* stop in tool
* stop in tool
* fix: chat
* update action
* doc
* deploy doc
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
2026-03-22 17:58:45 +08:00
Archer
05bb197990
V4.14.9 features ( #6599 )
...
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* remove invalid code
* feat(sre): integrate traces, logs, metrics into one sdk (#6580 )
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* wip: otel sdk
* feat(sre): integrate traces, logs, metrics into one sdk
* fix(sre): use SpanStatusCode constants
* fix(sre): clarify step memory measurement
* update package
* fix: ts
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
Co-authored-by: archer <545436317@qq.com >
* doc
* sandbox in agent (#6579 )
* doc
* update template
* fix: pr
* fix: sdk package
* update lock
* update next
* update dockerfile
* dockerfile
* dockerfile
* update sdk version
* update dockerefile
* version
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
Co-authored-by: Ryo <whoeverimf5@gmail.com >
2026-03-21 12:19:44 +08:00
Archer
7a6601394d
perf: agent pause ( #6588 )
...
* doc
* feat: Pause Recovery (#6494 )
* feat: Pause Recovery
* agent pause
* agent pause
* fix:agent pause
* fix:agent pause
* perf: pause agent call
* fix: test
---------
Co-authored-by: archer <545436317@qq.com >
* fix: image read and json error (Agent) (#6502 )
* fix:
1.image read
2.JSON parsing error
* dataset cite and pause
* perf: plancall second parse
* add test
---------
Co-authored-by: archer <545436317@qq.com >
* master message
* remove invalid code
* fix: pause agent (#6595 )
* fix: ask and step result
* delete console
* udpate pnpm version
* prettier
---------
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
2026-03-20 18:07:29 +08:00
gaga0714
ec7a8beba5
fix:workflow and chat bugs ( #6584 )
...
* fix:修复判断器 arrayAny 类型无判断条件可选
* fix:系统工具集不显示版本
* fix:修复视频音频自定义文件类型流程开始无文件链接变量
* fix:输入框会转义成markdown
* docs:新增修复
2026-03-20 11:25:45 +08:00
Archer
b29e10cf65
V4.14.9 dev ( #6582 )
...
* update doc
* update pnpm version
* update lock
* update model config doc
* time
* update dockerfile
2026-03-19 14:09:03 +08:00
Archer
9959707fb3
V4.14.9 fix issue ( #6573 )
...
* fix: session error
* fix: session error
* fix: workflow runtime and add e2b
2026-03-19 11:15:14 +08:00
Archer
7101ba5fee
V4.14.9 dev ( #6566 )
...
* sandbox-sync-agent (#6565 )
* action
* action
---------
Co-authored-by: Ryo <whoeverimf5@gmail.com >
2026-03-16 18:11:00 +08:00
Archer
aaa7d17ef1
V4.14.9 dev ( #6555 )
...
* feat: encapsulate logger (#6535 )
* feat: encapsulate logger
* update engines
---------
Co-authored-by: archer <545436317@qq.com >
* next config
* dev shell
* Agent sandbox (#6532 )
* docs: switch to docs layout and apply black theme (#6533 )
* feat: add Gemini 3.1 models
- Add gemini-3.1-pro-preview (released February 19, 2026)
- Add gemini-3.1-flash-lite-preview (released March 3, 2026)
Both models support:
- 1M context window
- 64k max response
- Vision
- Tool choice
* docs: switch to docs layout and apply black theme
- Change layout from notebook to docs
- Update logo to icon + text format
- Apply fumadocs black theme
- Simplify global.css (keep only navbar and TOC styles)
- Fix icon components to properly accept className props
- Add mobile text overflow handling
- Update Node engine requirement to >=20.x
* doc
* doc
* lock
* fix: ts
* doc
* doc
---------
Co-authored-by: archer <archer@archerdeMac-mini.local >
Co-authored-by: archer <545436317@qq.com >
* Doc (#6493 )
* cloud doc
* doc refactor
* doc move
* seo
* remove doc
* yml
* doc
* fix: tsconfig
* fix: tsconfig
* sandbox version (#6497 )
* sandbox version
* add sandbox log
* update lock
* fix
* fix: sandbox
* doc
* add console
* i18n
* sandbxo in agent
* feat: agent sandbox
* lock
* feat: sandbox ui
* sandbox check exists
* env tempalte
* doc
* lock
* sandbox in chat window
* sandbox entry
* fix: test
* rename var
* sandbox config tip
* update sandbox lifecircle
* update prompt
* rename provider test
* sandbox logger
* yml
---------
Co-authored-by: Archer <archer@fastgpt.io >
Co-authored-by: archer <archer@archerdeMac-mini.local >
* perf: sandbox error tip
* Add sandbox limit and fix some issue (#6550 )
* sandbox in plan
* fix: some issue
* fix: test
* editor default path
* fix: comment
* perf: sandbox worksapce
* doc
* perf: del sandbox
* sandbox build
* fix: test
* fix: pr comment
---------
Co-authored-by: Ryo <whoeverimf5@gmail.com >
Co-authored-by: Archer <archer@fastgpt.io >
Co-authored-by: archer <archer@archerdeMac-mini.local >
2026-03-16 17:09:25 +08:00
Finley Ge
21b3f8549a
refactor: merge standardConstants and standard in team plan ( #6549 )
...
* refactor: merge standardConstants and standard in team plan
* Update packages/service/support/wallet/sub/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fix: remove type assertion
* chore: type
* test: test buildStandardPlan
* fix: type
* perf: code perf
* add test code
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: archer <545436317@qq.com >
2026-03-15 22:13:43 +08:00
Archer
007ca09772
perf: workflow runtime ( #6562 )
...
* perf: workflow runtime
* perf: lable input and dispatch workflow
* fix: workflow dispatch
* fix: workflow dispatch
* fix: workflow dispatch
* fix: workflow dispatch
* perf: workflow runtime
* perf: workflow runtime
2026-03-15 14:43:48 +08:00
Archer
6ea65f644b
Fix issue ( #6560 )
...
* perf: mcp json schema type
* fix: workflow form value reset
* fix: ts
* fix: test
2026-03-14 23:42:53 +08:00
Archer
dbc443a770
Fix share ( #6554 )
...
* fix: http tool
* fix: http tool
* fix: test
* fix: test
* fix: test
* fix: test
2026-03-13 17:24:15 +08:00
Archer
4b4f856e16
fix: api dataset ( #6551 )
...
* fix: api dataset
* Update packages/global/core/chat/type.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-12 20:51:00 +08:00
Archer
91a130307d
fix: SSRF vulnerability in HTTP Tool (GHSA-6g6x-8hq5-9cw4) ( #6546 )
...
* fix: SSRF vulnerability in HTTP Tool (GHSA-6g6x-8hq5-9cw4)
修复 HTTP Tool 中的 SSRF 漏洞,防止攻击者访问内部网络资源。
主要变更:
1. 在 runHTTPTool 函数中添加 isInternalAddress 验证
2. 修改 CHECK_INTERNAL_IP 默认行为为启用(安全优先)
3. 添加全面的单元测试验证修复
安全改进:
- 阻止访问 AWS/GCP/Azure 等云服务商元数据端点
- 阻止访问 Kubernetes 服务端点
- 阻止访问私有 IP 范围 (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
- 阻止访问 localhost 和 127.0.0.1
- 阻止访问 link-local 地址 (169.254.0.0/16)
破坏性变更:
- CHECK_INTERNAL_IP 环境变量默认值从 false 改为 true
- 需要访问内部服务的用户需要显式设置 CHECK_INTERNAL_IP=false(不推荐)
测试:
- 添加 23 个测试用例覆盖各种 SSRF 攻击场景
- 所有测试通过
相关问题:
- Fixes GHSA-6g6x-8hq5-9cw4
- CWE-918: Server-Side Request Forgery
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* test: update isInternalAddress tests for new default behavior
更新测试以反映 CHECK_INTERNAL_IP 的新默认行为(默认启用安全检查)。
变更:
- 修改默认行为测试:现在默认阻止私有 IP 地址
- 添加 CHECK_INTERNAL_IP=false 测试组:测试向后兼容模式
- 所有 62 个测试通过
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* doc
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 00:15:29 +08:00
Archer
38f6f9dd9f
fix: tool id ( #6544 )
...
* fix: tool id
* fix: test
* fix: ts
* add test
2026-03-11 23:15:17 +08:00
Archer
960c8898cf
docs: switch to docs layout and apply black theme ( #6533 )
...
* feat: add Gemini 3.1 models
- Add gemini-3.1-pro-preview (released February 19, 2026)
- Add gemini-3.1-flash-lite-preview (released March 3, 2026)
Both models support:
- 1M context window
- 64k max response
- Vision
- Tool choice
* docs: switch to docs layout and apply black theme
- Change layout from notebook to docs
- Update logo to icon + text format
- Apply fumadocs black theme
- Simplify global.css (keep only navbar and TOC styles)
- Fix icon components to properly accept className props
- Add mobile text overflow handling
- Update Node engine requirement to >=20.x
* doc
* doc
* lock
* fix: ts
* doc
* doc
---------
Co-authored-by: archer <archer@archerdeMac-mini.local >
Co-authored-by: archer <545436317@qq.com >
2026-03-10 11:57:25 +08:00
Finley Ge
2f183a9936
fix: remove regex match groups ( #6531 )
2026-03-09 21:01:50 +08:00
Ryo
e71f20bbe3
fix: api dataset filename fallback ( #6529 )
2026-03-09 15:42:57 +08:00
Ryo
53fe3631df
fix: api dataset filename fallback ( #6527 )
2026-03-09 14:21:28 +08:00
Finley Ge
939282b7c8
V4.14.8 dev ( #6517 )
...
* doc
* wip(next): upgrade next16 with next-rspack to build (#6501 )
* wip(next): upgrade next16 with next-rspack to build
* wip: fix tsconfig path alias, bump various deps
* fix: test action pnpm version, immer dep
* fix: only use Rspack for develop environment
* lock
* fix: dataset choice hint (#6514 )
* fix: dataset choice hint
* fix: regex replaceVarible remove useless match group
* fix: type check (#6515 )
* test: perfect test cases for replaceVarible function in like case (#6516 )
---------
Co-authored-by: archer <545436317@qq.com >
Co-authored-by: Ryo <whoeverimf5@gmail.com >
2026-03-06 19:02:04 +08:00
Ryo
14790b3383
fix: keep title empty ( #6505 )
2026-03-06 17:52:35 +08:00
Archer
95f0166275
sandbox version ( #6497 )
...
* sandbox version
* add sandbox log
* update lock
* fix
* fix: sandbox
* doc
* add console
* i18n
2026-03-03 23:45:08 +08:00