From 2177bee587317a95cddfbed5ac148a37887f419d Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 31 May 2026 23:20:19 -0700 Subject: [PATCH] [eric] docs: context drawer tip matches the new auto-compact-and-send behavior instead of the stale 90pct trim copy --- frontend/src/app/pages/AgentChat/shell/ContextDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/pages/AgentChat/shell/ContextDrawer.tsx b/frontend/src/app/pages/AgentChat/shell/ContextDrawer.tsx index 1b49d684..953fbef3 100644 --- a/frontend/src/app/pages/AgentChat/shell/ContextDrawer.tsx +++ b/frontend/src/app/pages/AgentChat/shell/ContextDrawer.tsx @@ -82,7 +82,7 @@ export default function ContextDrawer() { : 'Original history intact (no compaction yet).'} - Auto-compact triggers at 65% ctx; pre-send guard trims at 90%. + Auto-compacts at 65% mid-turn; if a send would overflow, history is compacted automatically and the message sent. Big files auto-shrink to fit.