Commit Graph

1032 Commits (206905b2786e966d3201225281fe181a551f7f06)

Author SHA1 Message Date
Adorian Doran 206905b278 style(next)/ribbon: improve the appearance of the Edited Notes list 2025-06-01 16:36:00 +07:00
Adorian Doran e3d1eccfd6 Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-06-01 16:15:03 +07:00
Adorian Doran 8b2c978413 style(next)/floating buttons container: fix an alignment issue 2025-06-01 16:15:00 +07:00
Elian Doran 68d094d119
docs(guide): mention geo map updates 2025-06-01 15:52:03 +07:00
Elian Doran 41b0f27420
fix(geo_map): icons for GPX waypoints 2025-06-01 15:46:33 +07:00
Elian Doran 4509ef62b5
refactor(client): fix types 2025-06-01 15:23:35 +07:00
Elian Doran 1ee10ca209
fix(geomap): missing start/end icons + add customization 2025-06-01 15:18:15 +07:00
Elian Doran 365fd37be5
refactor(geomap): avoid parsing XML twice 2025-06-01 14:18:27 +07:00
Elian Doran c5d64c182b
fix(geomap): not rendering on desktop (closes #2085) 2025-06-01 14:11:14 +07:00
perf3ct 596f99ed0c
feat(llm): do a better job with the "thinking" colors 2025-06-01 03:23:04 +07:00
perf3ct d948ef5ed2
feat(llm): show "thinking" area in the UI 2025-06-01 03:21:48 +07:00
perf3ct 2c48a70bfb
feat(llm): use ckeditor for text input area for mention support instead of textinput 2025-06-01 03:03:26 +07:00
perf3ct 3fae664877
feat(llm): add utils for excluding notes from LLM 2025-06-01 02:51:36 +07:00
perf3ct ba98bd9097
Merge branch 'develop' into feat/llm-integration-part2 2025-05-31 10:48:00 +07:00
Elian Doran 1a2bb1e407
fix(electron): crash on some Linux distributions 2025-05-31 16:57:06 +07:00
Elian Doran 6c35778f3d
chore(dump-db): remove shebang 2025-05-31 13:52:43 +07:00
Elian Doran 5ae9f8588e
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-31 13:36:32 +07:00
Elian Doran 1b5e51b285
fix(server): entrypoint for standalone server 2025-05-31 13:36:28 +07:00
renovate[bot] d7cb09c71c
chore(deps): update dependency openai to v4.104.0 2025-05-31 09:17:24 +07:00
Elian Doran 2021df6ec6
Merge pull request #2066 from TriliumNext/renovate/ollama-0.x
chore(deps): update dependency ollama to v0.5.16
2025-05-31 12:15:12 +07:00
renovate[bot] 60526c21fb
chore(deps): update dependency ollama to v0.5.16 2025-05-31 02:58:06 +07:00
SiriusXT 419a29372d translate(cn): Fix some Chinese translations 2025-05-31 10:55:28 +07:00
SiriusXT b01258a8ce translate(cn): Fix some Chinese translations 2025-05-31 10:43:49 +07:00
Elian Doran 5af4d65d1f
chore(server): bump node version 2025-05-31 01:32:52 +07:00
Elian Doran bc58ef605f
fix(llm): LLM note type should not be selectable (closes #1848) 2025-05-31 00:57:14 +07:00
Elian Doran 5d2a779817
chore(server): remove now redundant shebang 2025-05-31 00:19:06 +07:00
Elian Doran 7542038756
fix(style): context menu appearing while page is loading 2025-05-30 22:01:12 +07:00
Elian Doran 77eceabf6e
Revert "style(next): fix dropdown container while app is loading"
This reverts commit 939469ba54.
2025-05-30 21:58:46 +07:00
Elian Doran 355d1cfb5e
chore(docs): sync 2025-05-30 21:45:45 +07:00
Elian Doran adc9172681
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-30 21:33:28 +07:00
Elian Doran 8994f537dc
fix(migration): use bundleable migrations
This fixes TypeScript migrations, which were not being run correctly
even in previous versions.

On the ESBuild version, neither SQL migrations worked due to the fact
that they were not being bundled.
2025-05-30 21:32:35 +07:00
Elian Doran 939469ba54
style(next): fix dropdown container while app is loading 2025-05-30 19:22:51 +07:00
Elian Doran b93e44a38f
fix(llm): button shown even if disabled 2025-05-30 17:39:38 +07:00
Elian Doran e4af99bfd4
Merge pull request #2059 from TriliumNext/tab-row
feat(tab-row): Added smooth decay logic
2025-05-30 17:31:48 +07:00
SiriusXT 7010472bea feat(tab): enable Shift + Wheel to switch tabs 2025-05-30 20:40:33 +07:00
SiriusXT dd4cb7de7d feat(tab-row): Added smooth decay logic to ensure responsive and fluid animation 2025-05-30 20:28:17 +07:00
Elian Doran 74a11b5e66
Merge pull request #2055 from TriliumNext/mind-map-find
feat(mindMap): support find
2025-05-30 09:17:48 +07:00
SiriusXT e59c972780 fix(e2e): Search works when dismissing a tab 2025-05-30 09:59:29 +07:00
perf3ct a7906d6b99
refactor(llm): improve search tools error handling and parameter validation with clearer guidance 2025-05-30 00:23:18 +07:00
perf3ct 910c5039f4
feat(llm): add LLM guidance system for failed tool executions and validations 2025-05-30 00:15:40 +07:00
perf3ct f04e56137b
refactor(llm): improve type safety in tool calling stage and simplify tool call handling 2025-05-29 22:05:38 +07:00
perf3ct 7c63652105
feat(llm): improve type safety and error handling in tool call transformations 2025-05-29 22:03:23 +07:00
perf3ct 2f303b1ae9
feat(llm): also update OpenAI tool usage prompts 2025-05-29 21:58:03 +07:00
perf3ct 8f8b9d9e3b
feat(llm): really try to coax ollama to run tools 2025-05-29 21:24:04 +07:00
perf3ct 87859aec1c
fix(llm): reduce the use of "any" in the tool_calling_stage and update prompt for tool calling 2025-05-29 21:15:05 +07:00
perf3ct ba59d6b3c1
feat(llm): reduce the use of "any" in the tool calling stage 2025-05-29 21:07:12 +07:00
perf3ct 511d2c5e96
feat(llm): add empty result handling and parameter adjustment suggestions for tool execution 2025-05-29 21:04:06 +07:00
perf3ct 6169efe96b
fix(llm): make sure the default option for ollama in settings matches what the client shows 2025-05-29 20:47:25 +07:00
perf3ct f6329aab73
fix(llm): fix provider error checking 2025-05-29 20:45:27 +07:00
Elian Doran 7ef05780a6
fix(client): selecting note after split pane opens in wrong pane 2025-05-29 21:02:35 +07:00