CREDO23
090b69cf1e
fix: guard empty update_issue call and unify delete_from_kb naming
...
- LinearConnector.update_issue: return error early when no fields are
provided, preventing a silent no-op mutation and unnecessary KB sync
- Rename delete_from_db → delete_from_kb in delete_notion_page tool and
its frontend component to match the more accurate Linear naming and
keep both tool APIs consistent for the LLM
2026-02-19 15:22:36 +02:00
CREDO23
8711ac82a5
fix: register linear tool UIs, fix broken notion imports and delete issue state field
2026-02-19 15:05:26 +02:00
Anish Sarkar
8ae37bdccf
refactor: improve Markdown fence handling in report generation and viewer
2026-02-19 18:32:50 +05:30
CREDO23
e79ec9234a
fix label clear bug, invalid delete URL, and remove dead connector method
2026-02-19 14:35:30 +02:00
CREDO23
4c1fbc7482
reorganize linear and notion tool UI into subfolders
2026-02-18 20:25:51 +02:00
CREDO23
8e0d4c2eac
add delete-linear-issue tool UI and export all linear tool UIs
2026-02-18 20:19:00 +02:00
CREDO23
440cf4f01a
add update-linear-issue tool UI
2026-02-18 20:12:31 +02:00
CREDO23
c5bd930a71
add create-linear-issue tool UI and multi-account creation context
2026-02-18 20:01:05 +02:00
CREDO23
594379ea69
Disable streaming for KB sync summary LLM to prevent token leaking into chat; remove workspace_icon from update-notion-page
2026-02-18 15:10:51 +02:00
Anish Sarkar
e34921eac4
feat: introduce plugin presets for PlateEditor, allowing flexible configuration of editor features
2026-02-18 03:49:28 +05:30
Anish Sarkar
fed500ce34
feat: add read-only mode for report content with MarkdownViewer, enhancing user experience for shared reports
2026-02-18 03:34:11 +05:30
Anish Sarkar
7b44dd58f5
feat: implement platform-aware keyboard shortcuts for sidebar and toolbar actions, enhancing user experience
2026-02-18 00:26:18 +05:30
mainnebula
b3042a02be
fix: prevent file attachment dialog from opening twice
...
Add a ref-based guard to handleUploadClick that prevents the native file
picker from being triggered a second time when the browser re-dispatches
a click event after the dialog closes. This matches the existing pattern
used in document-upload-popup.tsx for the Upload Documents dialog.
2026-02-17 07:55:25 -05:00
DESKTOP-RTLN3BA\$punk
e746863a39
fix: update iconLink type to allow null values in DriveItem interfaces
...
- Modified the iconLink property in DriveItem interfaces for Composio and Google Drive folder trees to accept null values, enhancing type safety.
- Updated the corresponding type definition in connector.types.ts to reflect this change.
2026-02-16 23:52:43 -08:00
DESKTOP-RTLN3BA\$punk
7bd3a4e08f
chore: linting
2026-02-16 23:30:35 -08:00
Anish Sarkar
a482cc95de
chore: ran linting
2026-02-17 12:47:39 +05:30
Anish Sarkar
6cc74689bc
feat: implement save and leave functionality in editor, enhance layout and error handling
2026-02-17 12:42:50 +05:30
Anish Sarkar
664961076c
feat: enhance FloatingToolbar to conditionally render based on mobile device detection
2026-02-17 12:18:17 +05:30
DESKTOP-RTLN3BA\$punk
4afddbda5a
feat: update README files for realtime collab
...
- Added a section on real-time collaboration in all language-specific README files, detailing how to invite members and chat in real-time.
- Included visual elements to enhance user understanding of the new features.
- Updated the homepage to include new use cases for real-time chat and comments, improving the overall user experience.
2026-02-16 22:31:18 -08: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
Anish Sarkar
f2a2872995
Merge remote-tracking branch 'upstream/dev' into fix/ui
2026-02-17 03:58:57 +05:30
Anish Sarkar
2b2a4c858a
refactor: update report panel and toolbar components for improved layout and accessibility, including enhanced styling and conditional rendering
2026-02-17 03:25:24 +05:30
Anish Sarkar
d7118fba15
refactor: enhance InsertToolbarButton and TurnIntoToolbarButton with improved styling for dark mode and better layout management
2026-02-17 02:46:23 +05:30
Anish Sarkar
d4ad1dcae4
refactor: enhance UI components with dark mode support and streamline tooltip usage across toolbar buttons
2026-02-17 02:26:43 +05:30
Anish Sarkar
6af251a108
refactor: update FixedToolbarButtons to conditionally render save button based on read-only state, and adjust dropdown menu styles for better usability
2026-02-17 02:01:50 +05:30
Anish Sarkar
df3f724caf
refactor: remove KbdPlugin and MoreToolbarButton, and add Superscript and Subscript options to InsertToolbarButton for cleaner toolbar functionality
2026-02-17 01:50:09 +05:30
Anish Sarkar
841e764729
refactor: remove unused dropdown menu and related components from TableFloatingToolbar for cleaner code
2026-02-17 01:40:10 +05:30
Anish Sarkar
1768887be8
feat: implement EditorSaveContext and integrate save functionality in PlateEditor and FixedToolbarButtons
2026-02-17 01:30:38 +05:30
Anish Sarkar
0edfd116af
refactor: improve InlineCombobox context handling and optimize search functionality
2026-02-17 00:05:38 +05:30
Anish Sarkar
648b00da64
feat: enhance PlateEditor with MDX expression escaping and add remarkMdx support for improved markdown parsing
2026-02-16 23:39:22 +05:30
DESKTOP-RTLN3BA\$punk
5825ab9884
feat: updated homepage
...
- Added the 'lenis' library for smooth scrolling functionality.
- Integrated 'UseCasesGrid' component into the homepage layout.
- Updated 'HeroSection' to replace image elements with 'WalkthroughScroll' for enhanced user experience.
2026-02-16 05:50:47 -08:00
Anish Sarkar
2d74d7bc4b
refactor: update tooltip component structure and styling for improved usability and consistency
2026-02-16 16:13:45 +05:30
Anish Sarkar
e799c3f061
refactor: remove BlockListStatic component and integrate InlineCombobox for slash commands in the editor
2026-02-16 16:05:33 +05:30
Anish Sarkar
93a0487e56
feat: add new autoformat and drag-and-drop functionality to the editor, refactor list handling and update dependencies
2026-02-16 16:05:16 +05:30
Anish Sarkar
1450e22f54
feat: introduce fixed toolbar and insert button for enhanced editor functionality
2026-02-16 15:49:07 +05:30
DESKTOP-RTLN3BA\$punk
28d93aed2a
feat: enhance inline mention editor to preserve mention tokens
...
- Updated the text extraction logic to include inline mention tokens for chips, maintaining the original query structure sent to the backend.
- Refactored the text extraction process to improve readability and efficiency.
2026-02-16 01:34:36 -08:00
DESKTOP-RTLN3BA\$punk
81c70befcf
chore: linting
2026-02-15 23:38:15 -08:00
Anish Sarkar
73147c69a3
refactor: remove deprecated editor plugins and UI components for cleaner codebase
2026-02-16 01:15:21 +05:30
Anish Sarkar
1995fe9ec1
feat: add report content update endpoint and integrate Platejs editor for markdown editing
2026-02-16 00:11:34 +05:30
Anish Sarkar
ed28439246
Merge remote-tracking branch 'upstream/dev' into feat/report-artifact
2026-02-14 19:12:01 +05:30
Anish Sarkar
2755c0d7c0
chore: update uv.lock and ran linting
2026-02-14 19:09:45 +05:30
Anish Sarkar
e1124d170d
feat: update LaTeX delimiter conversion for Streamdown compatibility
2026-02-14 14:29:16 +05:30
CREDO23
66a6fb685e
Merge upstream/dev into feature/human-in-the-loop
2026-02-13 20:17:59 +02:00
CREDO23
2a15e0d337
fix: resolve race condition and add cleanup in HITL flow
2026-02-13 19:17:36 +02:00
CREDO23
97d5b046d4
Fix delete notion page tool implementation
2026-02-13 18:50:14 +02:00
Anish Sarkar
47670997df
chore: remove Typst installation from Dockerfiles to streamline image builds
2026-02-13 22:05:56 +05:30
CREDO23
11e1c01847
Add delete_from_db checkbox and update ApprovalCard UI for delete tool
2026-02-13 16:25:19 +02:00
CREDO23
2327ec9326
Fix UpdateNotionPageToolUI args type to match backend signature
2026-02-13 15:32:38 +02:00
CREDO23
eca5332d81
Improve full-screen mode with modal popup and backdrop
2026-02-13 15:26:19 +02:00
CREDO23
254ed5ed11
Unify SuccessCard for create and update tools to show only title and URL
2026-02-13 13:46:47 +02:00