You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: BrandLogo component, insight cards on home screen, theme token overrides
BrandLogo: new component that renders whitelabel logo (as img) or falls
back to the Goose SVG. Replaces hardcoded <Goose /> in SessionsInsights,
BaseChat watermark, ProviderGuard welcome, LocalModelSetup, and
TelemetryOptOutModal. ProviderGuard now shows 'Welcome to {appName}'.
InsightCards: new shared component for rich starter prompt cards inspired
by the Pulse dashboard mockups. Cards show label, description, icon, and
action link. Used on home screen (SessionsInsights) and in-chat
(PopularChatTopics). Triggered when starterPrompts have descriptions.
Home screen sections: new homeScreen config (showStats, showRecentChats,
showInsightCards) controls which sections appear. Defaults preserve
current behavior. Managerbot config hides stats, shows insight cards.
Theme overrides: applyThemeTokens() now applies whitelabel theme
overrides (light/dark/base) on top of base tokens. Enables custom
colors and fonts without modifying theme-tokens.ts.
Types: added WhiteLabelHomeScreen, WhiteLabelTheme, extended
WhiteLabelStarterPrompt with description and action fields.
0 commit comments