mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Register remove-background, upscale, and blur-faces in the pipeline tool registry via registerToolProcessFn(). These tools keep their custom HTTP routes (with progress callbacks) for direct use, but now also provide a simple process function for pipeline/batch execution. Add a search bar to the pipeline tool picker so users can quickly find tools by name or description. Uses the existing SearchBar component and the same filtering pattern as the main tool panel. Update tests to reflect that these 3 AI tools are now pipeline- compatible (moved from excluded to included assertions).