SurfSense/surfsense_backend/tests/unit/middleware
DESKTOP-RTLN3BA\$punk b9a66cb417 feat: various UI fixes, prompt optimizations, and allowing duplicate docs
- Updated `content_hash` in the `Document` model to remove global uniqueness, allowing identical content across different paths.
- Enhanced `_create_document` function to handle path uniqueness and prevent session-poisoning from `IntegrityError`.
- Added detailed comments for clarity on the changes and their implications.
- Introduced new citation handling in the editor for improved user experience with citation jumps.
- Updated package dependencies in the frontend for better functionality.
2026-04-28 21:30:53 -07:00
..
__init__.py feat: add unit tests for DedupHITLToolCallsMiddleware 2026-03-21 13:19:58 +05:30
test_dedup_hitl_tool_calls.py feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_file_intent_middleware.py chore: linting 2026-04-27 14:04:50 -07:00
test_filesystem_backends.py feat: updated file management for main agent 2026-04-28 04:32:52 -07:00
test_filesystem_middleware.py feat: updated file management for main agent 2026-04-28 04:32:52 -07:00
test_filesystem_verification.py feat: updated file management for main agent 2026-04-28 04:32:52 -07:00
test_kb_persistence_filesystem_parity.py feat: various UI fixes, prompt optimizations, and allowing duplicate docs 2026-04-28 21:30:53 -07:00
test_knowledge_search.py feat: updated file management for main agent 2026-04-28 04:32:52 -07:00
test_local_folder_backend.py feat(filesystem): enhance local mount path normalization and add error handling for missing parent directories 2026-04-28 01:54:26 +05:30
test_multi_root_local_folder_backend.py feat(sidebar): implement canonicalize roots, authoritative mount handling & preserved incremental UX for local folder mode 2026-04-27 19:58:12 +05:30