feat(app): Prompt tab shows both query and response in brief format

The Prompt tab now renders the full AI response using magazine extraction
(extractMagazineSections) to create nicely formatted tiles. The user's
query appears as the hero headline, and the response is broken into
styled sections — same as the Brief tab but always available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-04 18:13:37 +00:00
co-authored by Claude Opus 4.6
parent 2963bca7fe
commit f0d4ae5acc
3 changed files with 20 additions and 2 deletions
+2
View File
@@ -70,6 +70,7 @@
:panel-magazine-hero-image="panelMagazineHeroImage"
:panel-title="panelTitle"
:panel-query="panelQuery"
:panel-response-text="panelResponseText"
@close="closePanel"
/>
</ErrorBoundary>
@@ -401,6 +402,7 @@ const {
panelMagazineHeroImage,
panelTitle,
panelQuery,
panelResponseText,
contentType,
activeTab,
availableTabs,