Release v26.05.25.3 — ML embedder SigLIP fix, import-UX, extension publish #13
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Three commits on dev:
111b952fix(ml): load SigLIP image-only processor —embedder.pyswitchesAutoProcessor.from_pretrained()→SiglipImageProcessor.from_pretrained(). FC's embedder only does image inference; the full AutoProcessor was pulling inSiglipTokenizerwhich requiressentencepieceat import time, causing the ml-worker to crash before doing any work. Image-only loader skips the tokenizer entirely. No new deps.f657582feat(import-ui): deep scan button + sticky tabs + tasks-above-filters + Scanning-undefined fixmode: 'deep'for phash backfill chaining)./api/import/statusnow returnssource_path+scan_mode(fixes "Scanning undefined —" banner).position: sticky; top: 64pxso it stays parked under the AppShell TopNav while content scrolls.dc3bce7chore(ext): bump extension to 1.0.1 — first sign-and-publish trigger for the browser extension. Workflow signs the XPI on the merge-to-main run and commits it back underfrontend/public/extension/. Operator-verified all three required secrets (MOZILLA_AMO_JWT_KEY,MOZILLA_AMO_JWT_SECRET,RELEASE_TOKEN) are configured.Verification post-merge
tag_and_embedagainst any image — should no longer throw the SentencePiece ImportError.frontend/public/extension/fabledcurator-1.0.1.xpiside-commit. Release tag is cut AFTER that lands so the v26.05.25.3 image carries the XPI.🤖 Generated with Claude Code