Commit graph

5142 commits

Author SHA1 Message Date
CREDO23
9f5b6205e1 Align macOS accessibility and screen capture usage strings with Screenshot Assist and chat. 2026-04-27 18:50:01 +02:00
CREDO23
36d891d413 Update READMEs in all languages to describe Screenshot Assist instead of Extreme Assist. 2026-04-27 18:49:54 +02:00
CREDO23
d184fd796a Rename homepage tutorial media to screenshot assist and point the hero tab at the new asset. 2026-04-27 18:49:50 +02:00
CREDO23
d310663993 Wire Electron chat thread to screen capture events and full-screen capture from the composer. 2026-04-27 18:49:43 +02:00
CREDO23
97488218db Expose Screenshot Assist in desktop login and settings with shared shortcut defaults. 2026-04-27 18:49:40 +02:00
CREDO23
df952ffa28 Add Screenshot Assist to stored shortcuts, default to Shift+Space, and migrate legacy autocomplete. 2026-04-27 18:49:36 +02:00
CREDO23
1c7362d9c6 Handle full-screen capture IPC and reregister Screenshot Assist when its shortcut changes. 2026-04-27 18:49:33 +02:00
CREDO23
f489fee2e8 Register General Assist and Screenshot Assist as two independent global shortcuts. 2026-04-27 18:49:30 +02:00
CREDO23
24a5a06f21 Make General Assist only focus the main window, without region capture. 2026-04-27 18:49:27 +02:00
CREDO23
7145a15149 Add Screenshot Assist shortcut flow: show window, pick region, send data URL to chat. 2026-04-27 18:49:24 +02:00
CREDO23
d212422bf5 Add full-screen display capture alongside the region picker for desktop chat. 2026-04-27 18:49:20 +02:00
CREDO23
62b9e328b4 Add desktop IPC, preload, and window types for chat screen capture and full-screen capture. 2026-04-27 18:49:15 +02:00
CREDO23
18108267d1 Defer clearing pending chat screenshots until send commits 2026-04-24 20:58:39 +02:00
CREDO23
ba25c68c0d Restore default desktop shortcuts and Linux pack scripts 2026-04-24 20:43:04 +02:00
CREDO23
ed0bcafe49 Align connectors, editors, and layout with desktop context 2026-04-24 19:19:04 +02:00
CREDO23
8034f372e7 Remove desktop suggestion UI and refresh settings surfaces 2026-04-24 19:18:09 +02:00
CREDO23
3f97b77ab6 Support multimodal chat with pending screen images on web 2026-04-24 19:17:43 +02:00
CREDO23
a7d3e4ff18 Extend desktop package scripts and local dependency compose 2026-04-24 19:15:02 +02:00
CREDO23
b0810b4d47 Wire General Assist and screen capture through Electron IPC 2026-04-24 19:14:37 +02:00
CREDO23
7097f542fb Add native screen region capture modules and preload build 2026-04-24 19:13:14 +02:00
CREDO23
6c178a0271 Remove desktop autocomplete native window modules 2026-04-24 18:49:51 +02:00
CREDO23
dfa6c0423d Tidy alembic migration version scripts 2026-04-24 18:49:22 +02:00
CREDO23
d1080b1298 Extend new chat streaming for multimodal user turns 2026-04-24 18:48:02 +02:00
CREDO23
c9477d13fc Remove backend vision autocomplete stack 2026-04-24 18:45:38 +02:00
CREDO23
fa5d6369fb Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-04-24 10:56:10 +02:00
Rohan Verma
a0f2851784
Merge pull request #1299 from AnishSarkar22/feat/swappable-filesystem
Some checks failed
Build and Push Docker Images / tag_release (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Has been cancelled
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Has been cancelled
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Has been cancelled
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Has been cancelled
feat: introduce swappable filesystem on desktop & monaco editor to edit local files
2026-04-23 19:38:33 -07:00
Rohan Verma
f3c4daa592
Merge pull request #1298 from tmchow/osc/1245-dedupe-anon-upload
refactor(anon-chat): dedupe upload via anonymousChatApiService
2026-04-23 19:37:23 -07:00
Anish Sarkar
7063d6d1e4 feat(filesystem): improve path normalization in SurfSenseFilesystemMiddleware to handle Windows-style paths and mixed separators 2026-04-24 06:09:22 +05:30
Anish Sarkar
30b55a9baa feat(filesystem): refactor local filesystem handling to use mounts instead of root paths, enhancing mount management and path normalization 2026-04-24 05:59:21 +05:30
Anish Sarkar
a7a758f26e feat(filesystem): add getAgentFilesystemMounts API and integrate with LocalFilesystemBrowser for improved mount management 2026-04-24 05:03:23 +05:30
Anish Sarkar
ce71897286 refactor(hotkeys): simplify hotkey display logic and replace icon representation with text in DesktopShortcutsContent and login page 2026-04-24 04:54:48 +05:30
Anish Sarkar
d1c14160e3 feat(sidebar): enhance DocumentsSidebar with dropdown menu for local folder management and improve UI interactions 2026-04-24 04:42:24 +05:30
Anish Sarkar
b5400caea6 feat(sidebar): implement local filesystem browser and enhance document sidebar with local folder management features 2026-04-24 03:55:24 +05:30
Anish Sarkar
2618205749 refactor(thread): remove unused filesystem settings and related logic from Composer component 2026-04-24 03:52:39 +05:30
Anish Sarkar
17f9ee4b59 refactor(icons): replace 'Pen' icon with 'Pencil' across various components for consistency 2026-04-24 02:33:57 +05:30
Anish Sarkar
1e9db6f26f feat(filesystem): enhance local mount path normalization and improve virtual path handling in agent filesystem 2026-04-24 02:12:30 +05:30
Anish Sarkar
c1a07a093e refactor(sidebar): use Monitor icon for system theme option 2026-04-24 01:46:44 +05:30
Anish Sarkar
a250f97162 feat(thread): support selecting and managing multiple local folders 2026-04-24 01:46:32 +05:30
Anish Sarkar
3ee2683391 feat(filesystem): propagate localRootPaths across desktop and web API 2026-04-24 01:45:13 +05:30
Anish Sarkar
6721919398 feat(filesystem): add multi-root local folder support in backend 2026-04-24 01:44:23 +05:30
Anish Sarkar
daac6b5269 feat(login): implement customizable hotkey management in the login page with enhanced UI components 2026-04-24 00:06:38 +05:30
Anish Sarkar
46056ee514 fix(settings): update user settings dialog labels and enhance DesktopShortcutsContent component for better hotkey management 2026-04-23 23:52:49 +05:30
Rohan Verma
09ab174221
Merge pull request #1297 from CREDO23/feature/mcp-migration
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
[Improvement] MCP OAuth trust, 401 recovery, parallel discovery & connector UX
2026-04-23 11:13:54 -07:00
Anish Sarkar
fb2aecea46 feat(settings): add DesktopShortcutsContent component for managing hotkeys and update user settings dialog 2026-04-23 22:49:59 +05:30
CREDO23
03f89b4f84 Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-04-23 19:02:18 +02:00
Anish Sarkar
84145566e3 feat(editor): implement local filesystem trust dialog and enhance filesystem mode selection 2026-04-23 22:27:58 +05:30
Anish Sarkar
18b4a6ea24 refactor(ui): update icon imports and adjust button styles in editor and report panels 2026-04-23 21:03:12 +05:30
Anish Sarkar
b5921bf139 feat(markdown): enhance code block rendering for local web files and improve inline code styling 2026-04-23 20:47:00 +05:30
Anish Sarkar
a1d3356bf5 feat(editor): add reserveToolbarSpace option to enhance toolbar visibility management 2026-04-23 20:13:29 +05:30
Anish Sarkar
0381632bc2 refactor(editor): replace Loader2 with Spinner component and enhance save button visibility 2026-04-23 20:03:18 +05:30