diff --git a/diagnostic/index.html b/diagnostic/index.html index 76f6bbc..a99d605 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -120,6 +120,16 @@ /* Settings */ .settings-section { margin-bottom:20px; } .settings-section h2 { margin-bottom:12px; } + /* Info-Button: kleines (i) neben Ueberschriften */ + .info-btn { background:transparent; border:1px solid #0096FF; color:#0096FF; width:20px; height:20px; + border-radius:50%; padding:0; font-size:11px; font-weight:bold; cursor:pointer; margin-left:6px; + line-height:18px; text-align:center; vertical-align:middle; font-family:serif; } + .info-btn:hover { background:#0096FF; color:#fff; } + .info-btn-small { background:transparent; border:1px solid #0096FF44; color:#0096FF; width:14px; height:14px; + border-radius:50%; padding:0; font-size:9px; font-weight:bold; cursor:pointer; margin-left:4px; + line-height:11px; text-align:center; vertical-align:middle; font-family:serif; } + .info-btn-small:hover { background:#0096FF; color:#fff; } + .toggle { position:relative; width:40px; height:22px; flex-shrink:0; margin-left:8px; } .toggle input { opacity:0; width:0; height:0; } .toggle .slider { position:absolute; cursor:pointer; top:0; left:0; right:0; bottom:0; @@ -689,24 +699,22 @@
-

Gehirn — Status

+

Gehirn — Status

(Lade...)
-
+
+ +
-
- Konversation zurücksetzen: leert ARIAs Rolling-Window (Brain "vergisst" die letzten Turns) - UND die Chat-Anzeige hier (chat_backup.jsonl). Destillierte Facts + restliche Memories bleiben. -
-

Bootstrap & Migration

+

Bootstrap & Migration

Drei Wege ARIA mit "Grundregeln" zu füttern — von leichtgewichtig bis Voll-Wiederherstellung. @@ -758,7 +766,7 @@

-

Memories

+

Memories

@@ -849,6 +857,17 @@
+ + +