Rohan Verma
2745518fdf
Merge pull request #925 from mvanhorn/fix/nested-interactive-elements
...
fix: separate nested interactive elements in roles manager
2026-03-24 12:54:42 -07:00
Rohan Verma
ac403402ea
Merge pull request #928 from CREDO23/feat/migrate-electric-to-zero
...
[Feat] Migrate real-time sync from Electric SQL to Rocicorp Zero
2026-03-24 12:30:57 -07:00
DESKTOP-RTLN3BA\$punk
90c89f7d99
Merge commit ' c3c4671797' into dev
2026-03-24 12:30:30 -07:00
Rohan Verma
c3c4671797
Merge pull request #931 from MODSetter/litellm_fix
...
Revert "fix: update dependency versions in pyproject.toml and uv.lock"
2026-03-24 12:28:55 -07:00
DESKTOP-RTLN3BA\$punk
80ddc3d2d2
Revert "fix: update dependency versions in pyproject.toml and uv.lock"
...
This reverts commit e5c651da00 .
2026-03-24 12:28:08 -07:00
Rohan Verma
5b7ecee3b5
Merge pull request #930 from MODSetter/litellm_fix
...
fix: update dependency versions in pyproject.toml and uv.lock
2026-03-24 12:23:03 -07:00
DESKTOP-RTLN3BA\$punk
e5c651da00
fix: update dependency versions in pyproject.toml and uv.lock
...
- Changed litellm dependency to a specific version (1.80.10).
- Updated grpcio and protobuf dependencies in uv.lock to support different Python versions.
- Added sdist URLs for grpcio, griffe, and griffecli packages in uv.lock.
2026-03-24 12:22:27 -07:00
Anish Sarkar
c674fb3054
chore: ran linting
2026-03-25 00:27:24 +05:30
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
CREDO23
296b95ba5b
use type panel for floating non-focus-stealing window
2026-03-24 20:45:56 +02:00
CREDO23
985299b72d
toggle, blur-dismiss, and titlebar for quick-ask window
2026-03-24 20:32:27 +02:00
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
CREDO23
d033e1cb48
open quick-ask as mini window at cursor position
2026-03-24 20:12:49 +02:00
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
CREDO23
8750462637
listen for quick-ask text in Composer
2026-03-24 19:28:41 +02:00
CREDO23
f9be80ab76
re-add initialText prop to InlineMentionEditor
2026-03-24 19:26:13 +02:00
CREDO23
71a262b2e7
wire quick-ask in main.ts
2026-03-24 19:24:41 +02:00
CREDO23
032ccd9541
add onQuickAskText type to ElectronAPI
2026-03-24 19:24:02 +02:00
CREDO23
45e9113522
expose onQuickAskText in preload
2026-03-24 19:23:24 +02:00
CREDO23
801c07291e
add quick-ask IPC channel and shortcut module
2026-03-24 19:22:43 +02:00
CREDO23
59e7f8f068
remove tray and clipboard-to-chat feature
2026-03-24 19:12:04 +02:00
CREDO23
f783b00d2e
fix(desktop): bind to 0.0.0.0 and silence auto-updater 404
2026-03-24 18:40:07 +02:00
CREDO23
a1119c401f
Merge branch 'feat/migrate-electric-to-zero' into electon-desktop
2026-03-24 18:38:17 +02:00
CREDO23
5d8a62a4a6
merge upstream/dev into feat/migrate-electric-to-zero
...
Resolve 8 conflicts:
- Accept upstream deletion of 3 composio_*_connector.py (unified Google connectors)
- Accept our deletion of ElectricProvider.tsx, use-connectors-electric.ts,
use-messages-electric.ts (replaced by Zero equivalents)
- Keep both new deps in package.json (@rocicorp/zero + @slate-serializers/html)
- Regenerate pnpm-lock.yaml
2026-03-24 17:40:34 +02:00
CREDO23
5bf2734e8c
add migration to clean up Electric SQL artifacts
2026-03-24 17:19:07 +02:00
CREDO23
65539b5381
revert changelog - keep historical ElectricSQL reference
2026-03-24 17:08:21 +02:00
CREDO23
0916c1addd
remove stale ElectricSQL references from changelog and test fixtures
2026-03-24 17:07:11 +02:00
CREDO23
657f546908
fix: always render ZeroProvider, allow anon queries without 401
2026-03-24 16:59:42 +02:00
Anish Sarkar
a99791009a
refactor: enhance markdown rendering with syntax highlighting and theme support
2026-03-24 20:24:30 +05:30
CREDO23
54ffdc5aad
fix: always init Zero when user exists, pass auth as optional
2026-03-24 16:39:37 +02:00
CREDO23
5c98f1c717
add ZERO_MUTATE_URL and no-op mutate endpoint for zero-cache auth passthrough
2026-03-24 16:25:13 +02:00
CREDO23
0e49cc33f8
format: auto-fix via pnpm format:fix
2026-03-24 16:07:28 +02:00
CREDO23
a74aa4da4f
add auth to Zero query endpoint and ZeroProvider
2026-03-24 16:06:20 +02:00
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
CREDO23
cab33d9f4c
fix: make ZERO_QUERY_URL portable across all environments
...
- Default to Docker service networking (http://frontend:3000 ) in both
compose files — works when all services run in Docker
- Add extra_hosts (host.docker.internal:host-gateway) for cross-platform
host access when running frontend outside Docker
- Document override examples in .env.example for local dev and
custom domain setups
2026-03-24 15:06:58 +02:00
likiosliu
323788e9a3
fix: replace any types with proper types in contact form component
...
- Replace `any` props type with `React.ComponentProps<"svg">` plus explicit named props
- Replace `any` tuple type with `[number, number]` in squares mapper
Closes #912
2026-03-24 19:55:33 +08:00
likiosliu
a3b3852452
fix: add AbortController to fetch call in audio download
...
Abort in-flight download when the component unmounts or a new download
starts, preventing wasted bandwidth on navigation.
Closes #919
2026-03-24 19:53:14 +08:00
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
Matt Van Horn
ac2333ee1c
fix: separate nested interactive elements in roles manager
...
Moves the RolePermissionsDialog trigger to wrap only the text content
area instead of the entire card. The dropdown menu is now a sibling,
not nested inside the dialog button. Removes stopPropagation hacks.
Fixes #921
2026-03-24 03:11:30 -07:00
Rohan Verma
c41e79860f
Merge pull request #924 from MODSetter/fix_hero
...
fix: improved lighthouse scores
2026-03-24 01:44:44 -07:00
DESKTOP-RTLN3BA\$punk
7f134efa03
fix: improved lighthouse scores
...
- Implemented dynamic import for HeroCarousel to improve loading performance.
- Added IntersectionObserver to manage video playback based on visibility.
- Removed unused video prefetching logic and adjusted autoplay conditions.
- Updated button styles for better consistency and user experience.
2026-03-24 01:44:15 -07:00
DESKTOP-RTLN3BA\$punk
2800878f9d
Merge commit ' 354d80bf7a' into dev
2026-03-24 00:19:04 -07:00