Archer
518627ca2c
fix: getquote api auth error ( #6792 )
...
* deploy doc
* perf: completions api support null
* fix: getquote api auth error
2026-04-21 23:00:10 +08:00
Ryo
4fbf8430b7
chore: bump deploy image tags for v4.14.12 ( #6789 )
2026-04-21 17:25:10 +08:00
Archer
7506a147e6
V4.14.x ( #6751 )
...
* batch node (#6732 )
* batch node
* docs: add local code quality standards and style guides for automated review
* refactor: remove enforced minimum for parallel concurrency, simplify edge handling in task runtime context, and fix loop output mapping
* feat: auto-infer and sync valueType for parallel loop input and output based on referenced array source
* fix: refactor parallelRun output type synchronization and improve sub-workflow error handling in dispatch service
* feat: enforce parallel concurrency limits and validate against workflow loop constraints
* feat: implement retry mechanism for parallel workflow tasks with usage tracking per attempt
* fix review
* perf: use function
* refactor: abstract nested node logic into useNestedNode hook and update parallelRun icon/service logic
* fix: type import
* refactor: update ParallelRunStatusEnum and i18n labels for improved status clarity
* feat: parallel run details and input/output display to chat response modal and service dispatch
* fix: config limit error
* refactor: optimize parallel run task execution, fix point accumulation, and improve error handling for sub-workflows
* fix: include totalPoints in parallel task results
* refactor: centralize nested input injection and point safety utilities for workflow dispatchers
* test: add unit tests for safePoints utility function
* refactor: update parallel workflow runtime types and clean up docstring placement in dispatch utils
* fix: include all runtime nodes in parallel execution to ensure variable reference accessibility
* refactor: update pushSubWorkflowUsage signature to use object parameter for improved consistency
---------
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com >
* feat(s3): add proxy transfer mode with tokenized upload/download (#6729 )
* feat(s3): add proxy transfer mode with tokenized upload/download
* wip: switch to proxy mode for upload progress
* fix: office mime types
* fix(s3): upload MIME validation, multer whitelist, API error status
- Treat AVI/MPEG mime aliases (incl. video/mp1s vs video/mpeg) as matching
- Optional allowedExtensions on multer for dataset images and localFile
- Map S3/business errors to 4xx in jsonRes where appropriate
- Align presign max size with team plan; fix dataset import size UX
- Add upload validation tests
Made-with: Cursor
* fix: show clear message when upload frequency limit is exceeded
- Reject ERROR_ENUM.uploadFileIntervalLimit from authFrequencyLimit instead of Mongo doc
- Add i18n for upload_file_interval_limit (zh-CN/en/zh-Hant)
Made-with: Cursor
* fix file token validation and upload mime checks
* fix: test
* fix(s3): treat m4a audio/mp4 and audio/x-m4a as equivalent
- Add MIME equivalence group for AAC/M4A container mismatch (mime-types vs file-type)
- Add upload validation test for minimal ftyp/M4A buffer
- Test env: keep FILE_TOKEN_KEY in vitest test.env and test/setup.ts (drop loadTestEnv file)
Made-with: Cursor
* fix(chat): 调试区文件类型与编辑态一致,并修复 accept 在 WebKit 下不更新
- ChatTest: 用 getAppChatConfig + getGuideModule 合并画布引导节点与 chatConfig
- useChatTest: 依赖 fileSelectConfig 序列化与 chatConfig,避免深层变更未触发预览更新
- useSelectFile: 用 useCallback + input key 替代 useMemoizedFn,确保 accept 变更后重建 input
Made-with: Cursor
* fix: invalid request
* feat: prompt inject (#6757 )
* feat: resume chat stream (#6722 )
* fix: openapi schema issue while creating openapi json
* feat: resume chat stream
* wip: chat status and read status
* feat: sync chat side bar status
* fix: allow reassignment of variables in chatTest handler
Made-with: Cursor
* feat(chat): stream resume hardening, resume modules in @fastgpt/service, stale generating cron
- Move stream resume mirror + resumeStatus into packages/service; update API imports
- chatTest: ensurePendingChatRoundItems, default responseChatItemId; zod default import for client
- useChatTest + HomeChatWindow: enableAutoResume and sync init chatGenerateStatus
- ChatContext: safe no-op defaults without provider
- Cron: clean MongoChat stuck in generating >30min; timer lock cleanStaleGeneratingChat
Made-with: Cursor
* fix(chat): address stream-resume PR review (zod/mongoose enum, legacy status, upsert, UI race)
- Zod: use z.nativeEnum(ChatGenerateStatusEnum); mongoose chatGenerateStatus enum as [0,1,2] only
- Init APIs: default missing chatGenerateStatus to done before read/unread logic
- ensurePendingChatRoundItems: unique index + upsert; rename ChatGenerateStatusEnum
- ChatBox auto-resume: guard by chatId; sidebar sync via targetChatId
- Tests: chat history/feedback APIs pass with schema fixes
Made-with: Cursor
* fix(chat): expose resume at /api/v2/chat/resume; openapi + review tidy
- Move handler from v1/stream to v2/chat/resume (pairs with v2 completions + Redis mirror)
- Update fetch, OpenAPI AIPath, comments; remove slim projects/app global chat api
- getHistoryStatus default chatGenerateStatus; team init + chatTest notes; ChatItem tweak
Made-with: Cursor
* fix(chat): fix resume JSON parse catch shadowing; drop unused resumeChatStream
Made-with: Cursor
* docs(chat): comment closed+stream mirror write path in workflow dispatch
Made-with: Cursor
* refactor: unify resumable stream mirroring
* fix: keep v1 chat completions out of resume flow
* refactor: make prepared chat rounds transactional
* fix: handle resume stream terminal errors
* fix: rerank max token
* feat(workflow): extend variable update node with Number/Boolean/Array operations (#6752 )
* feat(workflow): extend variable update node with Number/Boolean/Array ops
* feat: math operator icons and refactor variable update renderers for improved layout and consistency
* chore(workflow): clean up variable update types and restore icon cleanup
* feat: add test
* fix:md_ascii_bug (#6755 )
* md_ascii_bug
* md_ascii_bug
* md_ascii_bug
* md_ascii_bug
* md_ascii_bug
* perf: test
---------
Co-authored-by: archer <545436317@qq.com >
* doc
* del dataset
* perf: date auto coerce
* doc
* add test
* perf: channel setting
* doc
* fix: chat resume stream (#6759 )
* refactor(api): move stream resume to /api/core/chat/resume
Relocate resume handler from pages/api/v2 to pages/api/core, update
OpenAPI paths, frontend streamResumeFetch URL, tests, and comments.
Made-with: Cursor
* fix: remove stray conflict markers; use z.nativeEnum for chatGenerateStatus
Made-with: Cursor
* fix: use enum instead of nativeEnum
* fix(chat): address resume review suggestions
* fix(chat): require sse when resuming generating chats
* revert(chat): keep chatitem dataId index non-unique
* fix: ts
* fix doc
* fix(chat): gate stream resume mirror by header (#6760 )
* fix: remove stray conflict markers; use z.nativeEnum for chatGenerateStatus
Made-with: Cursor
* fix: use enum instead of nativeEnum
* fix(chat): address resume review suggestions
* fix(chat): require sse when resuming generating chats
* feat(chat): gate stream resume mirror by header
* refactor(chat): decouple resume mirror header parsing
* perf: dataset queue
* fix: multipleselect
* perf: workflow bug
* doc
* doc
* perf: deploy yml;fix: child nodes watch
* adapt embedding model defaultconfig
* install shell
* add mcp zod check
* feat: http tool zod schema
* Feat/batch UI (#6763 )
* feat: aggregate parallel run results into task-specific virtual nodes and update UI to support i18n arguments for module names
* style: update workflow node card padding and table styling for improved layout consistency
* feat: implement parallel run workflow node with documentation and i18n support
* style(modal): WholeResponseModal UI and layout styling
* chore: improve chat resume UX (#6764 )
* fix: remove stray conflict markers; use z.nativeEnum for chatGenerateStatus
Made-with: Cursor
* fix: use enum instead of nativeEnum
* fix(chat): address resume review suggestions
* fix(chat): require sse when resuming generating chats
* feat(chat): gate stream resume mirror by header
* refactor(chat): decouple resume mirror header parsing
* feat: improve stream resume fallback
* feat: block duplicate chat generation
* feat: polish resume unavailable recovery
* test: stabilize resume stream timeout
* fix: harden resume wait flow
* fix: get mcp tool raw schema
* style: update UI styling and layout for LLM request detail and response modals
* perf: http tool
* fix: test
* fix: http raw schema
* fix: test
* deploy yml
* deploy yml
---------
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com >
Co-authored-by: Ryo <whoeverimf5@gmail.com >
Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com >
2026-04-17 23:28:43 +08:00
Archer
ec9e8fdfc5
deploy doc ( #6728 )
2026-04-08 16:15:25 +08:00
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
Jon
8f731b55b3
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 >
2026-04-02 23:10:34 +08:00
Jon
0e46ccc72d
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
2026-04-02 17:01:04 +08:00
Archer
a55fdb4b0e
deploy doc ( #6711 )
...
* deploy doc
* deploy doc
2026-04-02 13:43:47 +08:00
Jon
515f1077c8
chore: Update Docker compose files to use named volumes ( #6704 )
...
* chore: Update Docker compose files to use named volumes
* chore: Update Docker compose files to use named volumes (prod)
2026-04-02 13:40:44 +08:00
Archer
fbbe852596
update deploy yml ( #6695 )
...
* deploy doc
* doc
* doc
* doc
2026-04-01 13:34:01 +08:00
Archer
6c71bdfeb2
dockerfile ( #6692 )
2026-04-01 10:48:36 +08:00
Archer
33a796397f
update version ( #6691 )
2026-04-01 10:17:15 +08:00
Archer
d5ea3179a0
V4.14.10 dev ( #6686 )
...
* docker
* fix: community version check
* perf: deploy doc
* doc
* doc
* remove invalide md
2026-03-31 23:15:29 +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
2e84a1f2c9
doc ( #6632 )
2026-03-24 23:10:50 +08:00
Archer
37bbccdc1f
Fix outlink doc ( #6619 )
...
* doc
* doc
2026-03-23 23:37:12 +08:00
Archer
a49321c850
deploy doc ( #6612 )
2026-03-23 16:26:22 +08:00
Archer
3048dd5cfb
doc ( #6609 )
2026-03-23 12:10:44 +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
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
8eb841cc96
fix: version-list & update docker-compose.yamls ( #6526 )
...
* fix: get version list api for workflow/agent tools
* chore: update docker-composes
2026-03-09 12:02:02 +08:00
Archer
410cb30c28
doc ( #6503 )
2026-03-05 10:36:03 +08:00
Archer
87b0bca30c
Doc ( #6493 )
...
* cloud doc
* doc refactor
* doc move
* seo
* remove doc
* yml
* doc
* fix: tsconfig
* fix: tsconfig
2026-03-03 17:39:47 +08:00
Archer
e9eca2f80b
deploy version ( #6470 )
2026-02-26 18:14:55 +08:00
Archer
e9f9629c38
chore: update FastGPT image tag to v4.14.7.1 ( #6458 )
...
Co-authored-by: Archer <c121914yu@gmail.com >
2026-02-24 19:54:14 +08:00
Archer
048b2410d4
url ( #6431 )
2026-02-13 11:38:01 +08:00
Archer
e5a791e4f7
doc ( #6429 )
...
* perf: health check
* doc
2026-02-13 11:23:02 +08:00
Archer
e8fac8639e
yml ( #6422 )
2026-02-12 18:53:15 +08:00
Archer
c8d8ca1384
doc ( #6421 )
...
* doc
* version
* doc
2026-02-12 18:45:30 +08:00
Archer
0ac8bca17c
doc ( #6419 )
2026-02-12 18:02:02 +08:00
Archer
e6c7593d95
Sandbox move and vector test ( #6381 )
...
* remove sandbox
* perf: vitest
* doc
2026-02-04 14:27:58 +08:00
Finley Ge
8e8b5b4a16
chore: 4.14.6 upgrading docs ( #6356 )
...
* chore: 4.14.6 upgrading docs
* chore: deploy scripts
* chore: bump @fastgpt-sdk/plugin to 0.3.8
2026-01-30 22:34:42 +08:00
Finley Ge
7bd2ca7b79
chore: deploy scripts ( #6293 )
2026-01-20 10:50:47 +08:00
Archer
047940bbd6
doc ( #6233 )
2026-01-11 00:57:52 +08:00
Archer
3a0d971480
doc ( #6225 )
2026-01-09 18:27:11 +08:00
Archer
c93c3937e1
S3 sdk ( #6215 )
...
* refactor: fastgpt object storage & global proxy (#6155 )
* feat: migrate to fastgpt storage sdk
* chore: rename env variable
* chore: move to sdk dir
* docs: object storage
* CHORE
* chore: storage mocks
* chore: update docker-compose
* fix: global proxy agent
* fix: update COS proxy
* refactor: use fetch instead of http.request
* fix: axios request base url
* fix: axios proxy request behavior
* fix: bumps axios
* fix: patch axios for proxy
* fix: replace axios with proxied axios
* fix: upload txt file encoding
* clean code
* fix: use "minio" for minio adapter (#6205 )
* fix: use minio client to delete files when using minio vendor (#6206 )
* doc
* feat: filter citations and add response button control (#6170 )
* feat: filter citations and add response button control
* i18n
* fix
* fix test
* perf: chat api code
* fix: workflow edge overlap and auto-align in folded loop nodes (#6204 )
* fix: workflow edge overlap and auto-align in folded loop nodes
* sort
* fix
* fix edge
* fix icon
* perf: s3 file name
* perf: admin get app api
* perf: catch user error
* fix: refactor useOrg hook to use debounced search key (#6180 )
* chore: comment minio adapter (#6207 )
* chore: filename with suffix random id
* perf: s3 storage code
* fix: encode filename when copy object
---------
Co-authored-by: archer <545436317@qq.com >
* fix: node card link
* json
* perf: chat index;
* index
* chat item soft delete (#6216 )
* chat item soft delete
* temp
* fix
* remove code
* perf: delete chat item
---------
Co-authored-by: archer <545436317@qq.com >
* feat: select wheather filter sensitive info when export apps (#6222 )
* fix some bugs (#6210 )
* fix v4.14.5 bugs
* type
* fix
* fix
* custom feedback
* fix
* code
* fix
* remove invalid function
---------
Co-authored-by: archer <545436317@qq.com >
* perf: test
* fix file default local upload (#6223 )
* docs: improve object storage introduction (#6224 )
* doc
---------
Co-authored-by: roy <whoeverimf5@gmail.com >
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com >
2026-01-09 18:25:02 +08:00
Finley Ge
3ff4fda364
upgrade: MongoDB 5.0.18 to 5.0.32 ( #6148 )
...
* upgrade: MongoDB 5.0.18 to 5.0.32
Update MongoDB version from 5.0.18 to 5.0.32 in all deployment configurations.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
* doc
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Happy <yesreply@happy.engineering >
Co-authored-by: archer <545436317@qq.com >
2025-12-30 11:31:47 +08:00
Archer
71936eeb1d
deploy doc ( #6100 )
...
* deploy doc
* name
2025-12-16 14:56:04 +08:00
Finley Ge
670c3ca3b0
chore: update deploy scripts ( #6016 )
2025-12-03 11:08:43 +08:00
Archer
f08f3a8a26
deploy doc ( #5953 )
...
* fix: text split
* remove test
* perf: create dataset modal
* remove log
* deploy doc
2025-11-18 19:27:14 +08:00
Archer
fa163a5456
doc ( #5908 )
2025-11-12 12:19:02 +08:00
Archer
45869fa058
Upgrade document ( #5865 )
...
* fix: timeselector ui error
* var update node
* version doc
* doc
2025-11-05 14:16:14 +08:00
Archer
b59f2ccf1d
fix: loginout ( #5796 )
...
* fix: variables refresh
* fix: workflow start check
* doc
* fix: loginout
* fix: login
2025-10-21 11:46:53 +08:00
Finley Ge
1ab2e922ec
feat: add health check to MongoDB service in Docker Compose templates ( #5776 )
...
* feat: add health check to MongoDB service in Docker Compose templates
- Add health check configuration to MongoDB service in both dev and prod templates
- Use mongo client ping command with authentication to verify service availability
- Configure 10s interval, 5s timeout, 5 retries, and 30s start period
- Ensures MongoDB service health monitoring consistent with other services
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
* chore: regenerate Docker Compose files with MongoDB health check
- Run pnpm gen:deploy to regenerate all Docker Compose files
- MongoDB health checks are now included in all generated variants
- Health check configuration: 10s interval, 5s timeout, 5 retries, 30s start period
- Affects dev, prod and documentation Docker Compose files
Generated with [Claude Code](https://claude.ai/code )
via [Happy](https://happy.engineering )
Co-Authored-By: Claude <noreply@anthropic.com >
Co-Authored-By: Happy <yesreply@happy.engineering >
---------
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Happy <yesreply@happy.engineering >
2025-10-17 18:28:48 +08:00
Finley Ge
b8c2c7ad98
fix: docker-compose pg_url removal; depends on pg -> vectorDB ( #5733 )
2025-10-06 11:42:57 +08:00
Archer
1d2fe012bf
deploy doc ( #5729 )
2025-09-30 15:47:06 +08:00
Archer
a83ae8e6e8
4.13.1 features ( #5728 )
...
* fix(api): 修复二级路由下的页面判断逻辑
在请求错误处理中,添加基础URL前缀以正确判断当前是否为外部链接页面。
* perf: use global var
* remove invalid code
* feat: response limit;perf: copy avatar image;perf: markdown parse (#5719 )
* feat: response limit
* remove placeholder
* perf: copy avatar image
* perf: markdown parse
* fix: child app cannot show cite
* doc
* fix: node template bugs (#5727 )
* add dataset search count track (#5721 )
* add dataset search count track
* remove pro
* change to track
* remove unused
* fix
* perf: track code
---------
Co-authored-by: archer <545436317@qq.com >
* http response limit
* deploy doc
* fix: test
* doc
* remove invalid code
* remove invalid code
---------
Co-authored-by: 戴盛利 <1639499287@qq.com >
Co-authored-by: heheer <heheer@sealos.io >
2025-09-30 15:05:43 +08:00
Archer
5749f66197
update deploy doc ( #5723 )
2025-09-29 11:42:47 +08:00