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>
Showing
.claude/skills/design/core/ai/sandbox/prd.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
packages/global/core/ai/sandbox/constants.ts
0 → 100644
| ... | ... | @@ -2,8 +2,8 @@ |
| "name": "@fastgpt/global", | ||
| "version": "1.0.0", | ||
| "engines": { | ||
| "node": ">=20.x", | ||
| "pnpm": ">=9.x" | ||
| "node": ">=20", | ||
| "pnpm": ">=9" | ||
| }, | ||
| "dependencies": { | ||
| "@fastgpt-sdk/plugin": "0.3.8", | ||
| ... | ... |
packages/service/core/ai/sandbox/index.ts
0 → 100644
packages/service/core/ai/sandbox/schema.ts
0 → 100644
packages/service/core/ai/sandbox/type.ts
0 → 100644
| ... | ... | @@ -3,25 +3,18 @@ |
| "version": "1.0.0", | ||
| "type": "module", | ||
| "engines": { | ||
| "node": ">=20.x", | ||
| "pnpm": ">=9.x" | ||
| "node": ">=20", | ||
| "pnpm": ">=9" | ||
| }, | ||
| "dependencies": { | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "@fastgpt-sdk/sandbox-adapter": "^0.0.18", | ||
| "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt-sdk/logger": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@logtape/logtape": "^2", | ||
| "@logtape/pretty": "^2", | ||
| "@maxmind/geoip2-node": "^6.3.4", | ||
| "@modelcontextprotocol/sdk": "catalog:", | ||
| "@node-rs/jieba": "2.0.1", | ||
| "@opentelemetry/api": "^1.9.0", | ||
| "@opentelemetry/api-logs": "^0.203.0", | ||
| "@opentelemetry/exporter-logs-otlp-http": "^0.203.0", | ||
| "@opentelemetry/otlp-exporter-base": "^0.211.0", | ||
| "@opentelemetry/resources": "^2.0.1", | ||
| "@opentelemetry/sdk-logs": "^0.203.0", | ||
| "@opentelemetry/semantic-conventions": "^1.39.0", | ||
| "@opentelemetry/winston-transport": "^0.14.0", | ||
| "@t3-oss/env-core": "0.13.10", | ||
| "@xmldom/xmldom": "^0.8.10", | ||
| "@zilliz/milvus2-sdk-node": "2.4.10", | ||
| ... | ... | @@ -42,7 +35,6 @@ |
| "iconv-lite": "^0.6.3", | ||
| "ioredis": "^5.6.0", | ||
| "joplin-turndown-plugin-gfm": "^1.0.12", | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "json5": "catalog:", | ||
| "jsonpath-plus": "^10.3.0", | ||
| "jsonwebtoken": "^9.0.2", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/marketplace/src/service/logger.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/mcp_server/src/logger.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox/build.sh
0 → 100755
This diff is collapsed.
Click to expand it.
projects/sandbox/bun.lock
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox/src/utils/logger.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox_server/.gitignore
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
projects/sandbox_server/Dockerfile
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox_server/READMD.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
projects/sandbox_server/bun.lock
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
projects/sandbox_server/package.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox_server/sdk/BUILD.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
projects/sandbox_server/sdk/bun.lock
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox_server/sdk/index.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox_server/sdk/types.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
projects/sandbox_server/src/env.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
projects/sandbox_server/src/index.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
sdk/logger/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/package.json
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/src/client.ts
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/src/env.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
sdk/logger/src/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/src/loggers.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
sdk/logger/src/sinks.ts
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/src/types.ts
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/logger/tsdown.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
sdk/storage/.node-version
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment