Commit Graph

2429 Commits

Author SHA1 Message Date
CREDO23 73ff261194 Add raw message/comment types and reduce members stale time 2026-01-21 17:58:17 +02:00
CREDO23 3765d0a868 Update migration 74 for live collaboration tables 2026-01-21 17:57:11 +02:00
CREDO23 0245e4bea9 Add Electric SQL replication for messages and comments 2026-01-21 15:17:23 +02:00
CREDO23 17f8c993df Simplify chat session state hook and disable send button when blocked 2026-01-20 19:48:28 +02:00
CREDO23 22ead877fa Integrate ChatSessionStatus and blocking logic into Composer 2026-01-20 18:39:50 +02:00
CREDO23 b56c70c401 Add ChatSessionStatus component with animation 2026-01-20 18:33:29 +02:00
CREDO23 69f2460d18 Refactor chat session state hook to use useShape 2026-01-20 18:26:58 +02:00
CREDO23 6a31e79ede Add chat session state types for live collaboration 2026-01-20 16:52:18 +02:00
CREDO23 dc628198ce Integrate session state into chat streaming 2026-01-20 16:40:38 +02:00
CREDO23 d7b0b90a01 Add chat session state service 2026-01-20 16:31:40 +02:00
CREDO23 55a07c064e Add chat session state schemas 2026-01-20 16:24:37 +02:00
CREDO23 7d35419b88 Add ChatSessionState model 2026-01-20 16:17:54 +02:00
CREDO23 a9de890cd8 Add chat_session_state table migration 2026-01-20 16:04:17 +02:00
Rohan Verma 6e331c3b85 Merge pull request #717 from MODSetter/dev
refactor: bulk updating Admin to Editor roles
0.0.11.2
2026-01-20 03:12:59 -08:00
DESKTOP-RTLN3BA\$punk c3c476c108 Merge commit '03ebd41f61fdee8498cd8ea57abb94e087df9295' into dev 2026-01-20 03:12:25 -08:00
DESKTOP-RTLN3BA\$punk f200502ffc refactor: bulk updating Admin to Editor roles
- Consolidated the migration process for search space memberships and invites from Admin to Editor roles using bulk SQL updates.
- Removed the Admin role in bulk for system roles.
- Updated permissions for Editor and Viewer roles across all search spaces in a more efficient manner.
2026-01-20 03:11:49 -08:00
Rohan Verma 03ebd41f61 Merge pull request #715 from MODSetter/dev
chore: fixed rback roles
2026-01-20 03:01:20 -08:00
DESKTOP-RTLN3BA\$punk e578bb9e77 chore: linting 2026-01-20 03:00:02 -08:00
DESKTOP-RTLN3BA\$punk e163708bad feat: Refactor role permissions and access checks
- Removed the Admin role and updated the permission sets for Owner, Editor, and Viewer roles in db.py.
- Clarified access requirements for chat threads in new_chat_routes.py, ensuring ownership checks are prioritized.
- Added preset permission options for quick role creation in the CreateRoleDialog component of the team page.
2026-01-20 02:59:32 -08:00
Rohan Verma 43eb1cc5af Merge pull request #714 from MODSetter/dev
docs: updated docs
2026-01-20 02:04:26 -08:00
DESKTOP-RTLN3BA\$punk 048ac6892c Merge commit '4793e54b7831ac8c16077fc5b9adbd28cf88667a' into dev 2026-01-20 02:03:43 -08:00
DESKTOP-RTLN3BA\$punk 4595fd3d1f docs: updated docs 2026-01-20 02:03:05 -08:00
Rohan Verma 4793e54b78 Merge pull request #713 from MODSetter/dev
Feat: Add Chat Comments with Mentions, MCP Connectors, and Electric SQL Integration
0.0.11.1
2026-01-20 00:32:45 -08:00
DESKTOP-RTLN3BA\$punk d96ae66012 chore: linting 2026-01-20 00:32:31 -08:00
Rohan Verma 08df9e68e5 Merge pull request #712 from AnishSarkar22/fix/ui-mcp
fix: UI fix for MCP connector
2026-01-19 23:36:42 -08:00
Anish Sarkar e65d9fa1db chore: ran linting 2026-01-20 11:50:17 +05:30
Anish Sarkar 0c3307fabb fix: use keyboard smoothly while editing the MCP json 2026-01-20 11:49:24 +05:30
Anish Sarkar a536ad1590 Merge remote-tracking branch 'upstream/dev' into fix/ui-mcp 2026-01-20 11:39:45 +05:30
DESKTOP-RTLN3BA\$punk a41b75463f chore: enhance system prompt 2026-01-19 18:14:21 -08:00
DESKTOP-RTLN3BA\$punk 6d6b5a2f9b refactor: update Docker build workflow to read version from pyproject.toml and streamline versioning logic 2026-01-19 17:52:52 -08:00
DESKTOP-RTLN3BA\$punk 9625a24475 feat: support multiple transport types for MCP server connections, including stdio and HTTP 2026-01-19 17:44:19 -08:00
DESKTOP-RTLN3BA\$punk bb5cb846b3 fix: adjust margin for user avatar in shared chats 2026-01-19 16:53:25 -08:00
DESKTOP-RTLN3BA\$punk ab91cbd148 feat: implement responsive comment UI with mobile and desktop variants 2026-01-19 16:50:51 -08:00
DESKTOP-RTLN3BA\$punk d83e9aa52d feat: add Google OAuth sign-in button to navbar 2026-01-19 16:22:07 -08:00
Rohan Verma 7435fdb8f8 Merge pull request #711 from AnishSarkar22/fix/SUR-86
fix: UI overlap of thinking step, added animation for thinking step
2026-01-19 16:12:26 -08:00
Anish Sarkar 31b5004984 refactor: improve MCPConfig component structure and validation logic 2026-01-20 03:38:53 +05:30
Anish Sarkar af0349e36c chore: ran frontend linting 2026-01-20 03:30:12 +05:30
Anish Sarkar e646343453 Merge remote-tracking branch 'upstream/dev' into fix/SUR-86 2026-01-20 03:27:41 +05:30
Rohan Verma e86462a7c3 Merge pull request #702 from CREDO23/sur-90-feat-comments-in-chats
[Feature] Comments & mentions in chats
2026-01-19 13:47:58 -08:00
CREDO23 4d004cc1b2 fix: mention notifications and scroll-to-comment from notifications 2026-01-19 19:56:21 +02:00
Anish Sarkar a16cc50466 feat: enhance loading indicator in ThinkingStepsDisplay 2026-01-19 22:20:09 +05:30
Anish Sarkar a28962a429 fix: the ui overlap 2026-01-19 22:16:10 +05:30
Anish Sarkar f0997b0a30 chore: ran frontend linting 2026-01-19 21:23:22 +05:30
CREDO23 7b170dfa75 feat: add new_mention notification type with metadata schema 2026-01-19 17:31:17 +02:00
CREDO23 2839501503 feat: add Electric SQL replication for chat_comment_mentions 2026-01-19 17:28:44 +02:00
Anish Sarkar 5f672a07f2 refactor: enhance MCP connection forms and account list styling
- Updated MCPConnectForm and MCPConfig to improve layout and responsiveness.
- Adjusted text sizes and spacing for better readability across different screen sizes.
- Enhanced button labels for clarity when showing or hiding details.
- Improved styling for the ConnectorAccountsListView to ensure consistent appearance and user experience.
2026-01-19 20:41:26 +05:30
CREDO23 6b9695e848 chore: resolve migration file conflicts 2026-01-19 17:10:11 +02:00
CREDO23 ae4297a02f feat: add MentionNotificationHandler and create notifications on mention 2026-01-19 17:06:51 +02:00
Anish Sarkar 0f3e1b118d fix: revert back the alert when clicking "Test Connection" button when adding an MCP, remove toast 2026-01-19 20:21:02 +05:30
CREDO23 7f5f4a6893 feat: add Electric SQL replication for chat_comments 2026-01-19 16:39:08 +02:00