-
released this
2026-03-20 21:22:42 +01:00 | 1712 commits to main since this releasefeat(studio): multi-file unstructured seed upload with better backend extraction (#4468)
-
fix(recipe-studio): prevent fitView from zooming to wrong location on recipe load
-
feat: add pymupdf/python-docx deps and unstructured uploads storage root
-
feat: add POST /seed/upload-unstructured-file endpoint
-
feat: add multi-file chunking with source_file column
-
feat: update frontend types and API layer for multi-file upload
-
feat: round-robin preview rows across source files
Ensures every uploaded file is represented in the preview table
by cycling through sources instead of just taking the first N rows.- fix: disable OCR, fix auto-load timing, fix persistence on reload
- Disable pymupdf4llm OCR with write_images=False, show_progress=False
- Replace onAllUploaded callback with useEffect that detects uploading→done
transition (avoids stale closure reading empty file IDs) - Fix importer to preserve file IDs from saved recipes instead of clearing
(clearing only happens at share time via sanitizeSeedForShare)
- fix: harden unstructured upload with input validation and state fixes
Validate block_id/file_id with alphanumeric regex to prevent path
traversal, use exact stem match for file deletion, add error handling
for metadata writes and empty files, fix React stale closures and
object mutations in upload loop, and correct validation logic for
unstructured seed resolved_paths.- [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- fix: address PR review - legacy path import, share sanitizer, sync effect
Promote legacy source.path into resolved_paths for old unstructured
recipes, clear source.paths in share sanitizer to prevent leaking local
filesystem paths, and gate file sync effect to dialog open transition
so users can actually delete all uploaded files.-
fix: CSV column fix (BOM + whitespace + unnamed index re-save) for #4470
-
fix: harden unstructured upload flow and polish dialog UX
-
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-