Anish Sarkar
3ec30d94ce
refactor: optimize report generation tool to use short-lived database sessions for improved performance and connection management
2026-02-14 18:48:36 +05:30
Anish Sarkar
e1124d170d
feat: update LaTeX delimiter conversion for Streamdown compatibility
2026-02-14 14:29:16 +05:30
Anish Sarkar
8746051670
feat: enhance system prompts to specify LaTeX notation for mathematical expressions
2026-02-14 14:28:47 +05:30
Anish Sarkar
47670997df
chore: remove Typst installation from Dockerfiles to streamline image builds
2026-02-13 22:05:56 +05:30
Anish Sarkar
138c6d8cd6
feat: update report generation tool with new user prompts
2026-02-13 19:02:46 +05:30
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
Rohan Verma
5714d2c290
Merge pull request #814 from MODSetter/feat/report-artifact
...
feat: remove pandoc and its respective engine dependencies
2026-02-13 01:35:35 -08:00
DESKTOP-RTLN3BA\$punk
a8c1aa28c0
feat: remove pandoc and its respective engine dependencies
2026-02-13 01:34:43 -08:00
DESKTOP-RTLN3BA\$punk
3a7a27f3ae
feat: enhance report generation instructions with comprehensive trigger phrases and formatting rules for Markdown output
2026-02-12 17:18:50 -08: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
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
Anish Sarkar
83d7c8204b
feat: close report panel when switching chats in NewChatPage component
2026-02-12 19:07:17 +05:30
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
d627409af0
docs: update system prompt and report tool instructions for clarity on report generation and modification requests
2026-02-12 18:22:47 +05:30
Anish Sarkar
9d0bff2bad
chore: update Dockerfiles to install Typst version 0.14.2 for PDF rendering
2026-02-12 17:37:27 +05:30
Anish Sarkar
3336626336
chore: update Dockerfiles to install Typst for PDF rendering and remove WeasyPrint dependencies
2026-02-12 15:57:35 +05:30
Anish Sarkar
828e750320
chore: update Dockerfiles to install Pandoc 3.x and handle WeasyPrint dependencies
2026-02-12 15:32:07 +05:30
Rohan Verma
0e96e4492b
Merge pull request #812 from MODSetter/dev
...
feat: add additional languages
2026-02-11 20:50:31 -08:00
DESKTOP-RTLN3BA\$punk
e184a7b3f3
feat: update README files to include additional language options
2026-02-11 20:49:36 -08:00
DESKTOP-RTLN3BA\$punk
65b0514947
Merge commit ' f5cede64be' into dev
2026-02-11 20:39:17 -08:00
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
Anish Sarkar
e7a73d0570
feat: add report export capabilities with Pandoc and WeasyPrint support
...
- Updated Dockerfiles to include Pandoc and WeasyPrint runtime libraries for report generation.
- Enhanced report retrieval functionality to include version siblings in the response.
- Modified report export process to utilize WeasyPrint for PDF generation, improving output quality.
2026-02-11 23:24:51 +05:30
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
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
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
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
Anish Sarkar
6fc5dc224b
refactor: remove report_status enum and related index from reports table migration
2026-02-11 17:45:07 +05:30
Anish Sarkar
b6c0406d10
feat: add reports table and report status enum for generated Markdown reports
2026-02-11 16:28:56 +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
Anish Sarkar
1d1e2c6b48
chore: add pypandoc dependency to pyproject.toml and update uv.lock
2026-02-11 12:37:44 +05:30
Rohan Verma
f5cede64be
Merge pull request #810 from MODSetter/dev
...
feat: add shared temporary directory for file uploads in Dockerfile
2026-02-10 23:01:07 -08:00
DESKTOP-RTLN3BA\$punk
c297e41caa
Merge commit ' a76575b1da' into dev
2026-02-10 22:58:19 -08:00
DESKTOP-RTLN3BA\$punk
c662bb90cb
feat: add shared temporary directory for file uploads in Dockerfile
2026-02-10 22:57:56 -08:00
Rohan Verma
a76575b1da
Merge pull request #809 from MODSetter/dev
...
hotpatch: update SlowAPI middleware to fix chat
2026-02-10 22:44:53 -08:00
DESKTOP-RTLN3BA\$punk
25f9e9c74b
Merge commit ' 632abe5187' into dev
2026-02-10 22:42:42 -08:00
DESKTOP-RTLN3BA\$punk
ef7fa82600
hotpatch: update SlowAPI middleware to avoid issues with StreamingResponse
2026-02-10 22:41:55 -08:00