From b0e8969abacd3102a5085be004bf68561653fe69 Mon Sep 17 00:00:00 2001 From: kimi Date: Wed, 18 Mar 2026 16:54:45 -0400 Subject: [PATCH] fix: add real-time data disclaimer to welcome message Fixes #303 --- src/dashboard/templates/partials/history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/templates/partials/history.html b/src/dashboard/templates/partials/history.html index 5698a78d..b076d5b0 100644 --- a/src/dashboard/templates/partials/history.html +++ b/src/dashboard/templates/partials/history.html @@ -20,7 +20,7 @@ {% else %}
TIMMY // SYSTEM
-
Mission Control initialized. Timmy ready — awaiting input.
+
Mission Control initialized. Timmy ready — awaiting input. Note: responses are generated by a local LLM and may not reflect real-time data.
{% endif %}