DESKTOP-RTLN3BA\$punk
81c70befcf
chore: linting
2026-02-15 23:38:15 -08:00
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
DESKTOP-RTLN3BA\$punk
a8c1aa28c0
feat: remove pandoc and its respective engine dependencies
2026-02-13 01:34:43 -08:00
CREDO23
0d1b61d7e6
Implement update notion page tool
2026-02-13 10:45:51 +02:00
CREDO23
2fd082683d
Register update notion page UI component
2026-02-12 19:26:01 +02:00
Anish Sarkar
83d7c8204b
feat: close report panel when switching chats in NewChatPage component
2026-02-12 19:07:17 +05:30
CREDO23
8e6fa2ee58
add delete notion page approval ui
2026-02-11 18:20:51 +02:00
CREDO23
2ef2474058
add HITL tool argument editing with approval UI
...
Enables users to edit tool call arguments before execution in human-in-the-loop
workflows. Adds edit mode UI with form fields, grayscale styling, and subtle
pulse animations for pending approvals. Backend stub enhanced to verify edited
arguments are correctly passed through.
2026-02-11 15:43:07 +02:00
Anish Sarkar
e4244829ae
feat: integrate report panel into chat interface
...
- Added a new ReportPanel component to display report details inline within the chat interface.
- Updated NewChatPage and PublicChatView to include the ReportPanel, enhancing user experience by allowing report viewing alongside chat interactions.
- Introduced report panel state management with Jotai atoms to control visibility and data handling.
- Refactored existing components to accommodate the new report panel layout and functionality.
2026-02-11 18:50:57 +05:30
Anish Sarkar
acad8c6d2b
feat: implement report generation tool and associated routes for CRUD operations
...
- Added a new tool for generating structured Markdown reports based on user input.
- Implemented routes for creating, reading, exporting, and deleting reports.
- Integrated report generation into the chat flow, allowing users to generate reports inline.
- Updated schemas to support report data structures and responses.
- Enhanced frontend components to handle report generation and display results.
2026-02-11 17:55:52 +05:30
CREDO23
5d1c386105
extract shared streaming helpers from page.tsx into streaming-state.ts
...
Move duplicated types (ThinkingStepData, ContentPart), content-part helpers
(appendText, addToolCall, updateToolCall, buildContentForUI,
buildContentForPersistence), and SSE read loop (readSSEStream) into a
shared module. Removes ~395 lines of tripled code from page.tsx.
2026-02-11 13:50:46 +02:00
CREDO23
2343fecf97
add frontend HITL: approval UI, SSE handler, and resume flow
...
- Create CreateNotionPageToolUI component with approval card (approve/reject)
- Handle data-interrupt-request SSE event in page.tsx
- Add handleResume callback to POST decisions and stream continuation
- Skip message persistence for interrupted messages (handleResume persists)
- Stamp __decided__ on tool results for immutable post-decision state
- Sync pendingInterrupt ID after message persistence rename
2026-02-10 18:05:01 +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
Anish Sarkar
e2dd80c604
chore: ran linting
2026-02-08 12:43:31 +05:30
Anish Sarkar
5ab672b8ff
refactor: replace Loader2 with Spinner component across various components for consistent loading indicators
2026-02-08 12:39:06 +05:30
Anish Sarkar
ac394e78cc
feat: enhance DocumentsTableShell layout and improve document type labeling in DocumentTypeIcon
2026-02-08 03:33:15 +05:30
Anish Sarkar
70cc8b44c8
refactor: simplify LocalLoginForm and enhance RowActions logic for document editing
2026-02-07 16:18:11 +05:30
Rohan Verma
86f66924eb
Merge pull request #792 from elammertsma/dev
...
UX: Removed Logs menu item and improved delete dialog
2026-02-06 13:03:16 -08:00
Eric Lammertsma
179dd18e45
UX: replace doc delete confirmation with descriptive text
2026-02-06 15:01:14 -05:00
Anish Sarkar
9d071d686a
feat: add viewport configuration for mobile keyboard handling and update chat page height calculations for better responsiveness
2026-02-06 19:43:14 +05:30
Anish Sarkar
e3dc2ad39f
fix: update icon styling in DocumentsTableShell and enhance mobile rendering conditions in OnboardingTour
2026-02-06 19:25:01 +05:30
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
652eb6ece8
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 17:06:53 +05:30
Anish Sarkar
8c3b65bac2
feat: add search functionality to notifications and update related components
2026-02-06 16:45:54 +05:30
Anish Sarkar
e01717c65d
refactor: update document filtering logic to maintain complete dataset and clear selections on filter change
2026-02-06 15:47:07 +05:30
Anish Sarkar
c8273cd413
refactor: adjust column widths for status in DocumentsTableShell component
2026-02-06 15:26:54 +05:30
Anish Sarkar
f0e1d73657
refactor: enhance DocumentsTableShell with BadgeInfo component and update sync version in client.ts
2026-02-06 15:18:14 +05:30
DESKTOP-RTLN3BA\$punk
017c262842
fix: update DocumentsFilters component for accessibility and add success message for document deletion
2026-02-05 23:45:01 -08:00
Anish Sarkar
0fdd194d92
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-06 12:13:26 +05:30
DESKTOP-RTLN3BA\$punk
19e2857343
feat: added image gen support
2026-02-05 16:43:48 -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
f56f5a281e
fix: disable Edit and Delete actions while processing in RowActions component
2026-02-06 05:15:35 +05:30
Anish Sarkar
108e8c960f
fix: adjust opacity of clock icon in status indicator for better visibility
2026-02-06 03:54:38 +05:30
Anish Sarkar
781cdc3dbd
refactor: remove manual refresh functionality and update UI components for improved document management experience
2026-02-06 02:24:51 +05:30
Anish Sarkar
5042fbfb85
feat: enhance Gmail and Google Drive connectors with document status management and duplicate content checks
2026-02-05 22:59:56 +05:30
Anish Sarkar
6cd3f5c1f6
feat: add conflict handling for document deletion and selection based on processing state
2026-02-05 22:16:23 +05:30
Anish Sarkar
aef59d04eb
feat: add document status management with JSONB column for processing states in documents
2026-02-05 21:59:31 +05:30
Anish Sarkar
e615a6478c
feat: implement document deletion functionality and streamline column visibility management in DocumentsTable
2026-02-05 01:29:15 +05:30
Anish Sarkar
c706b5f417
feat: enhance metadata viewing in DocumentsTableShell with on-demand fetching and loading state
2026-02-04 22:34:03 +05:30
Anish Sarkar
c19aa5fa99
feat: implement real-time document updates and lazy loading for document content in DocumentsTable and DocumentsTableShell
2026-02-04 22:25:42 +05:30
Anish Sarkar
1cb578cffb
refactor: update DocumentsTableShell and DocumentTypeIcon for improved layout and truncation handling
2026-02-04 20:30:18 +05:30
Anish Sarkar
bbb367cc53
Merge remote-tracking branch 'upstream/dev' into fix/documents
2026-02-04 18:19:09 +05:30
Anish Sarkar
773b610009
feat: update DocumentsTableShell to replace Link2 icon with Network icon for improved clarity
2026-02-04 18:18:43 +05:30
Anish Sarkar
ab2896ec65
refactor: remove redundant document deletion logic and optimize cache updates
2026-02-04 17:27:40 +05:30
Anish Sarkar
878e829bdc
feat: enhance document filters and table components with search functionality and improved loading states
2026-02-04 17:19:29 +05:30
Anish Sarkar
90f9fad95c
feat: enhance document management with user information and connector dialog
2026-02-04 12:55:38 +05:30