1. 01 Jun, 2026 2 commits
  2. 30 May, 2026 1 commit
  3. 29 May, 2026 8 commits
  4. 28 May, 2026 7 commits
  5. 27 May, 2026 7 commits
  6. 26 May, 2026 11 commits
  7. 25 May, 2026 4 commits
    • test: parallelize Mongo-backed Vitest suites (#6984) · 19435e58
      * test: parallelize mongo-backed vitest suites
      
      * ci: split FastGPT test jobs
      
      * ci: publish one coverage report
      
      * test: fix app suite under retained mongo indexes
      
      * test: keep app vitest config self-contained
      
      * test: preserve root username in fixtures
      Archer committed
    • feat(app): introduce resource reference index and optimize skill appCount query performance (#6980) · a14f76c3
      * feat(app): introduce resource reference index and optimize skill appCount query performance
      
      * refactor(app): standardize api input validation and optimize backfill performance
      
      * fix: tighten skill resource refs backfill
      
      * fix: use version resource refs for skill app count
      
      * fix: cache skill resource refs on apps
      
      * chore: remove unused app version refs index
      
      * perf: optimize skill list permission lookup
      
      ---------
      
      Co-authored-by: archer <545436317@qq.com>
      DigHuang committed
    • feat: support multimodal LLM inputs (#6967) · e97332a7
      * feat: support multimodal LLM inputs
      
      - add model capability config for vision, audio, and video inputs
      - wire multimodal flags through simple app, chat agent, and workflow LLM nodes
      - normalize uploaded files and file links into image/audio/video request parts
      - adapt chat, agent, and toolcall runtime context for multimodal messages
      - add capability tags, i18n entries, design docs, and related tests
      
      * perf: code
      
      * test: update agent file prompt assertion
      
      ---------
      
      Co-authored-by: archer <545436317@qq.com>
      YeYuheng committed