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.