feat(briefing): render WeatherCard and RSS reaction buttons from message metadata

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 10:45:16 -04:00
parent a691fc043d
commit 06cb7cc86d
2 changed files with 119 additions and 6 deletions
+1
View File
@@ -353,6 +353,7 @@ export interface BriefingMessage {
role: 'user' | 'assistant' | 'system';
content: string;
created_at: string;
metadata?: Record<string, unknown> | null;
}
const DEFAULT_BRIEFING_CONFIG: BriefingConfig = {