Anish Sarkar
323f7f2b4a
Merge remote-tracking branch 'upstream/dev' into impr/thinking-steps
2026-03-25 00:17:08 +05:30
Anish Sarkar
eafc0c3808
refactor: enhance UserMessage component with improved layout and action bar functionality
2026-03-25 00:16:52 +05:30
Anish Sarkar
c894185102
refactor: implement error handling for video download and PPTX export in video presentation component
2026-03-24 23:57:32 +05:30
Anish Sarkar
fde8faec7e
refactor: update UserAvatar component to use Next.js Image
2026-03-24 23:54:04 +05:30
Anish Sarkar
d0dcb8a98b
refactor: simplify video presentation UI components and enhance loading/error states
2026-03-24 23:53:51 +05:30
Anish Sarkar
06b242c8f1
refactor: integrate custom table components into markdown rendering in chat
2026-03-24 23:42:12 +05:30
Anish Sarkar
15a81dbf41
feat: add GenerateImageToolUI component for rendering generated images with error handling and loading states
2026-03-24 23:03:00 +05:30
Anish Sarkar
a99791009a
refactor: enhance markdown rendering with syntax highlighting and theme support
2026-03-24 20:24:30 +05:30
Anish Sarkar
9eb8e4c48d
refactor: reintroduce display_image tool for legacy AI generated images handling
2026-03-24 19:13:54 +05:30
Anish Sarkar
c926c3f62e
refactor: remove display_image tool and associated UI components to streamline chat functionality
2026-03-24 19:00:55 +05:30
Anish Sarkar
337bab3650
refactor: add placeholder implementations for link_preview, multi_link_preview, and scrape_webpage tools in assistant-message and public-thread components
2026-03-24 18:57:14 +05:30
Anish Sarkar
3f4e1a7dfd
refactor: remove frontend of scrape_webpage tool
2026-03-24 18:55:06 +05:30
Anish Sarkar
a009cae62a
refactor: remove link_preview tool and associated components to streamline agent functionality
2026-03-24 17:15:29 +05:30
Anish Sarkar
6c507989d2
refactor: remove display_image tool and update related components to streamline image handling
2026-03-24 16:28:11 +05:30
DESKTOP-RTLN3BA\$punk
2800878f9d
Merge commit ' 354d80bf7a' into dev
2026-03-24 00:19:04 -07:00
Rohan Verma
354d80bf7a
Merge pull request #923 from mvanhorn/osc/905-catch-error-handling
...
fix: add error logging to empty catch blocks in useMessagesElectric
2026-03-24 00:14:50 -07:00
Rohan Verma
3776d3d6bc
Merge pull request #922 from mvanhorn/osc/904-console-log-guard
...
fix: gate console.log calls behind development check
2026-03-24 00:12:44 -07:00
Matt Van Horn
15e9f113e5
fix: add error logging to empty catch blocks in useMessagesElectric
...
Replaces 4 silent catch blocks with console.warn calls so sync
failures are observable in the browser console. Cleanup catches
at lines 147/155 stay silent since PGlite may already be closed.
Fixes #905
2026-03-23 23:34:17 -07:00
Matt Van Horn
b240057c61
fix: gate console.log calls behind development check
...
Wraps unguarded console.log statements in use-connectors-electric,
mcp-config-validator, and ElectricProvider behind an IS_DEV guard,
matching the existing pattern in lib/electric/client.ts. Keeps
console.error calls untouched so real errors still surface.
Fixes #904
2026-03-23 23:29:16 -07:00
DESKTOP-RTLN3BA\$punk
3c4bdc12f0
Merge commit ' 5da2d95d80' into dev
2026-03-23 18:22:00 -07:00
Rohan Verma
c5d740f162
Merge pull request #896 from AnishSarkar22/feat/human-in-the-loop
...
feat: sensitive actions using HITL & unified indexing pipeline for google connectors
2026-03-23 18:20:45 -07:00
Anish Sarkar
eed792c19a
refactor: remove deprecated DeepAgentThinking component and redefine ThinkingStep interface for improved clarity
2026-03-24 02:56:42 +05:30
Anish Sarkar
e587b588c9
refactor: migrate thinking steps handling to new data structure and streamline related components
2026-03-24 02:23:05 +05:30
Anish Sarkar
b8f3f41326
refactor: update dependencies and streamline assistant-ui package usages
2026-03-24 02:22:51 +05:30
Rohan Verma
5da2d95d80
Merge pull request #901 from MODSetter/dev
...
Update video link in README.md
2026-03-22 18:21:45 -07:00
Rohan Verma
af5215fa44
Update video link in README.md
2026-03-22 18:20:47 -07:00
Anish Sarkar
009e89e5cd
refactor: simplify audio component by removing dropdown menu and integrating download button directly
2026-03-23 03:39:08 +05:30
Anish Sarkar
fed3a3b436
feat: add dropdown menu for audio actions and improve layout in audio component
2026-03-23 03:11:19 +05:30
Anish Sarkar
74ef4bb414
refactor: enhance loading skeleton UI in GenerateReport
2026-03-23 02:55:35 +05:30
Anish Sarkar
3cee59e024
fix: update save shortcut to use cmd/ctrl+Shift+S for saving in PlateEditor and FixedToolbarButtons
2026-03-22 23:06:18 +05:30
Anish Sarkar
2c7908f733
fix: update placeholder texts in Thread component
2026-03-22 22:48:07 +05:30
Anish Sarkar
8510a76e9a
refactor: enhance UI for podcast card and audio components
2026-03-22 21:20:05 +05:30
Anish Sarkar
3cef7ef87c
chore: update comments in .env.example
2026-03-22 20:33:01 +05:30
Anish Sarkar
0fd03709c6
feat: add internal metadata keys and clean metadata in document formatting
2026-03-22 20:19:42 +05:30
Anish Sarkar
64a83f7ccc
refactor: update checkbox classes in DocumentsTableShell to use 'shrink-0' for consistent styling
2026-03-22 19:53:57 +05:30
Rohan Verma
06eaac7cad
Merge pull request #900 from MODSetter/dev
...
style: update GitHub stars badge appearance with improved spacing and…
2026-03-22 03:17:27 -07:00
DESKTOP-RTLN3BA\$punk
de17ef7f44
style: update GitHub stars badge appearance with improved spacing and color adjustments
2026-03-22 03:17:05 -07:00
Anish Sarkar
5c598e8588
Merge remote-tracking branch 'upstream/dev' into feat/human-in-the-loop
2026-03-22 15:45:45 +05:30
Rohan Verma
e956de109a
Merge pull request #899 from MODSetter/dev
...
fixes for deployment
2026-03-22 01:57:18 -07:00
DESKTOP-RTLN3BA\$punk
9b8fc10211
Merge commit ' 1013586506' into dev
2026-03-22 01:56:33 -07:00
DESKTOP-RTLN3BA\$punk
43c9a09a6c
chore: add daytona dependency to pyproject.toml and update uv.lock
2026-03-22 01:55:56 -07:00
DESKTOP-RTLN3BA\$punk
0cd596b91f
refactor: update video presentation status enum creation to use SQL execution for better handling of duplicates
2026-03-22 01:41:15 -07:00
Rohan Verma
1013586506
Merge pull request #898 from MODSetter/dev
...
feat: SearXNG search, Electron desktop app, video agent & UI overhaul
2026-03-22 01:28:58 -07:00
Rohan Verma
23386b0a91
Merge pull request #895 from CREDO23/electon-desktop
...
[CI] Desktop release workflow & Auto updater
2026-03-22 01:26:01 -07:00
DESKTOP-RTLN3BA\$punk
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.
2026-03-22 01:00:17 -07:00
Rohan Verma
2e1616ad91
Update README with demo and video agent sections
2026-03-22 00:38:44 -07:00
DESKTOP-RTLN3BA\$punk
cb6db30143
feat: add new carousel item for AI-generated video creation
2026-03-22 00:34:41 -07:00
Rohan Verma
fcb299eb70
Merge pull request #897 from MODSetter/feature/video_presentation_agent
...
feat: added initial video presentation agent
2026-03-21 23:41:08 -07:00
DESKTOP-RTLN3BA\$punk
eb8cfd296c
feat: add public routes for video presentations and audio streaming
2026-03-21 23:29:23 -07:00
DESKTOP-RTLN3BA\$punk
d90b6d35ce
feat: enhance video presentation agent with parallel theme assignment and watermarking
2026-03-21 23:02:09 -07:00