Commit Graph

  • 6c507989d2 refactor: remove display_image tool and update related components to streamline image handling Anish Sarkar 2026-03-24 16:28:11 +05:30
  • ac2333ee1c fix: separate nested interactive elements in roles manager Matt Van Horn 2026-03-24 03:11:30 -07:00
  • c41e79860f Merge pull request #924 from MODSetter/fix_hero 0.0.13.44 Rohan Verma 2026-03-24 01:44:44 -07:00
  • 7f134efa03 fix: improved lighthouse scores DESKTOP-RTLN3BA\$punk 2026-03-24 01:44:15 -07:00
  • 2800878f9d Merge commit '354d80bf7a4822f5576fcda60f073fc5d96aa93e' into dev DESKTOP-RTLN3BA\$punk 2026-03-24 00:19:04 -07:00
  • 354d80bf7a Merge pull request #923 from mvanhorn/osc/905-catch-error-handling Rohan Verma 2026-03-24 00:14:50 -07:00
  • 3776d3d6bc Merge pull request #922 from mvanhorn/osc/904-console-log-guard 0.0.13.43 Rohan Verma 2026-03-24 00:12:44 -07:00
  • 15e9f113e5 fix: add error logging to empty catch blocks in useMessagesElectric Matt Van Horn 2026-03-23 23:34:17 -07:00
  • b240057c61 fix: gate console.log calls behind development check Matt Van Horn 2026-03-23 23:29:16 -07:00
  • 3c4bdc12f0 Merge commit '5da2d95d80a647a6025e4c5355d5c9022c4d4688' into dev DESKTOP-RTLN3BA\$punk 2026-03-23 18:22:00 -07:00
  • c5d740f162 Merge pull request #896 from AnishSarkar22/feat/human-in-the-loop Rohan Verma 2026-03-23 18:20:45 -07:00
  • eed792c19a refactor: remove deprecated DeepAgentThinking component and redefine ThinkingStep interface for improved clarity Anish Sarkar 2026-03-24 02:56:42 +05:30
  • e587b588c9 refactor: migrate thinking steps handling to new data structure and streamline related components Anish Sarkar 2026-03-24 02:23:05 +05:30
  • b8f3f41326 refactor: update dependencies and streamline assistant-ui package usages Anish Sarkar 2026-03-24 02:22:51 +05:30
  • 8dd539c384 feat: add Zero query endpoint and configure ZERO_QUERY_URL CREDO23 2026-03-23 20:58:42 +02:00
  • 4efb4fab4b fix: make migration 107 idempotent for video_presentations table CREDO23 2026-03-23 20:27:09 +02:00
  • 29b9cc814f fix: make migration 104 idempotent with if_not_exists on index creation CREDO23 2026-03-23 20:22:48 +02:00
  • 7d7d032e78 docs: add database permission requirements for Zero in managed environments CREDO23 2026-03-23 20:01:06 +02:00
  • cf21eaacfc fix: critical timestamp parsing and audit fixes CREDO23 2026-03-23 19:49:28 +02:00
  • f04ab89418 refactor: rename Electric hooks and clean consumer components CREDO23 2026-03-23 19:29:08 +02:00
  • a02bc54e40 feat: rewrite use-inbox and use-documents hooks from Electric to Zero CREDO23 2026-03-23 19:21:20 +02:00
  • 833fbb2a76 feat: rewrite use-documents hook from Electric to Zero CREDO23 2026-03-23 19:16:38 +02:00
  • cd9d8ca991 feat: rewrite use-comments-electric hook from Electric to Zero CREDO23 2026-03-23 19:08:17 +02:00
  • 5dd101b203 feat: rewrite use-documents-processing hook from Electric to Zero CREDO23 2026-03-23 19:06:32 +02:00
  • c60d2f071c feat: rewrite use-connectors-electric hook from Electric to Zero CREDO23 2026-03-23 19:04:51 +02:00
  • 5ad25d10ea feat: rewrite use-messages-electric hook from Electric to Zero CREDO23 2026-03-23 19:00:20 +02:00
  • b27061e44a feat: rewrite use-chat-session-state hook from Electric to Zero CREDO23 2026-03-23 18:56:32 +02:00
  • 6ad5ead320 docs: add Zero sync documentation and update existing docs CREDO23 2026-03-23 18:35:39 +02:00
  • f29a3edcab chore: update postgresql.conf and contracts comments for Zero CREDO23 2026-03-23 18:30:49 +02:00
  • f9ba7e52d9 feat: add Zero infra — docker-compose, env vars, Dockerfile, CI workflows CREDO23 2026-03-23 18:27:18 +02:00
  • 61610106f4 feat: add zero-cache service to production docker-compose CREDO23 2026-03-23 18:19:37 +02:00
  • 6143a91406 feat: add ZeroProvider and wire into app layout CREDO23 2026-03-23 18:09:59 +02:00
  • da8f90bfe2 feat: add Zero queries for all 6 synced tables CREDO23 2026-03-23 17:54:43 +02:00
  • af2bd744fb feat: add Zero schema with 6 table definitions and relationships CREDO23 2026-03-23 17:44:05 +02:00
  • 8298aad2d7 feat: add @rocicorp/zero package and auth context type CREDO23 2026-03-23 17:23:49 +02:00
  • 2b7465cdaa chore: remove Electric SQL plumbing and infrastructure CREDO23 2026-03-23 16:40:25 +02:00
  • dea0651a94 fix(desktop): include tray icon in packaged app resources CREDO23 2026-03-23 15:49:50 +02:00
  • 5da2d95d80 Merge pull request #901 from MODSetter/dev Rohan Verma 2026-03-22 18:21:45 -07:00
  • af5215fa44 Update video link in README.md Rohan Verma 2026-03-22 18:20:47 -07:00
  • 009e89e5cd refactor: simplify audio component by removing dropdown menu and integrating download button directly Anish Sarkar 2026-03-23 03:39:08 +05:30
  • fed3a3b436 feat: add dropdown menu for audio actions and improve layout in audio component Anish Sarkar 2026-03-23 03:11:19 +05:30
  • 74ef4bb414 refactor: enhance loading skeleton UI in GenerateReport Anish Sarkar 2026-03-23 02:55:35 +05:30
  • 3cee59e024 fix: update save shortcut to use cmd/ctrl+Shift+S for saving in PlateEditor and FixedToolbarButtons Anish Sarkar 2026-03-22 23:06:18 +05:30
  • 2c7908f733 fix: update placeholder texts in Thread component Anish Sarkar 2026-03-22 22:48:07 +05:30
  • 8510a76e9a refactor: enhance UI for podcast card and audio components Anish Sarkar 2026-03-22 21:20:05 +05:30
  • 3cef7ef87c chore: update comments in .env.example Anish Sarkar 2026-03-22 20:33:01 +05:30
  • 0fd03709c6 feat: add internal metadata keys and clean metadata in document formatting Anish Sarkar 2026-03-22 20:19:42 +05:30
  • 64a83f7ccc refactor: update checkbox classes in DocumentsTableShell to use 'shrink-0' for consistent styling Anish Sarkar 2026-03-22 19:53:57 +05:30
  • 06eaac7cad Merge pull request #900 from MODSetter/dev 0.0.13.42 Rohan Verma 2026-03-22 03:17:27 -07:00
  • de17ef7f44 style: update GitHub stars badge appearance with improved spacing and color adjustments DESKTOP-RTLN3BA\$punk 2026-03-22 03:17:05 -07:00
  • 5c598e8588 Merge remote-tracking branch 'upstream/dev' into feat/human-in-the-loop Anish Sarkar 2026-03-22 15:45:45 +05:30
  • e956de109a Merge pull request #899 from MODSetter/dev 0.0.13.41 Rohan Verma 2026-03-22 01:57:18 -07:00
  • 9b8fc10211 Merge commit '101358650634b906f43a7684da01f34339ddf970' into dev DESKTOP-RTLN3BA\$punk 2026-03-22 01:56:33 -07:00
  • 43c9a09a6c chore: add daytona dependency to pyproject.toml and update uv.lock DESKTOP-RTLN3BA\$punk 2026-03-22 01:55:56 -07:00
  • 0cd596b91f refactor: update video presentation status enum creation to use SQL execution for better handling of duplicates DESKTOP-RTLN3BA\$punk 2026-03-22 01:41:15 -07:00
  • 1013586506 Merge pull request #898 from MODSetter/dev 0.0.13.40 Rohan Verma 2026-03-22 01:28:58 -07:00
  • 23386b0a91 Merge pull request #895 from CREDO23/electon-desktop Rohan Verma 2026-03-22 01:26:01 -07:00
  • 08e68c16c7 Update README files to reflect changes in video and podcast agent examples, add video generation and presentation features, and update demo links and images across multiple languages. DESKTOP-RTLN3BA\$punk 2026-03-22 01:00:17 -07:00
  • 2e1616ad91 Update README with demo and video agent sections Rohan Verma 2026-03-22 00:38:44 -07:00
  • cb6db30143 feat: add new carousel item for AI-generated video creation DESKTOP-RTLN3BA\$punk 2026-03-22 00:34:41 -07:00
  • fcb299eb70 Merge pull request #897 from MODSetter/feature/video_presentation_agent Rohan Verma 2026-03-21 23:41:08 -07:00
  • eb8cfd296c feat: add public routes for video presentations and audio streaming DESKTOP-RTLN3BA\$punk 2026-03-21 23:29:23 -07:00
  • d90b6d35ce feat: enhance video presentation agent with parallel theme assignment and watermarking DESKTOP-RTLN3BA\$punk 2026-03-21 23:02:09 -07:00
  • 0fe5e034fe feat: add video presentation tool to generate group DESKTOP-RTLN3BA\$punk 2026-03-21 22:17:08 -07:00
  • b28f135a96 feat: init video presentation agent DESKTOP-RTLN3BA\$punk 2026-03-21 22:13:41 -07:00
  • 40d949b7d5 chore: correct .RemotionTets/ entry in .gitignore DESKTOP-RTLN3BA\$punk 2026-03-21 19:45:48 -07:00
  • 2a4a2f4435 chore: add .RemotionTets/ to .gitignore DESKTOP-RTLN3BA\$punk 2026-03-21 19:06:37 -07:00
  • beaa43e324 chore: ran linting Anish Sarkar 2026-03-22 03:17:39 +05:30
  • d20c9c2788 refactor: enhance button styles in LocalLoginForm and RegisterPage components for better loading state visibility Anish Sarkar 2026-03-22 03:16:47 +05:30
  • 5b6b1e5d72 feat: add issue URL to Jira issue creation and update responses for direct access Anish Sarkar 2026-03-22 03:16:34 +05:30
  • 1e9ea983dd chore: ran linting Anish Sarkar 2026-03-22 03:07:18 +05:30
  • 336fc39aad refactor: update button styles in Sidebar component for improved readability and consistency Anish Sarkar 2026-03-22 03:07:01 +05:30
  • 2c17c355d5 feat: add page URL to Confluence page creation and update responses instead of showing page id Anish Sarkar 2026-03-22 02:55:33 +05:30
  • a9683bb1dc feat: add support for HTML content in HitlEditPanel and PlateEditor components for only Confluence HITL tool Anish Sarkar 2026-03-22 02:42:51 +05:30
  • 2bc6a0c3bc chore: ran linting Anish Sarkar 2026-03-22 00:43:53 +05:30
  • 44f59bfb61 refactor: add isActive prop to SidebarButton and NavSection for improved active state management; update styles accordingly Anish Sarkar 2026-03-22 00:01:50 +05:30
  • 020d806b1f refactor: unify sidebar state management in LayoutDataProvider to allow only one slide-out panel open at a time Anish Sarkar 2026-03-22 00:01:31 +05:30
  • 7d33a69e20 refactor: replace Tabs component with animated-tabs in InboxSidebar for improved UI transitions; adjust loading skeleton key props for consistency Anish Sarkar 2026-03-21 22:42:17 +05:30
  • 856073b61b refactor: update file icon colors in connector configuration components for improved visual consistency Anish Sarkar 2026-03-21 22:36:49 +05:30
  • 6f82a8ff9c refactor: enhance Navbar component to accept custom background class for scrolled state; update PublicChatView and PublicThread styles for consistency Anish Sarkar 2026-03-21 22:16:48 +05:30
  • b6be92e394 refactor: enhance report generation UI with improved loading and error states, and update report content handling Anish Sarkar 2026-03-21 22:02:13 +05:30
  • 19bd0c48e8 refactor: update class names and tooltip text in AssistantActionBar and AlertDialog components for improved clarity and consistency Anish Sarkar 2026-03-21 21:10:19 +05:30
  • bad3eb695f refactor: update ConnectToolsBanner to accept isThreadEmpty prop and adjust visibility logic; modify 'no_chats' message across multiple languages Anish Sarkar 2026-03-21 21:03:23 +05:30
  • 68f1a7c5ce refactor: deduplicate issue type names in JiraToolMetadataService Anish Sarkar 2026-03-21 21:02:52 +05:30
  • d9eb080d53 fix: update placeholder and button text for model selection in image and LLM config forms Anish Sarkar 2026-03-21 20:55:24 +05:30
  • e37e6d2d18 chore: ran linting Anish Sarkar 2026-03-21 13:21:19 +05:30
  • de8841fb86 chore: ran linting Anish Sarkar 2026-03-21 13:20:13 +05:30
  • 772150eb66 feat: add unit tests for DedupHITLToolCallsMiddleware Anish Sarkar 2026-03-21 13:19:58 +05:30
  • 77cc2af14f Merge remote-tracking branch 'upstream/dev' into feat/human-in-the-loop Anish Sarkar 2026-03-21 13:17:24 +05:30
  • 5908a64c1d refactor: remove unused tool availability logic from ComposerAction component Anish Sarkar 2026-03-21 13:10:34 +05:30
  • b092d8d13d feat: update OAuth scopes for Confluence, Gmail, Google Calendar, Google Drive, and Jira connectors Anish Sarkar 2026-03-21 12:50:25 +05:30
  • 79bc123439 feat: implement lazy imports for token refresh in Confluence and Jira connectors Anish Sarkar 2026-03-21 12:41:06 +05:30
  • e71eae26fc feat: initial files for jira and confluence HITL tool Anish Sarkar 2026-03-21 12:16:44 +05:30
  • affc89dd5c feat: introduce SidebarButton component for improved sidebar interactions Anish Sarkar 2026-03-21 12:06:48 +05:30
  • 9a20db7fc4 feat: add created_by_id to document creation in various sync services Anish Sarkar 2026-03-21 11:41:59 +05:30
  • b71dd425f8 feat: enhance tool management in ComposerAction component Anish Sarkar 2026-03-21 11:38:42 +05:30
  • 9cd2c1f712 feat: integrate HITL phase management across tool components Anish Sarkar 2026-03-21 11:18:35 +05:30
  • ff6514a99f feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls Anish Sarkar 2026-03-21 03:47:30 +05:30
  • 744ad1fa79 feat: enforce single invocation for tool actions across various services Anish Sarkar 2026-03-21 03:07:13 +05:30
  • 0d47233580 refactor: remove TriangleAlertIcon from various tool components Anish Sarkar 2026-03-21 02:09:52 +05:30