Skip inactive TUI threads without pending user interaction - #35525
Merged
copyberry[bot] merged 1 commit intoJul 26, 2026
Conversation
## What changed Only collect buffered requests from inactive threads whose event store reports pending user input or approval. This keeps unrelated requests from being considered when pending interactions are surfaced after leaving a side conversation. ## Testing Extend the side-conversation routing test with an unrelated dynamic tool request and verify that only the pending subagent approval is selected. GitOrigin-RevId: 388968277bde34bedc43187c1d1746d76166131e
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/388968277bde34bedc43187c1d1746d76166131e
branch
from
July 26, 2026 22:20
b1642fa to
0896bf6
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/388968277bde34bedc43187c1d1746d76166131e
branch
July 26, 2026 22:22
tylorsaling-source
temporarily deployed
to
issue-triage
July 26, 2026 22:53 — with
GitHub Actions
Inactive
tylorsaling-source
temporarily deployed
to
issue-triage
July 26, 2026 22:53 — with
GitHub Actions
Inactive
tylorsaling-source
temporarily deployed
to
issue-triage
July 26, 2026 22:53 — with
GitHub Actions
Inactive
tylorsaling-source
temporarily deployed
to
issue-triage
July 26, 2026 22:54 — with
GitHub Actions
Inactive
rodneywells01
temporarily deployed
to
issue-triage
July 26, 2026 23:33 — with
GitHub Actions
Inactive
rodneywells01
temporarily deployed
to
issue-triage
July 26, 2026 23:33 — with
GitHub Actions
Inactive
rodneywells01
temporarily deployed
to
issue-triage
July 26, 2026 23:33 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Skip inactive TUI threads without pending user interaction
What changed
Only collect buffered requests from inactive threads whose event store reports
pending user input or approval. This keeps unrelated requests from being
considered when pending interactions are surfaced after leaving a side
conversation.
Testing
Extend the side-conversation routing test with an unrelated dynamic tool request
and verify that only the pending subagent approval is selected.