Commit Graph

  • 4f836e2dfb
    encapsulated render logic into a function to be able to call it recursively krut_ni 2026-03-10 16:45:01 +0100
  • dbdcdef83c
    Adding a ButtonGroup component to group button children together krut_ni 2026-03-10 16:12:00 +0100
  • 2ccb72c77d
    buttons now support lua functions as actions, allowing plugin devs to exectute them on their own krut_ni 2026-03-10 15:43:40 +0100
  • ef4a215328 made resources search in tauri more stable PaulKoudelka 2026-03-10 15:00:36 +0100
  • 32cca4f4d5 Merge branch 'main' into qdrant_config PaulKoudelka 2026-03-10 13:55:21 +0100
  • b1bcf70235 qdrant config fix PaulKoudelka 2026-03-10 13:50:11 +0100
  • 099f9232d0 fixed logger selectFile PaulKoudelka 2026-03-10 13:49:02 +0100
  • a32a5354e9
    added class and style attrs to switch krut_ni 2026-03-10 13:12:46 +0100
  • ec357d7c4f
    improved doc for switch krut_ni 2026-03-10 11:55:19 +0100
  • 25eb0cfbe2
    overhauled switch component krut_ni 2026-03-10 11:45:15 +0100
  • b221d083d2
    added a source generator that maps MudIcons to their svg strings. krut_ni 2026-03-10 00:04:22 +0100
  • 9dba7f415e
    overhauled the textarea component to be as feature complete as possible krut_ni 2026-03-09 18:56:38 +0100
  • 867890a46f
    generalized getters and setters for ints and bools krut_ni 2026-03-09 18:25:30 +0100
  • 96d0b9e959
    make component dictionaries readonly krut_ni 2026-03-09 16:59:33 +0100
  • a5149e460f
    added a new color picker component to the lua parsing krut_ni 2026-03-09 13:23:35 +0100
  • 29e651721e
    Improved global shortcut reliability Thorsten Sommer 2026-03-07 13:59:19 +0100
  • 12ecd7d2fc
    Improved settings loading Thorsten Sommer 2026-03-07 13:55:52 +0100
  • 7e5e078cdb
    Upgraded to Rust v1.94.0 (#682) Thorsten Sommer 2026-03-06 19:45:46 +0100
  • dcf31600ef
    Upgraded to Rust v1.94.0 Thorsten Sommer 2026-03-06 19:45:13 +0100
  • 1f5fcb2816
    Merge branch 'main' into PowerPoint Thorsten Sommer 2026-03-05 18:40:20 +0100
  • 906d9ba058
    Improved workspace performance (#680) Thorsten Sommer 2026-03-05 18:37:18 +0100
  • 1e6f661cd8
    Refactor chat update logic to prevent redundant state changes Thorsten Sommer 2026-03-05 18:28:23 +0100
  • 89f6a34bc7
    Refactored workspace name loading logic Thorsten Sommer 2026-03-05 17:28:28 +0100
  • 0007b80a3a Refactoring of file drop PaulKoudelka 2026-03-04 18:14:06 +0100
  • fc3b46a2d8
    documented included lua libs krut_ni 2026-03-03 20:54:36 +0100
  • 127b518ca1
    merge main into 29-add-an-assistant-builder krut_ni 2026-03-03 20:43:14 +0100
  • ee94d8559d
    fixed inheritance flaws krut_ni 2026-03-03 15:44:31 +0100
  • 379940caf8
    minor improvements (removed unused using directives; make private setters) krut_ni 2026-03-03 15:11:03 +0100
  • 4c92fe8d2c
    changed settings dialog to point to the empty dynamic settings dialog krut_ni 2026-03-03 14:41:34 +0100
  • 40dc6fde99 Merge branch 'main' into Token PaulKoudelka 2026-03-03 14:08:33 +0100
  • 8c1ba3a36b
    added helper functions like simple structured logging and date time utilities krut_ni 2026-03-02 23:29:02 +0100
  • cbd74f4f6f
    translated new texts krut_ni 2026-03-02 15:24:45 +0100
  • 4eb0cc67c3
    added advanced prompt building option by creating a new lua function ASSISTANT.BuildPrompt that users can override krut_ni 2026-03-02 15:24:18 +0100
  • b3b0fbe588 Improve context handling in SlideAssistant hart_s3 2026-02-27 14:46:45 +0100
  • 48da1b1563 Clean up of the code PaulKoudelka 2026-02-27 10:40:18 +0100
  • 347600d970 Finished display of token estimation (with debouncing) PaulKoudelka 2026-02-26 17:24:25 +0100
  • 544d339699
    Sync chat thread and workspace state in UI Thorsten Sommer 2026-02-26 11:04:10 +0100
  • bf329afc9f
    Updated I18N Thorsten Sommer 2026-02-26 11:02:32 +0100
  • d9a0ceae04
    Refactoring Thorsten Sommer 2026-02-26 10:54:52 +0100
  • e255f66211
    Enhance workspace loading performance and UI responsiveness Thorsten Sommer 2026-02-26 10:49:50 +0100
  • 721d5c9070
    Fixed chat issue with HTML code (#679) Thorsten Sommer 2026-02-26 08:51:22 +0100
  • a69a874642
    Updated changelog Thorsten Sommer 2026-02-25 21:37:02 +0100
  • ed417a15b5
    Updated changelog Thorsten Sommer 2026-02-25 21:31:41 +0100
  • 1353345311
    Switched to SAFE_MARKDOWN_PIPELINE Thorsten Sommer 2026-02-25 21:27:48 +0100
  • 0fdaf19168
    Added manual integration tests Thorsten Sommer 2026-02-25 21:14:39 +0100
  • 57f0f39f4d
    Enhanced Markdown security by using SecurePipeline Thorsten Sommer 2026-02-25 21:14:21 +0100
  • 685f95245b
    Improved logging (#678) Thorsten Sommer 2026-02-25 19:30:46 +0100
  • 5d5db01ccd
    Updated changelog Thorsten Sommer 2026-02-25 19:29:53 +0100
  • 1197ca63ef
    Cache user lang determination Thorsten Sommer 2026-02-25 19:29:46 +0100
  • f0de897fa9
    Formatting Thorsten Sommer 2026-02-25 17:40:13 +0100
  • 5cf1191e26
    Applied clippy Thorsten Sommer 2026-02-25 17:40:07 +0100
  • ee266fc60e added token amount to chat (in progress) PaulKoudelka 2026-02-25 17:00:37 +0100
  • ec23b0c342 Add AttachDocuments option in SlideAssistant hart_s3 2026-02-25 14:52:21 +0100
  • 7f5efc8044 Refine SystemPrompt hart_s3 2026-02-25 13:20:17 +0100
  • 4eea56677c
    Added meta data Thorsten Sommer 2026-02-25 07:49:38 +0100
  • 145b8be2a7
    Added conditional stdout logging for TerminalLogger Thorsten Sommer 2026-02-25 07:48:00 +0100
  • f79816232a
    Sanitized .NET server stdout to remove ANSI escape sequences Thorsten Sommer 2026-02-25 07:47:44 +0100
  • 9ae3fcaed9
    wrapped used internal components without Class and Style properties with divs to apply classes and style krut_ni 2026-02-24 17:44:04 +0100
  • 6ad7aba58e
    added class and style properties to every component krut_ni 2026-02-24 17:21:50 +0100
  • 024fb5821c
    translated again because of updated keys krut_ni 2026-02-24 15:05:31 +0100
  • a5cbe87805
    Applied a filter to remove deactivated plugins from rendering krut_ni 2026-02-24 15:00:43 +0100
  • c541d26825
    translation krut_ni 2026-02-24 14:56:30 +0100
  • a58922d579
    improved and adapted the fallback krut_ni 2026-02-24 14:42:57 +0100
  • 9c075841b0
    translation krut_ni 2026-02-24 14:42:23 +0100
  • 003c97f3ad
    moved installed assistants into own section on assistant overview page krut_ni 2026-02-24 13:52:13 +0100
  • fea0c63d43 Add option "Preselect important aspects" hart_s3 2026-02-24 13:43:14 +0100
  • 12881e33b0
    respect dynamic assistant plugins instead of hardcoding GUID krut_ni 2026-02-24 13:20:46 +0100
  • b4702b17d4
    renamed AssistantComponentType.cs because of a typo Nils Kruthoff 2026-02-24 11:39:17 +0100
  • 49746a2c07
    added images as a descriptive component for the assistant builder Nils Kruthoff 2026-02-24 11:31:16 +0100
  • 93e0fb4842
    set up handling of asset files from the plugin directory Nils Kruthoff 2026-02-24 11:28:42 +0100
  • 4819b933e8
    included a README to document the assistant builder to plugin authors krut_ni 2026-02-23 17:18:14 +0100
  • 4f6bdec82b
    added a file content reader as a component for the assistant builder krut_ni 2026-02-23 16:33:24 +0100
  • 6841a357cc
    added a web content reader as a component for the assistant builder krut_ni 2026-02-23 16:13:28 +0100
  • 58c034843b
    added profile selection as a component for the assistant builder; minor warning fixes krut_ni 2026-02-23 15:01:00 +0100
  • 6d00f176fd Add optional "Important Aspects" field to Slide Assistant hart_s3 2026-02-23 14:09:53 +0100
  • 09df19e6f5
    Prepared release v26.2.2 (#676) v26.2.2 Thorsten Sommer 2026-02-22 15:20:05 +0100
  • 4f913d3c45
    Prepared release v26.2.2 Thorsten Sommer 2026-02-22 15:19:17 +0100
  • 3eb367d4c9
    Updated changelog Thorsten Sommer 2026-02-22 15:13:34 +0100
  • 6c4507ef82
    Improved API key retrieval for local embedding (#675) Thorsten Sommer 2026-02-22 15:09:51 +0100
  • 6a2973b245
    Improved API key retrieval for local embedding Thorsten Sommer 2026-02-22 15:08:46 +0100
  • e7707ba482
    Upgraded to Qdrant v1.17.0 (#673) Thorsten Sommer 2026-02-20 15:46:05 +0100
  • cad15266a6
    Upgraded Qdrant client library Thorsten Sommer 2026-02-20 15:43:55 +0100
  • 9900a8d051
    Merge branch 'main' into upgrade-qdrant Thorsten Sommer 2026-02-20 15:39:53 +0100
  • a8951fe58a
    Added embedding API (#654) Paul Koudelka 2026-02-20 15:32:54 +0100
  • 1ced5a3566
    Updated changelog Thorsten Sommer 2026-02-20 15:31:57 +0100
  • f4eb78159c
    Using modern C# Thorsten Sommer 2026-02-20 15:20:47 +0100
  • c490e0c668
    Make properties immutable Thorsten Sommer 2026-02-20 15:18:48 +0100
  • 57054edb33
    Separated inner classes Thorsten Sommer 2026-02-20 15:18:35 +0100
  • f70079356d
    Formatting Thorsten Sommer 2026-02-20 15:17:02 +0100
  • 32aa08e0c9
    Updated I18N Thorsten Sommer 2026-02-20 15:08:00 +0100
  • 6c87022e45
    Update Thorsten Sommer 2026-02-20 14:44:08 +0100
  • b0a3bbd594
    Merge branch 'main' into pr/654 Thorsten Sommer 2026-02-20 14:42:16 +0100
  • af72a45035
    Fixed handling of paths in Pandoc exports (#674) Thorsten Sommer 2026-02-20 14:13:10 +0100
  • 47543e7c92
    Fixed handling of paths with spaces in Pandoc exports Thorsten Sommer 2026-02-20 14:11:52 +0100
  • 6381f236ea Merge branch 'main' into Embedding_API PaulKoudelka 2026-02-20 14:02:06 +0100
  • 321e24cfce Fixed handling of Google embedding response PaulKoudelka 2026-02-20 14:00:13 +0100
  • 46f39aee39
    Upgraded to Qdrant v1.17.0 Thorsten Sommer 2026-02-20 12:49:54 +0100
  • 6f76c845f1
    Introduced additive configuration handling for managed preview features (#667) Peer Schütt 2026-02-20 12:40:38 +0100
  • 914e911546
    Fixed tooltip Thorsten Sommer 2026-02-20 12:31:11 +0100
  • 479139a5b3
    Lock individual items for better UX Thorsten Sommer 2026-02-20 12:18:56 +0100