Commit Graph

2538 Commits

Author SHA1 Message Date
Rohan Verma df6943b248
Merge pull request #736 from MODSetter/dev
feat(navbar,readme): add Reddit link
2026-01-23 02:57:37 -08:00
DESKTOP-RTLN3BA\$punk 9a84f6c8a7 feat(navbar,readme): add Reddit link 2026-01-23 02:55:58 -08:00
Rohan Verma 943b5d9aed
Merge pull request #735 from MODSetter/dev
Merge commit '642f6a03279cd973e23ef1d5487c0b6285bb958e' into dev
2026-01-23 02:42:58 -08:00
DESKTOP-RTLN3BA\$punk 77353310d3 Merge commit '642f6a03279cd973e23ef1d5487c0b6285bb958e' into dev 2026-01-23 02:38:24 -08:00
Rohan Verma 642f6a0327
Merge pull request #733 from MODSetter/dev
feat: agent regeneration and edit fixes
2026-01-23 02:35:11 -08:00
DESKTOP-RTLN3BA\$punk e4490951f5 refactor(chat): improve message deletion logic in regenerate_response to prevent data loss on streaming failures 2026-01-23 02:22:18 -08:00
DESKTOP-RTLN3BA\$punk dba48b1941 docs: update README files to reflect changes in Agent Architecture 2026-01-23 02:07:58 -08:00
DESKTOP-RTLN3BA\$punk 2c901c989c docs: Obsidian Connector 2026-01-23 02:02:22 -08:00
DESKTOP-RTLN3BA\$punk a160f0dde3 chore: linting 2026-01-23 01:44:14 -08:00
DESKTOP-RTLN3BA\$punk ad475397c4 feat(chat): add regenerate endpoint for chat threads to support editing and reloading responses 2026-01-23 01:42:10 -08:00
DESKTOP-RTLN3BA\$punk 14b6001489 chore(env): add optional deployment mode and update database URL example 2026-01-23 00:57:04 -08:00
DESKTOP-RTLN3BA\$punk 7068d13983 chore(deps): updated posthog 2026-01-23 00:09:48 -08:00
Rohan Verma 73355c798c
Merge pull request #732 from MODSetter/dev
security: CVE-2025-68664 fix
2026-01-22 22:40:18 -08:00
DESKTOP-RTLN3BA\$punk 4b19d7be8c security: CVE-2025-68664 fix 2026-01-22 22:34:49 -08:00
Rohan Verma da165e6f53
Merge pull request #724 from manojag115/feature/obsidian
Add obsidian connector to surfsense
2026-01-22 21:43:31 -08:00
Manoj Aggarwal 114152ccc4 add missing migration 2026-01-22 20:58:18 -08:00
Manoj Aggarwal 49d51ba569 merge 2026-01-22 20:57:48 -08:00
DESKTOP-RTLN3BA\$punk 2ea9f27ed1 Merge commit '2fd09cb48c669cc299b62d1e4fda8227e9b0b4f6' into dev 2026-01-22 18:09:00 -08:00
Rohan Verma 744fc4c66c
Merge pull request #730 from elammertsma/dev
Fixed merge conflicts after minor layout changes in main interface
2026-01-22 18:08:16 -08:00
Rohan Verma 2fd09cb48c
Merge pull request #729 from MODSetter/dev
feat: introduced real time chats, comments and notification inbox
2026-01-22 16:50:17 -08:00
DESKTOP-RTLN3BA\$punk 8b81507739 refactor: remove unused COMPOSIO_CONNECTOR migration and linting 2026-01-22 16:43:08 -08:00
Eric Lammertsma b91d86021c
Merge branch 'MODSetter:dev' into dev 2026-01-22 19:43:06 -05:00
Eric Lammertsma 089beb8d8c Merge upstream/dev - preserve local UI enhancements (Logs in menu, conditional search, hover edit buttons) 2026-01-22 19:41:11 -05:00
DESKTOP-RTLN3BA\$punk eb509810f1 fix(temp-hotpatch): Disabling composio until fixed. 2026-01-22 16:35:28 -08:00
Eric Lammertsma 8dc1ae8b6c fix: use searchSpaceId from params to prevent malformed URL in Logs navigation 2026-01-22 19:29:29 -05:00
DESKTOP-RTLN3BA\$punk ed931bb404 fix: live comment sync in shared chats
- Added a method to find existing notifications by mention ID to prevent duplicate notifications.
- Updated notify_new_mention to check for existing notifications before creating a new one, ensuring idempotency.
- Implemented error handling for race conditions during notification creation, allowing retrieval of existing notifications in case of duplicate key errors.
- Improved documentation for clarity on the use of mention_id for idempotency.
2026-01-22 16:04:08 -08:00
Rohan Verma 99b8a6c970
Merge pull request #727 from CREDO23/sur-100-feat-shared-chats-live-collaboration
[Feature] Implement live collaboration in shared threads
2026-01-22 15:21:40 -08:00
Eric Lammertsma 1f05cf2854 Moved the Documents sidebar item to the bottom, above the page count 2026-01-22 16:24:46 -05:00
Eric Lammertsma 30469b4941 Made numerous minor layout changes to main layout and sidebar 2026-01-22 16:23:44 -05:00
Manoj Aggarwal 4b60a2b805 nit 2026-01-22 13:01:10 -08:00
CREDO23 1a2fa23916 Merge upstream/dev with live collaboration features 2026-01-22 23:00:42 +02:00
Manoj Aggarwal b2eaf1ea94 missing migration 2026-01-22 12:01:35 -08:00
Manoj Aggarwal a680759c23 explicitly remove obsidian when cloud 2026-01-22 12:01:19 -08:00
Rohan Verma 2065009bbd
Merge pull request #721 from AnishSarkar22/feat/inbox
feat: introduce inbox with some fixes
2026-01-22 11:44:38 -08:00
Manoj Aggarwal 5426c6e80d bluff 2026-01-22 11:44:12 -08:00
Manoj Aggarwal f0760c14e9 Merge dev into feature/obsidian - resolved conflicts keeping both Obsidian and Composio connectors 2026-01-22 11:43:18 -08:00
CREDO23 03445a5e07 Fix auto-scroll by explicitly enabling it on ThreadViewport
The turnAnchor="top" setting caused autoScroll to default to false.
2026-01-22 20:54:09 +02:00
CREDO23 b1b63c6740 Simplify live message sync using Electric as source of truth 2026-01-22 20:40:49 +02:00
Manoj Aggarwal 151b93b31a update prompt 2026-01-22 10:30:34 -08:00
Manoj Aggarwal 8d44e6acd3 Add comment in docker-compose for obsidian 2026-01-22 10:04:34 -08:00
Eric Lammertsma ee60d72d2f Moved the Documents sidebar item to the bottom, above the page count 2026-01-22 12:41:49 -05:00
Eric Lammertsma 6c5223e262 Made numerous minor layout changes to main layout and sidebar 2026-01-22 12:26:37 -05:00
Anish Sarkar 076de2f3d7 feat: add unread count endpoint and update inbox logic
- Introduced a new API endpoint to fetch unread notification counts, providing both total and recent counts for better tracking.
- Updated the useInbox hook to manage separate states for older and recent unread counts, enhancing user experience with real-time updates.
- Implemented logic to handle marking notifications as read, ensuring accurate count adjustments for both recent and older items.
- Enhanced type definitions in the inbox types to support the new unread count functionality.
2026-01-22 22:56:02 +05:30
CREDO23 39d434b00c Centralize chat session state sync with single subscription via atom 2026-01-22 19:04:23 +02:00
CREDO23 4cb835f19f Integrate live message sync for shared chat collaboration 2026-01-22 18:43:32 +02:00
CREDO23 12437f840a Add new_chat_messages table to PGlite and create useMessagesElectric hook 2026-01-22 18:43:20 +02:00
CREDO23 0b8fed7304 Add thread-level Electric sync for comments, remove per-message hooks 2026-01-22 17:57:20 +02:00
CREDO23 4b57ba9d2b Add chat_comments table to PGlite schema and thread_id to types 2026-01-22 17:56:45 +02:00
CREDO23 ac7d84571d Add thread_id to chat_comments for Electric sync 2026-01-22 17:27:42 +02:00
Anish Sarkar 3a1fa25a6f refactor: streamline markAllAsRead method in notifications API service
- Simplified the return statement in the markAllAsRead method for improved readability and consistency.
2026-01-22 19:08:13 +05:30