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
CREDO23
2bbb8e6a3a
Add InfoCard for not_found status with amber warning styling
2026-02-13 13:35:33 +02:00
Anish Sarkar
2d4f5357e7
Merge remote-tracking branch 'upstream/dev' into feat/report-artifact
2026-02-13 17:04:50 +05:30
Anish Sarkar
3d712e391b
feat: add support for LaTeX rendering in Markdown components with rehype-katex and remark-math
2026-02-13 17:03:53 +05:30
CREDO23
9411edf057
Refactor update_notion_page to append-only with simplified parameters
2026-02-13 13:07:19 +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
DESKTOP-RTLN3BA\$punk
fce014e06e
Merge commit ' e9979dfa7d' into feat/report-artifact
2026-02-12 17:10:04 -08:00
DESKTOP-RTLN3BA\$punk
e9979dfa7d
feat: added announcements
2026-02-12 16:12:45 -08:00
Anish Sarkar
a2dd5fb671
chore: ran linting
2026-02-13 02:43:26 +05:30
Anish Sarkar
207b9e0ed3
feat: enhance Streamdown plugins for code and math rendering in MarkdownViewer component
2026-02-13 02:34:19 +05:30
CREDO23
2fd082683d
Register update notion page UI component
2026-02-12 19:26:01 +02:00
CREDO23
43c6c784ab
Add update notion page UI component
2026-02-12 19:22:45 +02:00
CREDO23
67473bbb78
Add validation for title and connector in notion page creation
2026-02-12 17:51:11 +02:00
CREDO23
9023f2656b
Improve notion page creation approval UI
2026-02-12 17:35:27 +02:00
CREDO23
08154b321d
remove page counts and fix workspace icon display
2026-02-12 16:29:18 +02:00
Anish Sarkar
f96e7e11c6
docs: enhance report generation instructions with detailed formatting guidelines for code examples and Mermaid diagrams
2026-02-12 19:29:48 +05:30
CREDO23
f5e5e36de4
add account and parent page selection to notion approval ui
2026-02-12 15:55:34 +02:00
Anish Sarkar
30a1063a14
style: add select-none class to avatar components for improved user experience
2026-02-12 18:49:52 +05:30
Anish Sarkar
9339a43db5
refactor: improve version switcher UI in report panel for mobile and desktop views
2026-02-12 04:01:54 +05:30
Anish Sarkar
04a10da3ca
refactor: improve loading state handling and error display in report panel
2026-02-12 03:49:47 +05:30
Anish Sarkar
a668219240
refactor: update report routes and improve export handling
...
- Revised report routes to clarify functionality for read, export, and delete operations.
- Enhanced the export process to run all blocking I/O in a thread executor, improving async performance.
- Updated error handling in the report panel to provide clearer feedback on loading failures.
2026-02-12 03:41:29 +05:30
Anish Sarkar
adeef35443
feat: add report versioning support with report_group_id
2026-02-12 03:19:38 +05:30
CREDO23
78127243e2
merge upstream/dev: add user_id to configs, provider icons, i18n
2026-02-11 20:05:00 +02:00
Anish Sarkar
5c9dd0b787
refactor: improve UI layout and styling for report generation components
2026-02-11 22:48:33 +05:30
Anish Sarkar
60c3d43033
feat: replace download icons, replace loader2 with our custom spinner in report panel export options
2026-02-11 22:44:55 +05:30
Anish Sarkar
4111e5d1cc
feat: add globe indicator for public snapshots in chat share button
2026-02-11 22:14:59 +05:30
Anish Sarkar
e5626342fc
feat: add public report content retrieval and enhance report handling
2026-02-11 22:07:31 +05:30
CREDO23
8e6fa2ee58
add delete notion page approval ui
2026-02-11 18:20:51 +02:00
Anish Sarkar
59628fdf76
feat: enhance report panel and generation UI
2026-02-11 21:39:22 +05:30
Anish Sarkar
be1b6f370f
feat: enhance article component with favicon support and layout adjustment
2026-02-11 21:33:46 +05:30
CREDO23
4da6892416
add error card for notion tool failures
2026-02-11 17:58:08 +02:00
Anish Sarkar
25c1fa0f49
fix: update response action label in ParsedArticle component
2026-02-11 20:54:17 +05:30
Anish Sarkar
360e85307b
feat: enhance report panel with markdown export functionality
2026-02-11 20:16:02 +05:30
Anish Sarkar
90bf93b0a5
feat: enhance report generation with error handling and metadata extraction
...
- Updated the report generation tool to include error handling for failed report generation, persisting error messages in the database.
- Modified metadata extraction to count section headings and return a status indicating readiness or failure.
- Adjusted frontend components to handle and display error states based on report generation outcomes, improving user feedback and experience.
2026-02-11 20:04:36 +05:30
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
DESKTOP-RTLN3BA\$punk
1daa953e83
feat: add support for additional languages in LanguageSwitcher and SidebarUserProfile components
2026-02-11 00:39:01 -08:00
DESKTOP-RTLN3BA\$punk
f7ccd8ff91
chore: linting
2026-02-10 21:31:43 -08:00
DESKTOP-RTLN3BA\$punk
725c03ab5d
refactor: wrapped titles in Balancer
2026-02-10 20:51:43 -08:00
Anish Sarkar
fc64f65876
Merge remote-tracking branch 'upstream/dev' into feat/sur-159
2026-02-11 03:47:51 +05:30
Rohan Verma
9f335f5b3f
Merge pull request #807 from AnishSarkar22/fix/homepage
...
feat: improve homepage integrations section
2026-02-10 14:08:43 -08:00
Anish Sarkar
cc35601058
chore: ran linting
2026-02-10 23:06:22 +05:30
Anish Sarkar
68bc12691c
refactor: improve Alert component styling in ImageModelManager for better layout and readability
2026-02-10 23:04:27 +05:30
Anish Sarkar
bb4ed3cac6
refactor: update configuration names from "Auto (Load Balanced)" to "Auto (Fastest)" across multiple components for consistency and clarity
2026-02-10 23:04:15 +05:30