- 27 Jul, 2026 1 commit
-
-
light5980 committed
-
- 26 Jul, 2026 2 commits
-
-
* chore: refresh workspace dependencies * submodule * fix: complete OSS storage compatibility for v4.15.5 * fix: complete COS storage integration compatibility * fix: align portable storage key limit * test: expand cross-provider storage integration coverage * feat: add Cloudflare R2 storage support * fix: use supported docs code fence language
Archer committed -
John Chen committed
-
- 24 Jul, 2026 7 commits
-
-
Archer committed
-
Finley Ge committed
-
Bumps [next](https://github.com/vercel/next.js) from 15.5.18 to 15.5.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.5.18...v15.5.21) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
* fix: make mongo index sync non-destructive * feat: add safe mongo index maintenance * docs: document mongo index sync modes * refactor: simplify mongo index synchronization * refactor: reduce mongo index sync logs * refactor: unify mongo index declarations * docs: consolidate mongo index design notes * refactor: simplify mongo index declarations * docs: clarify legacy index cleanup upgrade path * docs: clarify MongoDB deprecated index cleanup * fix: match deprecated text indexes by weights, drop options check Allow name+key cleanup for MongoDB text indexes whose stored key is rewritten to _fts/_ftsx, and stop requiring options equality so valid deprecations are not blocked by declaration noise. * fix: keep agent skill folder tree index active Restore { teamId, parentId, deleteTime } as a current Schema index so findSkillAndAllChildren can use it and startup cleanup will not drop it. * fix: align pro submodule for admin build --------- Co-authored-by: Archer <545436317@qq.com>Xianquan committed -
* fix(storage): avoid MinIO XML entity expansion limit * fix(storage): add MinIO delete request timeout * fix(storage): handle MinIO delete failures and timeouts * test(storage): add shared adapter integration suite * test(storage): expand adapter boundary coverage * test(storage): recreate stable integration buckets * fix(storage): align object key and delete contracts * docs(storage): remove integration test design * fix(storage): stabilize integration test setup * fix(storage): keep legacy test mock import path --------- Co-authored-by: Archer <545436317@qq.com>
Xianquan committed -
YeYuheng committed
-
light5980 committed
-
- 23 Jul, 2026 2 commits
-
-
* feat: add workflow file context * refactor: remove unused outbound axios selector * fix: register workflow file inputs * fix: authorize workflow file cache reads * refactor: unify external workflow file reads * fix: isolate child workflow file context * fix: align SSE user errors and compliance copy * fix: tighten workflow file handling and SSE errors * test: cover workflow file context edge cases * fix: enforce child workflow file boundaries * fix: preserve workflow form input files * fix: address workflow file context regressions * docs: clarify FE_DOMAIN origin * docs: simplify FE_DOMAIN guidance * docs: refine FE_DOMAIN Chinese description * test: align workflow file metadata expectation * refactor(workflow): pass file urls to read_files * refactor(workflow): unify read file execution * refactor(workflow): unify AI file message handling * fix: preserve pro chat file context export * refactor(workflow): remove obsolete file context adapters * submodule * refactor(workflow): finalize file URL handling * fix(workflow): enforce plugin file input limits * fix(workflow): enforce file input limits * test(workflow): complete app schema mock * fix(workflow): isolate file context inputs * fix(workflow): isolate interactive edge state * fix(workflow): harden file reading * chore: update pro workflow file handling * fix(workflow): unify file upload quotas * refactor(workflow): clarify file limit resolution
Archer committed -
DigHuang committed
-
- 22 Jul, 2026 3 commits
- 21 Jul, 2026 4 commits
- 20 Jul, 2026 8 commits
-
-
* feat: connect home attribution to CRM identity * refactor: keep only visitor id attribution * refactor: remove fastgpt source query parameter * refactor: remove fastgpt sem source field * refactor: report unified visitor contact * fix: prefer stored visitor identity on login * fix: validate visitor ids and decouple CRM reporting * fix: validate visitor id before client storage * fix: allow internal CRM endpoints
Archer committed -
light5980 committed
-
* fix(ui): agent creation preview image overlaps on the text Signed-off-by: Nixieboluo <me@sagirii.me> * fix(ui): workflowPreview image have too much gaps Signed-off-by: Nixieboluo <me@sagirii.me> --------- Signed-off-by: Nixieboluo <me@sagirii.me>
Nixieboluo committed -
Xianquan committed
-
Xianquan committed
-
Co-authored-by: 李俊鹏64078 <64078@sangfor.com>
Jon committed -
Archer committed
-
Archer committed
-
- 18 Jul, 2026 2 commits
- 17 Jul, 2026 7 commits
-
-
Archer committed
-
* feat: configure auth cookies and simplify form results * chore: add referral tracking to website links * ci: propagate docs referral tracking * submodule * feat: custom tool params * fix: sync pro changes with upstream main * perf: sse response * api doc * doc * perf: node response * perf: output ui * remove invalid env
Archer committed -
* chore(workflow): update workflowUtilsContext and add normalization for auto-fill references * feat(workflow): enhance workflow data handling by filtering unselectable reference inputs
siigure committed -
Xianquan committed
-
siigure committed
-
* refactor(s3): remove presigned download mode * fix: resolve app and pro build checks
Xianquan committed -
* feat(workflow): add workflow check issue handling and validation messages - Introduced new schemas for workflow check issues, including levels and detailed error messages. - Enhanced the NodeTemplateListTypeSchema to include optional workflow check issues. - Updated various components to display validation messages for required inputs, invalid references, and tool statuses. - Implemented context methods for synchronizing and refreshing workflow check issues. - Added UI elements to visually represent workflow check issues in the node cards. This update improves user feedback during workflow configuration and enhances error handling capabilities. * chore: trigger workflows * fix(workflow): show required input hints for newly added nodes * feat(workflow): auto-fill input refs when connecting from workflow start * fix workflow start auto-fill on downstream edge changes * refactor(workflow): update workflow validation checks and error handling - Renamed `checkWorkflowNodeAndConnection` to `checkWorkflowBeforeRunOrPublish` for clarity. - Enhanced error handling to return structured results, including specific error node IDs. - Updated related components to utilize the new validation checks and improve user feedback during workflow configuration. - Added internationalization support for workflow check messages. * feat(workflow): add error message for tool load failures in internationalization * feat(workflow): implement output auto-fill revert patches for workflow start nodes * refactor(workflow): reorganize workflow utility imports and enhance structure * feat(workflow): add checkPendingImprove icon and update NodeCard component
siigure committed
-
- 16 Jul, 2026 4 commits
-
-
* fix: upgrade LiteParse to 2.0.8 * fix: stabilize concurrent PDF parsing * doc * fix: ts * remove log * doc * forbid extension think * env check * doc * remove code * doc
Archer committed -
* feat(s3): add short access links * refactor(s3): extract access link sdk core * fix(s3): resolve access link sdk alias in pro tests * fix: persist invoke uploaded files * feat: support s3 short redirect download mode * docs: add s3 refactor design docs * refactor: improve s3 upload policy handling * fix: support aborting chat file uploads * feat: support public download shortlink prefix * fix: resolve public shortlink file metadata * fix: restore shortlink media in chat context * fix: persist sandbox files with chat lifecycle * fix: align dropped files with upload config * fix: reject mismatched explicit upload types * fix: await dataset preview access links * fix: align pro chat file persistence * fix(chat): secure draft file upload policies * fix(chat): preserve first-turn media file types * perf(s3): reduce download alias lease writes * fix(chat): preserve first-turn media metadata * perf(s3): batch download access link issuance * fix(s3): release aborted proxy download streams * test(s3): align checks with stream lifecycle * fix: resolve shortlink CI build failures * docs: consolidate s3 refactor design
Xianquan committed -
* refactor: decouple engine packages from Next.js, improve ESM compatibility * lodash -> lodash-es, prune global.d.ts * refactor: decouple packages, improve ESM compatibility * update api import * fix: align Next API types and CI mocks * doc --------- Co-authored-by: Archer <545436317@qq.com>
Jon committed -
* feat: update pricing page UI * refactor(price): update PricePlanTabs styles and enhance translation support * refactor(price): simplify PricePlanTabs and enhance tab handling logic * refactor(price): streamline tab handling in PriceBox and import PriceTabType from constants
siigure committed
-