Elian Doran
|
60a2621928
|
chore(ocr): remove last extraction date
Wasn't useful because blobs are hash-identified
|
2026-04-02 12:04:27 +03:00 |
|
Elian Doran
|
49fc7e48d4
|
feat(ocr): integrate with content language
|
2026-04-02 09:52:28 +03:00 |
|
Elian Doran
|
9cfad0fe6a
|
refactor(ocr): move TextRepresentationResponse into server_api
|
2026-04-01 21:45:28 +03:00 |
|
Elian Doran
|
5846df7d02
|
refactor(ocr): rename ocr_text to textRepresentation
|
2026-04-01 16:14:08 +03:00 |
|
Elian Doran
|
9462d6109c
|
Merge remote-tracking branch 'origin/main' into feat/add-ocr-capabilities
|
2026-04-01 15:59:05 +03:00 |
|
Elian Doran
|
8b5b32fecb
|
chore(deps): update dependency typescript to v6 (#9162)
|
2026-03-31 23:01:09 +03:00 |
|
copilot-swe-agent[bot]
|
819c9a7506
|
fix: resolve TypeScript 6 typecheck issues
- Remove deprecated `downlevelIteration` from tsconfig.base.json (not needed for ES2022+ target)
- Add `noUncheckedSideEffectImports: false` to tsconfig.base.json and ckeditor5 package tsconfigs to allow CSS/plugin side-effect imports
- Remove deprecated `baseUrl: "."` from 6 package tsconfig.lib.json files (unused without `paths`)
- Replace `NodeJS.Timeout` with `ReturnType<typeof setTimeout>` in debounce.ts
Agent-Logs-Url: https://github.com/TriliumNext/Trilium/sessions/8e861e56-2be6-4c61-9558-a666abbe3ff0
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
|
2026-03-31 19:22:16 +00:00 |
|
Elian Doran
|
4b3ef50d4b
|
Feature/llm tools (#9241)
|
2026-03-31 22:10:16 +03:00 |
|
Elian Doran
|
adb9532d1b
|
chore(deps): update dependency @smithy/middleware-retry to v4.4.45 (#9234)
|
2026-03-31 21:06:22 +03:00 |
|
Elian Doran
|
f04f47d17a
|
fix(llm): not returning full list of models
|
2026-03-31 18:59:02 +03:00 |
|
renovate[bot]
|
acfc3f617e
|
chore(deps): update dependency typescript to v6
|
2026-03-31 11:14:01 +00:00 |
|
Elian Doran
|
ed2d72c008
|
AI reintegration test (#9225)
|
2026-03-31 14:11:02 +03:00 |
|
renovate[bot]
|
f10e55ad71
|
chore(deps): update dependency @smithy/middleware-retry to v4.4.45
|
2026-03-31 01:47:36 +00:00 |
|
Elian Doran
|
841c58ca8c
|
chore: fix type errors
|
2026-03-30 20:23:00 +03:00 |
|
Elian Doran
|
b4fcf41420
|
feat(llm): basic auto-title
|
2026-03-30 18:52:22 +03:00 |
|
Elian Doran
|
8a8143167f
|
feat(llm): report tool call errors
|
2026-03-30 17:45:58 +03:00 |
|
Elian Doran
|
efbe7e0a21
|
feat(llm): add provider config in options
|
2026-03-29 22:42:05 +03:00 |
|
Elian Doran
|
41a122f722
|
feat(llm): allow the sidebar chat access to the note content
|
2026-03-29 22:09:29 +03:00 |
|
Elian Doran
|
e4c4873aa7
|
feat(llm): group legacy models into submenu
|
2026-03-29 21:35:33 +03:00 |
|
Elian Doran
|
59c007e801
|
feat(llm): API to create LLM notes similar to search
|
2026-03-29 18:55:43 +03:00 |
|
Elian Doran
|
16806275e0
|
feat(llm): basic context window progress bar
|
2026-03-29 15:10:49 +03:00 |
|
Elian Doran
|
5fcea86b94
|
feat(llm): basic cost multiplier
|
2026-03-29 14:44:40 +03:00 |
|
Elian Doran
|
863e68ec88
|
feat(llm): add model switcher
|
2026-03-29 14:34:31 +03:00 |
|
Elian Doran
|
046ee343dc
|
feat(llm): display the model that was used
|
2026-03-29 14:06:23 +03:00 |
|
Elian Doran
|
9458128ad6
|
feat(llm): display estimated cost
|
2026-03-29 13:57:25 +03:00 |
|
Elian Doran
|
89638e3f56
|
feat(llm): display usage info (prompt + completion)
|
2026-03-29 13:53:13 +03:00 |
|
Elian Doran
|
246c561b64
|
feat(llm): basic tool use
|
2026-03-29 13:30:04 +03:00 |
|
Elian Doran
|
261e5b59e0
|
refactor(llm): use shared types in commons
|
2026-03-29 12:44:53 +03:00 |
|
Elian Doran
|
276a802ab2
|
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v55.3.0 (#9209)
|
2026-03-28 23:28:14 +02:00 |
|
Elian Doran
|
fb7fc4bf0c
|
feat(llm): basic chat interface
|
2026-03-28 20:39:09 +02:00 |
|
renovate[bot]
|
22e2e2339e
|
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v55.3.0
|
2026-03-28 01:13:17 +00:00 |
|
renovate[bot]
|
b6435bbfc9
|
fix(deps): update dependency katex to v0.16.44
|
2026-03-28 01:12:21 +00:00 |
|
Elian Doran
|
82b8601e0b
|
chore(deps): update vitest monorepo to v4.1.2 (#9195)
|
2026-03-27 08:49:02 +02:00 |
|
Elian Doran
|
4eaa3d7ac1
|
chore(deps): update dependency stylelint to v17.6.0 (#9200)
|
2026-03-27 08:42:15 +02:00 |
|
renovate[bot]
|
5467d7719d
|
chore(deps): update dependency stylelint to v17.6.0
|
2026-03-27 01:56:44 +00:00 |
|
renovate[bot]
|
53e157567d
|
fix(deps): update dependency katex to v0.16.43
|
2026-03-27 01:54:38 +00:00 |
|
renovate[bot]
|
07fe884fd8
|
chore(deps): update vitest monorepo to v4.1.2
|
2026-03-27 01:53:12 +00:00 |
|
renovate[bot]
|
e248d93e29
|
fix(deps): update dependency katex to v0.16.42
|
2026-03-25 01:34:41 +00:00 |
|
renovate[bot]
|
0c5efc3dcb
|
chore(deps): update dependency webdriverio to v9.27.0
|
2026-03-24 16:25:45 +00:00 |
|
renovate[bot]
|
d1f60840a2
|
chore(deps): update typescript-eslint monorepo to v8.57.2
|
2026-03-24 12:04:49 +00:00 |
|
renovate[bot]
|
3fb4ab1a31
|
chore(deps): update vitest monorepo to v4.1.1
|
2026-03-24 00:42:19 +00:00 |
|
Elian Doran
|
532e001ef0
|
chore(deps): update dependency stylelint to v17.5.0 (#9115)
|
2026-03-21 19:29:30 +02:00 |
|
Elian Doran
|
c539c21ced
|
chore(deps): update dependency eslint to v10.1.0 (#9130)
|
2026-03-21 19:24:44 +02:00 |
|
Elian Doran
|
271d87ae33
|
fix(deps): update dependency katex to v0.16.40 (#9127)
|
2026-03-21 19:22:03 +02:00 |
|
renovate[bot]
|
d1aebb7bb0
|
fix(deps): update dependency eslint-linter-browserify to v10.1.0
|
2026-03-21 02:04:29 +00:00 |
|
renovate[bot]
|
6cbb595ae8
|
chore(deps): update dependency eslint to v10.1.0
|
2026-03-21 02:03:50 +00:00 |
|
renovate[bot]
|
965905ce00
|
fix(deps): update dependency katex to v0.16.40
|
2026-03-21 02:01:52 +00:00 |
|
Elian Doran
|
8834899012
|
fix(math): limit size of popup and add back overflow (closes #9117)
|
2026-03-20 20:57:07 +02:00 |
|
Elian Doran
|
55dea474e9
|
chore(deps): update dependency @ckeditor/ckeditor5-dev-build-tools to v55.2.0 (#9099)
|
2026-03-20 13:45:51 +02:00 |
|
Elian Doran
|
bc74455a64
|
chore(deps): update dependency @smithy/middleware-retry to v4.4.44 (#9111)
|
2026-03-20 13:45:21 +02:00 |
|