Commit Graph

476 Commits

Author SHA1 Message Date
Peer Schütt
baf8cdc9d4 Providers are now shown in the dialog 2025-03-12 08:58:56 +01:00
Peer Schütt
490b276495 Removed the unnecessary SettingsPanels from the assistants and the enum 2025-03-11 16:15:46 +01:00
Peer Schütt
1568b56f70 Minor spelling mistakes 2025-03-11 16:15:07 +01:00
Peer Schütt
000c803473 Removed Dialogs for Agents and generell settings 2025-03-11 16:13:59 +01:00
Peer Schütt
5de1a59c88 Minor spelling mistakes 2025-03-11 16:12:59 +01:00
Peer Schütt
7cd3876eb1 Added the new dialog logic 2025-03-11 16:12:37 +01:00
Peer Schütt
111d2619f6 Dialogs work now. Now I need to do the cleanup of unused code 2025-03-11 15:27:27 +01:00
Peer Schütt
7cfe53b06f Monkey Work done. Created Dialog for every SettingsPanel. Now I need to remove the unnecessary SettingsPanels. 2025-03-11 12:46:21 +01:00
Peer Schütt
abb1e3f52d Merge 2025-03-10 13:32:02 +01:00
Peer Schütt
7137e58249 Switching to settings works now. Scrolling doesnt 2025-03-10 13:29:55 +01:00
Peer Schütt
5537c53d4f Added IsExtended to the ExpansionPanels. It still does not work. 2025-03-10 10:40:59 +01:00
Peer Schütt
c48ad262b1 Added new enum 2025-03-07 20:01:18 +01:00
Peer Schütt
bd4c9f7173 Added initial logic for jumping between assistant and settings. Currently, it only jumps to the settings page and nothing is expanded. 2025-03-07 19:18:23 +01:00
Peer Schütt
4c1e3afb71 Started adding settings button 2025-03-07 09:11:57 +01:00
Peer Schütt
6fdf48f443 Extended the changelog 2025-03-06 17:11:40 +01:00
Peer Schütt
ecf315d8a3 Extended the list to contain links to bug reporting and feature proposals. 2025-03-06 17:06:24 +01:00
Peer Schütt
b2e5d003a4 Undo ignore rule for lock file 2025-03-06 16:27:01 +01:00
Peer Schütt
5a2efd72e1 Forgot to add path 2025-03-06 14:04:54 +01:00
Peer Schütt
713db23104 Added packages.lock.json to the .gitignore, since it is a generated file. 2025-03-06 14:01:24 +01:00
Peer Schütt
c768672fbc The Panel now uses a list instead of individual texts. Furthermore, ERI and the project website are now linked as well 2025-03-06 13:58:04 +01:00
Peer Schütt
55cbff09aa New changelog 2025-03-06 13:57:12 +01:00
Peer Schütt
9f5f1c8a9d Added a link to the GitHub repo and the development roadmap, as proposed in https://github.com/MindWorkAI/Planning/issues/4 2025-03-06 11:20:27 +01:00
Thorsten Sommer
a66d88c989
Updated v0.9.31 metadata (#307) 2025-03-03 16:35:22 +01:00
Thorsten Sommer
2e84f10a97
Fixed the conversion of log paths (FileSpec) to String (#306) 2025-03-03 15:14:09 +01:00
Thorsten Sommer
dbc2b4f6bc
Prepared release v0.9.31 (#305) 2025-02-27 20:26:36 +01:00
Thorsten Sommer
9d2b63bbaa
Added paths to log files in the "About" dialog for easier support (#304) 2025-02-27 20:17:51 +01:00
Thorsten Sommer
277dc73468
Added DeepSeek as provider (#303) 2025-02-27 12:43:19 +01:00
Thorsten Sommer
ccac2b04ac
Resolved warnings regarding redundant switch arms (#302) 2025-02-27 08:42:51 +01:00
Thorsten Sommer
0c4b94c527
Fixed warnings when compiling for Windows (#300) 2025-02-27 08:30:18 +01:00
Thorsten Sommer
37a9046be4
Added GWDG provider (#301) 2025-02-26 15:34:50 +01:00
Thorsten Sommer
b984b4432e
Added Helmholtz (aka "Blablador") as provider (#299) 2025-02-26 13:22:01 +01:00
Thorsten Sommer
5e3b632eee
Extended code analyzers (#293) 2025-02-25 19:58:17 +01:00
Thorsten Sommer
99dac520cb
Prepared release v0.9.30 (#298) 2025-02-24 20:58:35 +01:00
Thorsten Sommer
e21e30ce8c
Implemented the new models API for the Anthropic provider (#297) 2025-02-24 20:52:32 +01:00
Thorsten Sommer
5a077e1bdb
Fixed the date of the release (#296) 2025-02-24 15:06:51 +01:00
Thorsten Sommer
8dd5b3bab8
Prepared release v0.9.29 (#295) 2025-02-24 15:02:24 +01:00
Thorsten Sommer
03431b85b4
Fixed a layout bug within the chat page (#294) 2025-02-24 12:48:41 +01:00
Thorsten Sommer
9699754ec7
Prepared release v0.9.29 (#292) 2025-02-23 16:20:02 +01:00
Thorsten Sommer
64656d3605
Improved the readability of descriptions inside the ERI server assistant (#291) 2025-02-23 15:21:06 +01:00
Thorsten Sommer
9bd79bd3a0
Improved data security by enforcing provider filtering (#290) 2025-02-23 15:05:29 +01:00
Thorsten Sommer
bfc9f2ea1d
Added a retrieval context validation agent (#289) 2025-02-22 20:51:06 +01:00
Thorsten Sommer
96e6372fcd
Added a common augmentation interface & default implementation (#288) 2025-02-18 11:24:43 +01:00
Thorsten Sommer
f01cf498e2
Refactored the RAG process (#287) 2025-02-17 16:51:26 +01:00
Thorsten Sommer
77d427610b
Execute retrieval processes (#286) 2025-02-17 14:12:46 +01:00
Thorsten Sommer
7c59aa11fe
Refactored DI usage for CreateFromProviderAsync (#285) 2025-02-17 12:41:27 +01:00
Thorsten Sommer
98810ce884
Added an agent to select the appropriate data sources for any prompt (#284) 2025-02-17 12:33:34 +01:00
Thorsten Sommer
657fda4961
Fixed a bug in which 'APP_SETTINGS' appeared in the "send to" menu (#283) 2025-02-15 15:53:58 +01:00
Thorsten Sommer
f4780939fc
Integrated data sources into any chat (#282) 2025-02-15 15:41:12 +01:00
Thorsten Sommer
954cf44939
Added retrieval integration, part I (#281) 2025-02-10 18:49:22 +01:00
Thorsten Sommer
e973b51f75
Fixed Tauri TLS build issue caused by OpenSSL dependency (#280) 2025-02-09 19:01:51 +01:00