@@ -295,31 +219,34 @@ if (is_dir('/var/log/varaverk')) {
-
-
-
-
-
-
-
-
-
- Ask Varaverk about itself.
- Answers come only from this installation's own documentation, with sources.
+
+
+
+
+ Saved conversations
+ newest first · oldest drop off automatically
+
+
-
-
-
-
-
- Ctrl+Enter to send · 3-turn history · build =$_vv_ai_build?>
- · JS NOT RUNNING
-
-
-
+ 'varaverk',
+ 'empty' => "Ask Varaverk about itself. Answers come only from this installation's own "
+ . 'documentation, with sources.',
+ 'placeholder' => 'e.g. what stops rsync and the mover running at once?',
+ // The build stamp and the liveness marker stay on this tab. Unraid swaps tab content by
+ // AJAX without tearing down the previous page's JavaScript, so "is the browser running the
+ // code I just deployed" is not answerable from the server — the marker answers it from the
+ // browser, and it is where every deploy on this tab gets checked.
+ 'controls' => ''
+ . 'build ' . $_vv_ai_build
+ . ' · JS NOT RUNNING',
+]);
+?>