From 2afeee29ee7dd1a09a57fb9eec7f57c2cfa9c8e6 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 10 May 2026 18:27:17 +0200 Subject: [PATCH] feat(diagnostic): ARIA-Datei-Pfad als kleiner Debug-Footer in der Bubble Co-Authored-By: Claude Opus 4.7 (1M context) --- diagnostic/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/diagnostic/index.html b/diagnostic/index.html index e331c91..98cea7e 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -1508,6 +1508,7 @@ `${escapeHtml(name)}` + ` (${escapeHtml(mimeType)}, ${sizeStr})` + preview + + `
${escapeHtml(serverPath)}
` + `
ARIA-Datei — ${new Date().toLocaleTimeString('de-DE')}
`; for (const box of [chatBox, document.getElementById('chat-box-fs')]) { if (!box) continue;