[eric] browser: subtle Remembered/Learned chip on the agent card so memory feels earned, zero clicks

This commit is contained in:
ciregenz
2026-06-03 00:01:20 -07:00
parent 3a601ba3ad
commit 4c0749d0db
4 changed files with 40 additions and 0 deletions
+3
View File
@@ -82,6 +82,9 @@ export interface AgentSession {
dashboard_id?: string;
browser_id?: string | null;
parent_session_id?: string | null;
/** Browser memory signals that drive the subtle "Remembered"/"Learned" card chip. */
memory_recalled?: boolean;
memory_learned?: boolean;
thinking_level?: 'off' | 'low' | 'medium' | 'high' | 'auto';
active_mcps?: string[];
ctx_used_pct?: number;