fix(tui): ignore terminal status responses as input - #2445
fix(tui): ignore terminal status responses as input#2445ousamabenyounes wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: 3275941 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c5726a329c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
c5726a3 to
3275941
Compare
|
The private |
Related Issue
Resolve #2181
Problem
Terminal query replies such as cell-size, device-attribute, DCS, APC, and OSC reports were routed as keyboard input. During an active turn, those control responses could be interpreted as user activity and interrupt the turn.
What changed
Test verification (RED → GREEN)
ESC[6;18;8t), OSC, and device-attribute (ESC[?1;2;4c) responses reached application/focused input handlers.Checklist
gen-changesetsskill, or this PR needs no changeset.gen-docsskill, or this PR needs no doc update.