DESKTOP-RTLN3BA\$punk
d198c8b89d
chore; linting
2026-02-25 01:50:28 -08:00
DESKTOP-RTLN3BA\$punk
d570cae3c6
feat: added file handling for daytona sandboxes
...
- Added _TimeoutAwareSandbox class to handle per-command timeouts in DaytonaSandbox.
- Updated _find_or_create function to manage sandbox states and restart stopped/archived sandboxes.
- Enhanced get_or_create_sandbox to return the new sandbox class.
- Introduced file download functionality in the frontend, allowing users to download generated files from the sandbox.
- Updated system prompt to include guidelines for sharing generated files.
2026-02-25 01:36:30 -08:00
DESKTOP-RTLN3BA\$punk
2869d3a9c8
Merge commit ' d0ee8b12b6' into codesandbox_integration
2026-02-24 16:38:09 -08:00
DESKTOP-RTLN3BA\$punk
c007f0e056
feat: unut codesandbox integration
2026-02-24 16:36:11 -08:00
Rohan Verma
d0ee8b12b6
Merge pull request #834 from CREDO23/google-drive-hitl
...
[Feature] Add human in the loop for google drive sensitive actions (create:docs,sheets & delete)
2026-02-24 16:34:25 -08:00
CREDO23
e89b68520a
rename trash_google_drive_file to delete_google_drive_file
2026-02-24 13:18:39 +02:00
CREDO23
33bcf19b62
stream full output for google drive HITL tools
2026-02-23 16:13:18 +02:00
DESKTOP-RTLN3BA\$punk
0fb6caa01f
fix: improve error handling for AI responding state clearance in chat streaming
2026-02-21 20:05:17 -08:00
DESKTOP-RTLN3BA\$punk
08c75127f1
feat: update migration to skip blocknode conversion and update transaction handling in chat routes
2026-02-20 22:43:25 -08:00
Rohan Verma
f15833fec6
Merge pull request #826 from AnishSarkar22/fix/report-artifact
...
fix: improve report artifact & enhance revision handling
2026-02-19 19:10:21 -08:00
Rohan Verma
9aef655566
Merge pull request #825 from CREDO23/sur-169-feat-implement-human-in-the-loop-for-linear-sensitive
...
[Feat] Add human in the loop for linear sensitive actions
2026-02-19 19:09:50 -08:00
Anish Sarkar
e059ee4193
chore: ran linting
2026-02-19 19:34:25 +05:30
Anish Sarkar
4afdfb580d
feat: enhance chat streaming by incorporating recent report context for improved LLM decision-making
2026-02-19 19:28:03 +05:30
Anish Sarkar
69dfe943b7
refactor: enhance report generation tool with improved source strategies and revision handling
2026-02-19 15:33:32 +05:30
Anish Sarkar
f3ec48fb00
feat: enhance chat event streaming by tracking active tool depth to prevent inner-tool LLM token leakage
2026-02-19 13:11:18 +05:30
CREDO23
1d6c1a2287
feat(linear): disable linear tools when no connector, handle in streaming
2026-02-18 18:49:03 +02:00
CREDO23
7d1bd1fab4
Implement KB sync after Notion page updates with block ID verification
...
- Add NotionKBSyncService for immediate KB updates after page changes
- Implement block ID verification to ensure content freshness
- Refactor duplicate block processing logic to shared utils
- Add user-friendly status messages
- Include debug logging for troubleshooting
2026-02-17 20:30:12 +02:00
Anish Sarkar
8b497da130
feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter
2026-02-17 11:34:11 +05:30
DESKTOP-RTLN3BA\$punk
1849b451a5
feat: update Celery worker configuration and improve connector deletion process
...
- Added support for multiple queues in Celery worker configuration.
- Modified connector deletion to handle documents inline instead of using a background task.
- Updated response messages for document creation and connector deletion to reflect new processing status.
- Removed the obsolete connector deletion Celery task file.
2026-02-16 00:07:23 -08:00
Anish Sarkar
793c19556d
chore: ran linting
2026-02-16 03:54:19 +05:30
Anish Sarkar
bff52c71ef
feat: improve report generation functionality to chat streaming service
2026-02-16 03:53:33 +05:30
CREDO23
79d1f7d603
pass full notion tool output in stream
2026-02-11 17:38:42 +02:00
CREDO23
8f81c9859d
deduplicate backend streaming loop into shared _stream_agent_events helper
2026-02-10 19:47:10 +02:00
CREDO23
39ee4742d2
add stream_resume_chat and POST /threads/{id}/resume endpoint
2026-02-10 15:43:52 +02:00
CREDO23
9751918e41
add interrupt detection, SSE event, and resume schemas
2026-02-10 15:35:42 +02:00
DESKTOP-RTLN3BA\$punk
db652116d6
chore: linting
2026-02-09 16:49:11 -08:00
DESKTOP-RTLN3BA\$punk
c979609041
feat: simplified document upload handling
...
- Introduced a new endpoint for batch document status retrieval, allowing users to check the status of multiple documents in a search space.
- Enhanced the document upload process to return duplicate document IDs and improved response structure.
- Updated schemas to include new response models for document status.
- Removed unused attachment processing code from chat routes and UI components to streamline functionality.
2026-02-09 16:46:54 -08:00
Rohan Verma
3f0c9c35f7
Merge pull request #799 from CREDO23/sur-152-impr-split-private-and-shared-memory
...
[Feat] Split private vs shared chat memory and add team prompt/attribution
2026-02-09 15:03:54 -08:00
Rohan Verma
26fd61fcbb
Merge pull request #796 from AnishSarkar22/feat/sur-149-batch-index
...
impr: batch index for messaging connectors & some fixes
2026-02-09 15:00:16 -08:00
DESKTOP-RTLN3BA\$punk
2b75c4e6d3
chore: linting
2026-02-09 14:14:46 -08:00
DESKTOP-RTLN3BA\$punk
17b7348f61
feat: fixed and improved search and background task management.
2026-02-09 14:03:56 -08:00
Anish Sarkar
20ab128b05
feat: implement batch indexing for Microsoft Teams messages to improve efficiency and conversational context
2026-02-09 14:31:22 +05:30
Anish Sarkar
e2dd80c604
chore: ran linting
2026-02-08 12:43:31 +05:30
Anish Sarkar
7cede99d29
feat: implement batch indexing for Slack messages to enhance efficiency and conversational context
2026-02-07 18:30:06 +05:30
Anish Sarkar
98870a9f9a
feat: implement batch indexing for Discord messages to improve efficiency and context
2026-02-07 18:26:29 +05:30
DESKTOP-RTLN3BA\$punk
20a13df7e7
Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev
2026-02-06 14:02:51 -08:00
DESKTOP-RTLN3BA\$punk
cdc217dbe2
feat: update YouTube transcript fetching to select primary language transcripts
2026-02-06 14:02:46 -08:00
CREDO23
48d442a387
Author labels in shared chats: bootstrap, stream prefix, route display name
2026-02-06 18:09:32 +02:00
CREDO23
d732bb7334
Pass thread_visibility from route to stream to agent
2026-02-06 17:29:00 +02:00
Anish Sarkar
76e7ddee2f
chore: ran all linting
2026-02-06 18:22:19 +05:30
Anish Sarkar
2470fb70a6
fix: update error messages for task interruptions and refine document upload file size limits in English and Chinese translations
2026-02-06 18:13:11 +05:30
Anish Sarkar
e3faf4cc5e
feat: enhance document upload handling by managing duplicates and updating statuses for existing documents
2026-02-06 18:12:46 +05:30
Anish Sarkar
72205ce11b
feat: implement Redis heartbeat mechanism for document processing tasks and enhance stale notification cleanup
2026-02-06 18:09:05 +05:30
Anish Sarkar
0fdd194d92
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 12:13:26 +05:30
DESKTOP-RTLN3BA\$punk
1511c26ef5
feat: add residential proxy configuration for web crawling and YouTube transcript fetching
2026-02-05 20:44:13 -08:00
Rohan Verma
074e11be2c
Merge pull request #785 from manojag115/bugs_prod
...
Fixing google calendar and notion errors + better logging for debugging
2026-02-05 18:06:34 -08:00
DESKTOP-RTLN3BA\$punk
f85adefe5e
chore: made generate_image more agnostic
2026-02-05 17:18:27 -08:00
Anish Sarkar
c132e5ddb0
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 05:36:32 +05:30
Anish Sarkar
aa66928154
chore: ran linting
2026-02-06 05:35:15 +05:30
Anish Sarkar
00a617ef17
feat: enhance stale notification cleanup task to mark associated documents as failed
2026-02-06 05:31:45 +05:30