AI-Studio/app/MindWork AI Studio/Pages
j-erler a8e8edc028 Added data backup and restore for chats
The settings gain a data backup panel. It writes the chats of the chosen
workspaces, and optionally the temporary chats, into a single archive file
with the extension .aistudio-chats, and it imports such archives again.
The archive mirrors the chat storage, so restoring needs no conversion.

Documents the user attached are never copied into the archive. The chats
keep the absolute path of each document, which keeps them usable wherever
the documents live and avoids a second copy. Files AI Studio created itself,
such as transcripts, exist nowhere else; when the selection holds any, the
user decides whether they travel with the archive.

On import, chats which already exist, in any workspace, are either kept or
imported as additional chats with a new ID. Workspaces are merged by their
identity. An imported chat gets its own copy of every transcript the archive
did not carry, as a copied chat does, so deleting it never removes the
transcripts of the chat it came from.

An existing archive is only replaced once the new one is complete. Chats
which could not be read are reported instead of missing silently. Both
directions can be stopped at any time and report what was written.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-26 16:25:39 +02:00
..
_Imports.razor Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
Assistants.razor Added direct-chat launchers for assistant plugins and a dialog to reconfigure them (#935) 2026-08-27 16:19:35 +02:00
Assistants.razor.cs Added direct-chat launchers for assistant plugins and a dialog to reconfigure them (#935) 2026-08-27 16:19:35 +02:00
Chat.razor Made dragging the splitter in the chat smooth (#978) 2026-09-16 17:08:37 +02:00
Chat.razor.cs Made dragging the splitter in the chat smooth (#978) 2026-09-16 17:08:37 +02:00
Embeddings.razor Upgrade Qdrant Edge to 0.8.0 and make unreadable vector stores repairable (#982) 2026-09-18 14:48:02 +02:00
Embeddings.razor.cs Upgrade Qdrant Edge to 0.8.0 and make unreadable vector stores repairable (#982) 2026-09-18 14:48:02 +02:00
Home.razor Added enterprise settings to hide the Vision and Last Changelog panels on the home page (#860) 2026-07-15 13:27:34 +02:00
Home.razor.cs Added LiteLLM as a new LLM provider (#909) 2026-08-30 12:55:18 +02:00
Information.razor Added a confluence data center wiki tool (#996) 2026-09-23 17:17:37 +02:00
Information.razor.cs Show the details of both RAG databases on the information page (#980) 2026-09-17 19:51:14 +02:00
Plugins.razor Rebuilt how AI Studio knows what a model can do (#960) 2026-09-13 14:17:25 +02:00
Plugins.razor.cs Deliver each drop to the zone under the cursor (#953) 2026-09-10 15:28:08 +02:00
Settings.razor Added data backup and restore for chats 2026-09-26 16:25:39 +02:00
Settings.razor.cs Added transcription providers (#619) 2026-01-09 12:45:21 +01:00
Supporters.razor Improved German translations and localization code (#458) 2025-05-12 20:57:03 +02:00
Supporters.razor.cs Added I18N assistant for localization of AI Studio content (#422) 2025-04-26 18:55:23 +02:00
Writer.razor Fixed the component set for the chat and writer page (#648) 2026-02-01 19:30:41 +01:00
Writer.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00