mitai-jinkendo/frontend
Lars 680269e971
All checks were successful
Deploy Development / deploy (push) Successful in 49s
Build Test / pytest-backend (push) Successful in 4s
Build Test / lint-backend (push) Successful in 1s
Build Test / build-frontend (push) Successful in 16s
fix: Show debug_prompt and debug_raw_response in WorkflowResultViewer
RICHTIGE ANALYSE:
- Problem: WorkflowResultViewer zeigte nur output/error/metadata
- Backend liefert bereits debug_prompt/debug_raw_response (wenn debug=true)
- Lösung: Display für alle Debug-Felder hinzufügen

Änderungen:
- Zeige debug_prompt (vollständiger Prompt an KI)
- Zeige debug_raw_response (rohe KI-Antwort)
- Zeige analysis_core (geparste Ergebnisse)
- Zeige normalized_signals (Signale mit Status)
- Failed Nodes: Rote Border + roter Background
- Node-Namen: debug_prompt_slug statt node_id
- Bessere Struktur: Error zuerst, dann Debug-Info, dann Ergebnisse

Fixes: User request 'pro Node deutliche Informationen zu Debug, Prompt und Ergebnis'
2026-04-13 15:14:59 +02:00
..
public feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
src fix: Show debug_prompt and debug_raw_response in WorkflowResultViewer 2026-04-13 15:14:59 +02:00
Dockerfile feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
index.html feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
nginx.conf feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
package-lock.json feat: Phase 5 - Visual Workflow Editor (Option B) 2026-04-04 17:56:00 +02:00
package.json feat: Phase 5 - Visual Workflow Editor (Option B) 2026-04-04 17:56:00 +02:00
vite.config.js feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00