Persist Ollama chat history across navigation

This commit is contained in:
Hermes Agent
2026-08-18 18:25:33 +10:00
parent d8cf8dd80a
commit aaf4790591
4 changed files with 39 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ Native-like Hermes dashboard plugin for local Ollama model management and chat.
- View Ollama's loaded-model memory split: total, GPU VRAM, and normal RAM/offload
- View NVIDIA GPU telemetry when `nvidia-smi` is available
The chat UI polls runtime memory once per second and keeps a short in-browser history for the current page session.
The chat transcript and selected model are persisted in this browser, so navigating away from the plugin or reloading the dashboard does not clear the conversation. Use **Clear chat** to remove the saved transcript. Uploaded files remain temporary and are not stored in browser persistence.
## Security limits