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
TUI input history pollution: Auto-injected bracket-prefixed messages no longer appear in input history navigation (up/down arrows). Uses a generic [...] bracket pattern filter instead of a hardcoded detector name list.
Complexity gate false positives: read_file no longer recorded in FilesEdited, preventing false complexity warnings on read-only turns.
Expired-read & fulfillment gate false positives: Added per-turn reset for expired-read tracker; fulfillment gate now skips read-only tasks.