SurfSense/surfsense_backend/app
Vonic dc545f8028 fix: resolve runtime crashes in tool-ui components and backend import errors
Backend:
- Remove dead imports (display_image, link_preview, knowledge_base) from tools registry and __init__
- Delete orphaned elif chain (lines 784-1046) in knowledge_base.py left after asyncio.gather refactor
- Add missing NotionAPIError class to notion_history.py

Frontend:
- Add display-image.tsx, link-preview.tsx, scrape-webpage.tsx tool UI components
- Fix GeneratePodcastToolUI: add null guard for no-props render + optional chaining on status/args
- Fix SaveMemoryToolUI/RecallMemoryToolUI: add null guard when rendered without props in provider
- Update launch.json to use pnpm on port 3999

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 13:42:31 +07:00
..
agents fix: resolve runtime crashes in tool-ui components and backend import errors 2026-04-14 13:42:31 +07:00
config Merge remote-tracking branch 'upstream/dev' into feat/azure-ocr 2026-04-08 05:00:32 +05:30
connectors fix: resolve runtime crashes in tool-ui components and backend import errors 2026-04-14 13:42:31 +07:00
etl_pipeline Merge upstream/dev into feat/kb-export-and-folder-upload 2026-04-11 10:28:40 +02:00
indexing_pipeline feat: add folder_id support in ConnectorDocument and indexing pipeline for improved document organization 2026-04-08 17:48:50 +05:30
prompts Simplify prompts to seed-based CRUD with version tracking 2026-03-31 18:05:42 +02:00
retriever feat: made agent file sytem optimized 2026-03-28 16:39:46 -07:00
routes chore: merge upstream with local feature additions 2026-04-13 23:31:52 +07:00
schemas Merge upstream/dev into feat/kb-export-and-folder-upload 2026-04-11 10:28:40 +02:00
services chore: merge upstream with local feature additions 2026-04-13 23:31:52 +07:00
tasks chore: merge upstream with local feature additions 2026-04-13 23:31:52 +07:00
templates feat: update report generation and export capabilities to support multiple formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text) across documentation and backend 2026-03-09 18:41:21 -07:00
utils chore: merge upstream with local feature additions 2026-04-13 23:31:52 +07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py Initialize vision LLM router at app and celery startup 2026-04-07 19:21:10 +02:00
celery_app.py Initialize vision LLM router at app and celery startup 2026-04-07 19:21:10 +02:00
db.py chore: merge upstream with local feature additions 2026-04-13 23:31:52 +07:00
users.py Seed default prompts on registration and for existing users 2026-03-31 18:12:09 +02:00