Commit Graph

273 Commits

Author SHA1 Message Date
200b87f47a
Refactored .NET server start
In the dev and production environment gets the .NET server started by Rust. Also, the secret IPC key gets set by using a local env variable.
2024-08-25 21:53:28 +02:00
2e6de53095
Update 2024-08-25 21:44:51 +02:00
667f7c603b
Removed Tauri warning 2024-08-25 21:44:40 +02:00
485836778a
Added rand dependency 2024-08-25 21:44:24 +02:00
42eb7b430e
Improved wording 2024-08-25 21:43:55 +02:00
05a2c0645b
Updated changelog 2024-08-25 11:29:43 +02:00
0c9df7d05c
Migrated the entire boot sequence to use the runtime API server 2024-08-25 11:23:41 +02:00
fc3ab64787
Updated Tokio features needed for Rocket 2024-08-25 10:36:35 +02:00
1a2ad4aa0f
Use minor version target 2024-08-25 10:36:07 +02:00
e346157740
Updated must Rust-related licenses: we chose MIT 2024-08-25 10:35:11 +02:00
28e734036c
Added Rocket dependency 2024-08-25 10:34:23 +02:00
Thorsten Sommer
47f5756e5a
Migrated to keyring v3.2.0 (#101) 2024-08-24 20:05:39 +02:00
Thorsten Sommer
e4ef4bc06e
Fixed an issue with the update file due to double quotes (#100) 2024-08-24 14:00:27 +02:00
Thorsten Sommer
ae17104886
Prepared release v0.8.12 (#98) 2024-08-24 10:34:52 +02:00
Thorsten Sommer
2d82fcc5e1
Fix #65: changelog variable assignment (#97) 2024-08-24 10:24:00 +02:00
Thorsten Sommer
69a6fcf094
Moved legal check assistant to release 0.8.12 due to #65 (#96) 2024-08-24 09:31:06 +02:00
Thorsten Sommer
4aaa2fcbea
Added a legal check assistant & the possibility to preselect some options (#94) 2024-08-23 21:47:07 +02:00
Thorsten Sommer
d855a33e6f
Fixed the changelog due to #65 (#95) 2024-08-23 21:43:42 +02:00
Thorsten Sommer
ca16a749fd
Prepare to release 0.8.12 (#93) 2024-08-23 18:18:56 +02:00
Thorsten Sommer
bcdbf7dcbd
Improved the rewrite assistant by letting you choose the voice for the sentence structure (#92) 2024-08-23 18:11:54 +02:00
Thorsten Sommer
537a608e7a
Improved assistant footer handling (#91) 2024-08-23 13:44:27 +02:00
Thorsten Sommer
a6c5b3de23
Improved the coding assistant by adding a button to delete a context (#90) 2024-08-23 11:23:36 +02:00
Thorsten Sommer
3fd0d4d5c1
Improved some default settings (#89) 2024-08-23 10:49:30 +02:00
Thorsten Sommer
5efb6b0158
Improved the chat options readability (#88) 2024-08-23 10:43:21 +02:00
Thorsten Sommer
1b3fff67ec
Improved chat page by scrolling to the bottom after loading (#87) 2024-08-23 10:32:27 +02:00
Thorsten Sommer
3409872090
All assistants now have a button to copy their respective result to the clipboard (#86) 2024-08-23 08:59:30 +02:00
Thorsten Sommer
18718a6c47
Refactored the "send to" implementation of assistants (#85) 2024-08-22 21:27:16 +02:00
Thorsten Sommer
34884859d7
Add mail assistant (#84) 2024-08-22 15:41:35 +02:00
Thorsten Sommer
50bf0baff7
Prepared release v0.8.11 (#83) 2024-08-21 09:10:16 +02:00
Thorsten Sommer
83fe126c9f
Fixed a bug where the reset function could lead to undesired behavior (#82) 2024-08-21 08:59:55 +02:00
Thorsten Sommer
37b38e6a40
Update readme (#81) 2024-08-21 08:45:29 +02:00
Thorsten Sommer
1d1af91f3e
Refactor components (#80) 2024-08-21 08:30:01 +02:00
Thorsten Sommer
a18cb22263
Fixed a bug where the chats in the workspace component were not sorted (#79) 2024-08-19 20:19:55 +02:00
Thorsten Sommer
f8e06faea5
Send to chat (#77) 2024-08-18 21:48:35 +02:00
Thorsten Sommer
8aeeda5dca
Prepared release v0.8.9 (#76) 2024-08-18 12:41:41 +02:00
Thorsten Sommer
909fbe89bb
Assistant send result (#75) 2024-08-18 12:32:18 +02:00
Thorsten Sommer
ea0ead58f8
Prepare release v0.8.8 (#74) 2024-08-14 08:39:32 +02:00
Thorsten Sommer
3e59f23193
Added a rewrite and text improvement assistant (#73) 2024-08-13 20:53:09 +02:00
Thorsten Sommer
05a7e44de4
Add a grammar and spell checker assistant (#72) 2024-08-13 08:57:58 +02:00
Thorsten Sommer
77e7e044e3
Upgraded MudBlazor to v7.6.0 (#71) 2024-08-11 20:59:05 +02:00
Thorsten Sommer
6b7800b615
Add agenda assistant (#69) 2024-08-05 21:12:52 +02:00
Thorsten Sommer
1ec86ec1a6
Restructuring of the assistant overview: the assistants are now displayed in different categories (#68) 2024-08-02 13:50:29 +02:00
Thorsten Sommer
e08687a5ca
Upgraded MudBlazor (#67) 2024-08-02 07:55:37 +02:00
Thorsten Sommer
ab0b855769
Removed code formatting due to #65 (#66) 2024-08-02 07:17:48 +02:00
Thorsten Sommer
4cb49d9f27
Allow reading web content into assistants (#63) 2024-08-01 21:53:28 +02:00
Thorsten Sommer
2cea53d2a9
Improved assistant overview (#61) 2024-07-29 09:15:23 +02:00
Thorsten Sommer
155c2d72f8
Added possibility to configure a default provider for chats (#60) 2024-07-29 09:06:01 +02:00
Thorsten Sommer
60febfec86
Improve settings.json, fixes #53 (#59) 2024-07-28 21:18:17 +02:00
Thorsten Sommer
76dd08ee11
Prepared the release 0.8.5 (#58) 2024-07-28 18:47:09 +02:00
Thorsten Sommer
c1b92a05fc
Fixed the bug where users were no longer able to move chats to workspaces, caused by the migration to MudBlazor 7.x.x (#57) 2024-07-28 18:38:03 +02:00