9422 Commits

Author SHA1 Message Date
perf3ct
2f573d4464
fix TPL location in llm_chat_panel.ts 2025-03-28 21:19:59 +00:00
perf3ct
0aa214786c
yeet unused app_service.js 2025-03-28 21:17:42 +00:00
perf3ct
59e77407e2
get rid of timeouts that aren't needed anymore 2025-03-28 21:14:57 +00:00
perf3ct
005ddc4a59
create more interfaces to decrease use of "any" 2025-03-28 21:04:12 +00:00
perf3ct
44cd2ebda6
fix requeue errors 2025-03-28 20:37:09 +00:00
perf3ct
d201104662
Move additional chat buttons to another spot 2025-03-28 20:34:20 +00:00
perf3ct
921a243b0d
"Chat with Notes" launcher works 2025-03-28 20:16:16 +00:00
perf3ct
a05013c8f4
fix AiChatButton 2025-03-28 20:06:11 +00:00
perf3ct
aaa3ee2697
Well the AI chat note type "kinda" works... 2025-03-28 20:01:39 +00:00
perf3ct
5456ac32ef
set up embedding similarity constants and similarity system 2025-03-26 23:12:45 +00:00
perf3ct
a7cafceac9
more heavily weigh notes with title matches when giving context to LLM 2025-03-26 23:05:16 +00:00
Elian Doran
35fbc731a7
Merge branch 'develop' into ai-llm-integration 2025-03-26 22:46:36 +02:00
perf3ct
baef5f9ada
fix updateProvider parameter 2025-03-26 19:21:59 +00:00
perf3ct
15630fb432
add swaggerUI docstrings for LLM/AI API routes 2025-03-26 19:19:19 +00:00
perf3ct
7c519df9b5
fix prompt path import 2025-03-26 19:12:05 +00:00
perf3ct
713805394c
move providers.ts into providers folder 2025-03-26 19:10:16 +00:00
perf3ct
5869eaff9a
move more constants from files into centralized location 2025-03-26 18:08:30 +00:00
perf3ct
a50575c12c
move more prompts to the constants file 2025-03-26 18:01:20 +00:00
perf3ct
c49883fdfa
move constants to their own files and folder 2025-03-26 17:56:37 +00:00
Adorian Doran
cdcfab1011 style(next)/scrollbars: tweak size 2025-03-26 19:47:37 +02:00
Adorian Doran
733293c09a Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-03-26 19:33:13 +02:00
Adorian Doran
dcd64554eb style(next): fix Firefox scrollbar styles overriding WebKit scrollbar styles 2025-03-26 19:33:11 +02:00
Elian Doran
84d75c3ee8
Merge pull request #1487 from TriliumNext/tray
Fix tray exception when multiple windows
2025-03-26 19:32:22 +02:00
Adorian Doran
be9b19d81c style(next): improve CSS formatting 2025-03-26 19:15:29 +02:00
Adorian Doran
4b9ea651a1 style(next): restyle Firefox scrollbars 2025-03-26 19:06:22 +02:00
Adorian Doran
c2d917b926 style(next): restyle WebKit scrollbars 2025-03-26 18:53:17 +02:00
--global
0cedd697cc
fix(electron): not starting on an empty DB 2025-03-26 18:41:36 +02:00
perf3ct
44b6734034
anthropic works 2025-03-26 04:13:04 +00:00
Elian Doran
5148ce64ae
chore(i18n): translate missing Romanian messages 2025-03-25 21:51:40 +02:00
Elian Doran
03fd34eeb0
feat(settings/i18n): dedicated restart button 2025-03-25 21:48:02 +02:00
Elian Doran
e408cc5b10
feat(settings/i18n): hide formatting locale on non-electron 2025-03-25 21:40:35 +02:00
Elian Doran
f0b4acd15a
style(settings): present i18n settings in a different fahsion 2025-03-25 21:23:32 +02:00
Elian Doran
90794fed88
fix(electron): wrong value for --lang 2025-03-25 20:26:21 +02:00
Elian Doran
ab58671625
feat(options): restart when setting locale 2025-03-25 20:15:39 +02:00
Elian Doran
45208c8039
chore(i18n): define electron locales for all the supported languages 2025-03-25 19:59:05 +02:00
Elian Doran
b923a23d95
feat(settings): make the formatting locale value adjustable 2025-03-25 19:56:07 +02:00
Elian Doran
c4559749f1
feat(settings): display option to adjust formatting locale 2025-03-25 19:48:07 +02:00
Elian Doran
d0549ebdf9
Merge branch 'develop' into feature/windows_signing_v3 2025-03-25 10:40:48 +02:00
perf3ct
654ed4706e
fix embedding provider precedence settings issue 2025-03-24 22:29:26 +00:00
perf3ct
3534399cd9
yerp that was it 2025-03-24 22:28:20 +00:00
perf3ct
f1ecc15f45
might have to delete this later, fixing the right-pane-container 2025-03-24 21:18:37 +00:00
perf3ct
b00c20c357
Merge branch 'develop' into ai-llm-integration 2025-03-24 21:16:20 +00:00
perf3ct
9d29ff4a6c
don't spam the logs if a provider isn't enabled 2025-03-24 21:13:54 +00:00
perf3ct
567e9e8280
Remove the drag-and-drop for settings, kept breaking 2025-03-24 21:00:40 +00:00
Elian Doran
bb1143e582
feat(note_icon): disable in note source (closes #1377) 2025-03-24 22:57:56 +02:00
perf3ct
150b0f0977
remove isEnabled from embedding providers 2025-03-24 20:35:46 +00:00
Elian Doran
4ac57c6b46
fix(client): note icon not hiding after switching notes (closes #964) 2025-03-24 19:42:23 +02:00
Elian Doran
06e1b0f720
fix(client): tooltip overlapping with CKEditor pane (closes #844) 2025-03-24 19:36:42 +02:00
Elian Doran
9108ea9b8a
fix(electron): disable the creation of desktop icon at runtime (closes #1488) 2025-03-24 19:21:04 +02:00
Elian Doran
b0e584924b
fix(eslint): disable linting of TypeScript due to types (closes #1503) 2025-03-24 19:17:54 +02:00