[eric] docs: context drawer tip matches the new auto-compact-and-send behavior instead of the stale 90pct trim copy

This commit is contained in:
eric
2026-05-31 23:20:19 -07:00
parent 661e6f80e2
commit 2177bee587
@@ -82,7 +82,7 @@ export default function ContextDrawer() {
: 'Original history intact (no compaction yet).'}
</Typography>
<Typography variant="caption" sx={{ display: 'block', mt: 0.5, color: c.text.tertiary }}>
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.
</Typography>
</Section>