Commit Graph

66 Commits

Author SHA1 Message Date
55974b90fd Add startup model preparation endpoint and update Whisper handling 2026-03-20 15:43:10 +01:00
049f1ef4e7 Update web search engine options and defaults 2026-03-20 12:58:25 +01:00
cbe50e998d auto-git:
[add] dist/assets/index-CQocmVDK.js
 [change] dist/index.html
 [change] src/websearchEngines.js
 [unlink] dist/assets/index-BlgdGsnZ.js
2026-03-20 12:56:27 +01:00
645190405f Refactor web search engine handling and add new file for engine options 2026-03-20 12:56:26 +01:00
01b56c943e auto-git:
[add] dist/assets/index-BlgdGsnZ.js
 [add] dist/assets/index-D21amC2P.css
 [change] dist/index.html
 [change] src/App.jsx
 [change] src/styles.css
 [unlink] dist/assets/index-Cl_WYrJF.css
 [unlink] dist/assets/index-u1-aH6b-.js
2026-03-20 12:04:40 +01:00
6be438519c added embedding model selection 2026-03-20 12:00:44 +01:00
8baa34e961 Add onLibrariesPurged handler in App.jsx 2026-03-20 10:35:03 +01:00
fecd101fd0 Add library purge functionality in backend and frontend 2026-03-20 10:33:58 +01:00
c4ee51d05d Update README and code to remove folder registration option 2026-03-20 10:18:35 +01:00
b5d4085a4b Enhance path picking functionality in Electron and LibraryManager 2026-03-20 09:50:03 +01:00
bc3532ce2c Add update check and auto-update functionality 2026-03-20 08:47:32 +01:00
3baab9feaf Include backendApiUrl in dependency array for useEffect in App.jsx 2026-03-20 08:18:28 +01:00
629719eb26 Ensure ollamaApiUrl has a default value in GeneralSettings.jsx 2026-03-20 08:18:28 +01:00
66c1678d34 Update API URL key and usage in App.jsx 2026-03-20 08:17:02 +01:00
d24ea89ed1 Add app settings management and update API URL handling 2026-03-20 08:16:40 +01:00
1dd21643c8 Update styles for library panel layout and footer actions 2026-03-20 00:01:02 +01:00
c7e2d88aa7 Move library toolbar actions to footer 2026-03-20 00:00:51 +01:00
f01df5005c Refactor LibraryManager.jsx for better readability and performance 2026-03-19 23:57:58 +01:00
bcd6a5aa4a Refactor styles for placeholder-view and library-panel, add new classes for toast notifications 2026-03-19 23:57:52 +01:00
556b559b44 Add toast notifications and update UI for LibraryManager.jsx 2026-03-19 23:57:44 +01:00
da520af8d2 Clarify placeholder text and syncing note in LibraryManager.jsx 2026-03-19 22:16:41 +01:00
70e083f031 Update sync details in LibraryManager.jsx 2026-03-19 22:16:41 +01:00
15f1729772 Add library file mode styles 2026-03-19 22:15:27 +01:00
8accf4f3b9 Add enrichment toggle and update status messages in LibraryManager.jsx 2026-03-19 22:15:24 +01:00
afc6b73015 Add retry sync functionality to LibraryManager.jsx 2026-03-19 21:48:27 +01:00
3f3d41a5a8 Add styles for library file sync and progress bar 2026-03-19 21:45:42 +01:00
71d94dda5e Add file sync status display in LibraryManager 2026-03-19 21:45:36 +01:00
4ad4fa15eb auto-git:
[add] dist/assets/index-HsqF-Zwv.css
 [add] dist/assets/index-gF5dDH11.js
 [change] dist/index.html
 [change] src/App.jsx
 [unlink] dist/assets/index-C2JOafdN.js
 [unlink] dist/assets/index-Cc0DLWqA.css
2026-03-19 21:39:14 +01:00
f45910e1ca auto-git:
[change] src/LibraryManager.jsx
2026-03-19 21:39:14 +01:00
4d84e203c8 Add styles for footer tool group and database picker 2026-03-19 21:38:14 +01:00
075ccbf2b7 Remove unnecessary check in regenerateFromIndex 2026-03-19 21:38:14 +01:00
ea261db04b Update LibraryManager.jsx to remove chat-related functionality and simplify UI elements 2026-03-19 21:37:37 +01:00
26624423b7 Refactor database picker and status display in App.jsx 2026-03-19 21:37:24 +01:00
174fd0d4f3 Update session deletion to clear chat library 2026-03-19 21:37:24 +01:00
adc07c5027 Update context fetching logic in App.jsx 2026-03-19 21:36:47 +01:00
68cb83d32a Enhance prompt enrichment with local library context and web search results 2026-03-19 21:36:41 +01:00
b253f9f44c Add fetchLocalLibraryContext function to App.jsx 2026-03-19 21:36:30 +01:00
3e69cc5e35 Add functions for managing chat library sessions and update effects in App.jsx 2026-03-19 21:36:27 +01:00
b10a2b4cdb Refactor library handling and remove unused state variables in App.jsx 2026-03-19 21:36:21 +01:00
c52ac00cd5 Update chat library handling in App.jsx 2026-03-19 21:35:51 +01:00
35e9f046f3 Remove rename functionality from LibraryManager.jsx 2026-03-19 21:28:38 +01:00
95e8c6ec15 Add library renaming functionality in App.jsx 2026-03-19 21:28:09 +01:00
7289dcc22c Update LibraryManager.jsx to simplify job handling and improve UI messages 2026-03-19 21:24:31 +01:00
b045c6a006 Add 'Preparing' badge for pending chat libraries and update header display logic 2026-03-19 21:23:56 +01:00
041e5cd294 Refactor chat attachment library and job preparation in App.jsx 2026-03-19 21:23:51 +01:00
0188ccb117 Update library handling logic in App.jsx 2026-03-19 21:23:51 +01:00
d4662d2416 Update App.jsx to include pendingChatLibrarySlug and toggleChatLibrary 2026-03-19 21:16:09 +01:00
d94a692cce Update LibraryManager.jsx for pending chat library state handling and UI updates 2026-03-19 21:15:02 +01:00
c1e8a25aae Remove redundant library job start calls in App.jsx 2026-03-19 21:15:02 +01:00
74fd88fb3d Add pendingChatLibrarySlug state and related logic in App.jsx 2026-03-19 21:14:51 +01:00