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
Fixed 80% auto-compaction not triggering for large message additions (e.g., pasting changelogs, reading large files). Bug introduced in March when optimization started using stale token counts from previous API call instead of estimating current messages. Reverted needs_compaction() to always estimate current messages while keeping actual tokens for /status display. (#80)