Skip to content

fix(server): strip replayable terminal queries from history - #5319

Merged
juliusmarminge merged 1 commit into
pingdotgg:mainfrom
StiensWout:t3code/sanitize-terminal-history
Aug 4, 2026
Merged

fix(server): strip replayable terminal queries from history#5319
juliusmarminge merged 1 commit into
pingdotgg:mainfrom
StiensWout:t3code/sanitize-terminal-history

fix(server): strip replayable terminal queries from history

bdb85ee
Select commit
Loading
Failed to load commit list.
MacroscopeApp / Macroscope - Approvability Check succeeded Aug 4, 2026 in 4m 16s

Approved (click on check for details)

  • Eligibility
  • Correctness

Note

More information about how approvability works can be found in our Help Center.

Details

Eligibility
This is a straightforward bug fix that extends existing terminal history sanitization to strip additional query/reply escape sequences (DECRQM, XTVERSION, Kitty keyboard, DCS) that cause junk output when replayed. The changes follow established patterns, are well-documented, and include comprehensive tests.

Notes:
No code owners found in target merge base a261a64