feat(filesystem): improve path normalization in SurfSenseFilesystemMiddleware to handle Windows-style paths and mixed separators

This commit is contained in:
Anish Sarkar 2026-04-24 06:09:22 +05:30
parent 30b55a9baa
commit 7063d6d1e4
4 changed files with 117 additions and 6 deletions

View file

@ -1,6 +1,7 @@
import {
BookOpen,
Brain,
FileUser,
FileText,
Film,
Globe,
@ -15,6 +16,7 @@ const TOOL_ICONS: Record<string, LucideIcon> = {
generate_podcast: Podcast,
generate_video_presentation: Film,
generate_report: FileText,
generate_resume: FileUser,
generate_image: ImageIcon,
scrape_webpage: ScanLine,
web_search: Globe,