feat: "ARIA hart neu starten"-Button (docker restart aria-core)

Zweiter Eskalations-Button neben dem Reparieren-Button — fuer Faelle
wo doctor --fix nicht reicht (Run alive aber haengt im Tool-Call).
Mit Confirmation-Dialog damit's nicht versehentlich gedrueckt wird.

Wege:
- App-Settings: Reparatur-Sektion, zwei Buttons (Reparieren + Hart neu)
- App-Thinking-Bubble: 🔧 + 🚨 + Abbrechen
- Diagnostic-Thinking-Indicator: 🔧 + 🚨 + Abbrechen
- Diagnostic-Server: POST /api/aria-restart → child_process exec
  `docker restart aria-core`
- Bridge: rvs aria_restart → HTTP zu Diagnostic

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 01:58:44 +02:00
parent 7f862ce1f4
commit 2dd4d38dce
6 changed files with 104 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ const ALLOWED_TYPES = new Set([
"audio_pcm",
"file_from_aria",
"doctor_fix",
"aria_restart",
"xtts_delete_voice",
"voice_preload", "voice_ready",
"stt_request", "stt_response",