|
ce8f50ee66
|
Implemented move feature inside the workspace component
|
2024-07-12 16:05:07 +02:00 |
|
|
bf83c1830b
|
Allow customization of confirmation button color
|
2024-07-12 16:04:47 +02:00 |
|
|
10367c86fe
|
Implemented move to workspace feature
|
2024-07-12 15:28:40 +02:00 |
|
|
718beb85ac
|
Fixed background update service
|
2024-07-12 13:08:57 +02:00 |
|
|
7b5d2df873
|
Implemented rename and delete operations for workspaces
|
2024-07-12 12:44:41 +02:00 |
|
|
50da92ee29
|
Added option to create a workspace
|
2024-07-11 21:33:12 +02:00 |
|
|
72fa028d47
|
Implemented renaming of chats
|
2024-07-11 13:03:07 +02:00 |
|
Thorsten Sommer
|
7afc017c63
|
Refactoring
|
2024-07-11 09:44:26 +02:00 |
|
Thorsten Sommer
|
2adfdb1014
|
Added option to start new chat
|
2024-07-11 09:27:22 +02:00 |
|
Thorsten Sommer
|
73b7d81903
|
Implemented delete chat operation
|
2024-07-11 08:54:46 +02:00 |
|
Thorsten Sommer
|
32af4211db
|
Refactored tree data structure
|
2024-07-11 08:54:03 +02:00 |
|
Thorsten Sommer
|
9f954274ff
|
Refactored tree data loading to avoid the MudBlazor server-based approach
|
2024-07-11 08:27:06 +02:00 |
|
Thorsten Sommer
|
3582dc7d97
|
Removed debug button
|
2024-07-11 08:25:25 +02:00 |
|
|
c76a5e4dbf
|
Implemented basic store and load operation for chats
|
2024-07-10 19:27:49 +02:00 |
|
|
d0858a1707
|
Fixed type design for JSON serialization & deserialization
|
2024-07-10 19:26:59 +02:00 |
|
|
bc56b2d9b0
|
Disable workspaces when desired
|
2024-07-10 13:20:45 +02:00 |
|
|
d311cd9783
|
Moved chat buttons into a toolbar
|
2024-07-10 13:20:15 +02:00 |
|
|
6986a21809
|
Added configuration settings concerning workspaces
|
2024-07-10 12:59:22 +02:00 |
|
|
12fdcc9d8f
|
Basic implementation of the workspace component
|
2024-07-09 20:25:48 +02:00 |
|
|
b57d7d56ea
|
Change data directory
|
2024-07-09 20:21:06 +02:00 |
|
|
1b9530bc1f
|
Spelling
|
2024-07-09 20:19:17 +02:00 |
|
Thorsten Sommer
|
839c398209
|
Added draft for workspaces
|
2024-07-04 11:00:13 +02:00 |
|
Thorsten Sommer
|
aa1beb4340
|
Spelling
|
2024-07-04 10:59:30 +02:00 |
|
Thorsten Sommer
|
29263660fc
|
Implement support for self-hosted and local LLMs (#20)
|
2024-07-03 20:31:04 +02:00 |
|
Thorsten Sommer
|
6cc1d37db8
|
Implemented Mistral provider (#19)
|
2024-07-01 20:11:19 +02:00 |
|
Thorsten Sommer
|
b29e181ecd
|
Prepared release v0.6.1 (#18)
|
2024-06-30 21:06:04 +02:00 |
|
Thorsten Sommer
|
9b1649b48a
|
Implemented the Anthropic provider (#17)
|
2024-06-30 20:56:08 +02:00 |
|
Thorsten Sommer
|
15e8fbc6ca
|
Provide user feedback when no update was found (#16)
|
2024-06-30 19:11:34 +02:00 |
|
Thorsten Sommer
|
d6e80a4563
|
Added update system to the app (#13)
|
2024-06-30 15:26:28 +02:00 |
|
Thorsten Sommer
|
50a03e6c9d
|
Fixed URL encoding accordingly to GitHub (#11)
|
2024-06-26 09:13:36 +02:00 |
|
Thorsten Sommer
|
6170e0ce9a
|
Fixed home page layout for 1080p screens (#10)
|
2024-06-25 20:46:09 +02:00 |
|
Thorsten Sommer
|
2818aa9341
|
Fixed links to GitHub sponsors (#9)
|
2024-06-25 17:46:37 +02:00 |
|
Thorsten Sommer
|
1d68344065
|
Added funding buttons (#8)
|
2024-06-25 17:15:50 +02:00 |
|
Thorsten Sommer
|
796d81ffd0
|
Updated supporter-related content (#7)
|
2024-06-25 17:13:29 +02:00 |
|
Thorsten Sommer
|
70bca99408
|
Fixed release asset names (#6)
|
2024-06-24 17:25:40 +02:00 |
|
Thorsten Sommer
|
5065a7c203
|
Add write access to create content (#5)
|
2024-06-24 13:04:15 +02:00 |
|
Thorsten Sommer
|
329467123b
|
Add CI/CD pipeline for releases (#3)
|
2024-06-23 19:33:21 +02:00 |
|
Thorsten Sommer
|
6d0002ac3b
|
Correct links to Sponsors.md
|
2024-06-04 19:49:08 +02:00 |
|
|
41da409224
|
Merge branch '61-add-markdown-file-as-placeholder-for-github-sponsors' into 'main'
Resolve "Add Markdown file as placeholder for Github sponsors"
Closes #61
See merge request products/mindwork-ai-studio!17
|
2024-06-04 16:47:01 +00:00 |
|
|
de541e2be1
|
Fixes #61 until GitHub approved our account
|
2024-06-04 18:45:57 +02:00 |
|
|
2de2017092
|
Merge branch '63-bug-cannot-read-secret-for-new-provider' into 'main'
Resolve "Bug: Cannot read secret for new provider"
Closes #63
See merge request products/mindwork-ai-studio!16
|
2024-06-03 17:45:53 +00:00 |
|
|
97f0974cf7
|
Fixed #63
|
2024-06-03 19:43:13 +02:00 |
|
|
9d70103b72
|
Allow using a provisional API key
|
2024-06-03 19:42:53 +02:00 |
|
|
84e1f35f72
|
Merge branch '44-add-changelog' into 'main'
Resolve "Add changelog"
Closes #44
See merge request products/mindwork-ai-studio!15
|
2024-06-02 19:09:03 +00:00 |
|
|
ff39a82209
|
Update
|
2024-06-02 21:07:46 +02:00 |
|
|
0c1e2a28ab
|
Update
|
2024-06-02 21:04:53 +02:00 |
|
|
86102e383f
|
Fixed regex to allow ? chars
|
2024-06-02 21:04:44 +02:00 |
|
|
40a6e6c284
|
Added changelog to the about and start pages
|
2024-06-02 20:54:02 +02:00 |
|
|
b9f08578a0
|
Extended build script to update changelogs inside the C# code base
|
2024-06-02 20:53:11 +02:00 |
|
|
df8f207e7f
|
Added changelog component
|
2024-06-02 20:52:30 +02:00 |
|