Rohan Verma
9e43423940
Merge pull request #1023 from Judel777/feat/lazy-load-syntax-highlighter
...
Lazy-load syntax highlighter in markdown text renderer
2026-03-28 16:54:19 -07:00
Rohan Verma
b72424a3f3
Merge pull request #1026 from Judel777/feat/aria-web-search-toggle-clean
...
Add aria-label and aria-pressed to web search toggle
2026-03-28 16:53:00 -07:00
DESKTOP-RTLN3BA\$punk
2cc2d339e6
feat: made agent file sytem optimized
2026-03-28 16:39:46 -07:00
jupal
6fe2f6fc90
Add aria attributes to web search toggle
2026-03-28 05:20:45 -04:00
jupal
80f5004349
feat(web): lazy-load markdown syntax highlighter
2026-03-28 04:22:17 -04:00
Anish Sarkar
17091edb77
Merge remote-tracking branch 'upstream/dev' into refactor/indexing-pipelines
2026-03-27 22:36:34 +05:30
Anish Sarkar
3ce831d01d
feat: reset indexing configurations in connector dialog
2026-03-27 19:28:34 +05:30
DESKTOP-RTLN3BA\$punk
64c913baa3
chore: linting
2026-03-27 03:17:05 -07:00
Anish Sarkar
ec79142d52
refactor: replace document type counts atom with real-time hook
...
- Removed the `documentTypeCountsAtom` and its associated logic from the document query atoms.
- Introduced `useZeroDocumentTypeCounts` hook to provide real-time document type counts, enhancing responsiveness as documents are indexed.
- Updated components to utilize the new hook for fetching document type counts, ensuring instant updates in the UI.
2026-03-27 12:04:01 +05:30
CREDO23
6619f9598c
Merge remote-tracking branch 'upstream/dev' into electon-desktop
...
# Conflicts:
# surfsense_web/components/assistant-ui/thread.tsx
2026-03-25 19:03:19 +02:00
CREDO23
7cbb67f0dd
scroll to cursor after inserting clipboard text
2026-03-25 16:36:52 +02:00
CREDO23
f3d6ae95e1
fix: pull-based clipboard text and cursor at end with br
2026-03-25 16:22:32 +02:00
CREDO23
4a5a28805d
start at /dashboard, focus cursor after clipboard text
2026-03-25 16:08:39 +02:00
DESKTOP-RTLN3BA\$punk
a73c4430e0
fix: add CheckIcon and CopyIcon imports to user-message component
2026-03-24 21:50:40 -07:00
DESKTOP-RTLN3BA\$punk
ccf8454db5
Merge commit ' 59e21db42b' into dev
2026-03-24 21:20:30 -07:00
Nishant-k-sagar
6f64a2de9b
perf: replace img with Next.js Image for avatars
2026-03-24 22:38:21 +00:00
Anish Sarkar
778cfac6fa
Merge remote-tracking branch 'upstream/dev' into impr/thinking-steps
2026-03-25 01:50:10 +05:30
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
Anish Sarkar
fde8faec7e
refactor: update UserAvatar component to use Next.js Image
2026-03-24 23:54:04 +05:30
Anish Sarkar
06b242c8f1
refactor: integrate custom table components into markdown rendering in chat
2026-03-24 23:42:12 +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
59e7f8f068
remove tray and clipboard-to-chat feature
2026-03-24 19:12:04 +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
Anish Sarkar
a99791009a
refactor: enhance markdown rendering with syntax highlighting and theme support
2026-03-24 20:24:30 +05:30
CREDO23
0e49cc33f8
format: auto-fix via pnpm format:fix
2026-03-24 16:07:28 +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
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
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
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
CREDO23
f04ab89418
refactor: rename Electric hooks and clean consumer components
...
Rename hooks to remove Electric branding:
- use-connectors-electric → use-connectors-sync (useConnectorsSync)
- use-messages-electric → use-messages-sync (useMessagesSync)
- use-comments-electric → use-comments-sync (useCommentsSync)
Clean all Electric/PGlite references in consumer components:
connector-popup.tsx, thread.tsx, page.tsx, use-indexing-connectors.ts,
use-connector-dialog.ts
2026-03-23 19:29:08 +02:00
Anish Sarkar
2c7908f733
fix: update placeholder texts in Thread component
2026-03-22 22:48:07 +05:30
Anish Sarkar
5c598e8588
Merge remote-tracking branch 'upstream/dev' into feat/human-in-the-loop
2026-03-22 15:45:45 +05:30
DESKTOP-RTLN3BA\$punk
0fe5e034fe
feat: add video presentation tool to generate group
2026-03-21 22:17:08 -07:00
Anish Sarkar
856073b61b
refactor: update file icon colors in connector configuration components for improved visual consistency
2026-03-21 22:36:49 +05:30
Anish Sarkar
19bd0c48e8
refactor: update class names and tooltip text in AssistantActionBar and AlertDialog components for improved clarity and consistency
2026-03-21 21:10:19 +05:30
Anish Sarkar
bad3eb695f
refactor: update ConnectToolsBanner to accept isThreadEmpty prop and adjust visibility logic; modify 'no_chats' message across multiple languages
2026-03-21 21:03:23 +05:30
Anish Sarkar
de8841fb86
chore: ran linting
2026-03-21 13:20:13 +05:30
Anish Sarkar
5908a64c1d
refactor: remove unused tool availability logic from ComposerAction component
2026-03-21 13:10:34 +05:30
Anish Sarkar
79bc123439
feat: implement lazy imports for token refresh in Confluence and Jira connectors
...
- Refactored token refresh logic in ConfluenceHistoryConnector and JiraHistoryConnector to use lazy imports, avoiding circular dependencies.
- Enhanced the ComposerAction component to manage tool availability based on connected types, adding support for Jira and Confluence tools.
- Updated tool icon management to include Jira and Confluence, improving the user interface for tool interactions.
2026-03-21 12:41:06 +05:30