[codex] steer busy text by default - #839
Open
juanfradb wants to merge 1 commit into
Open
Conversation
chenhg5
approved these changes
May 12, 2026
chenhg5
left a comment
Owner
There was a problem hiding this comment.
LGTM. Codex steer busy text by default,CI pass,测试覆盖。
juanfradb
force-pushed
the
codex/default-busy-turn-steer
branch
from
May 12, 2026 14:07
1d65bd1 to
c6c8ad5
Compare
juanfradb
force-pushed
the
codex/default-busy-turn-steer
branch
from
May 12, 2026 14:17
c6c8ad5 to
04f6d49
Compare
juanfradb
marked this pull request as ready for review
May 12, 2026 14:18
24 tasks
|
Thanks for the earlier work here. I opened #1652 as a Draft based on the current The draft keeps This clearly overlaps #839. I am not treating #1652 as an automatic replacement — happy to align, split, or close it if the author or maintainers prefer reviving this PR. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
display.busy_input_mode = "queue"as an opt-out for the previous queue behaviorturn/steerwith the activeexpectedTurnIdBehavior
Plain text sent while a session is busy now uses the active turn when steering is available. Empty messages, media/file messages, unavailable sessions, failed steering, and explicit
busy_input_mode = "queue"continue to use the existing busy queue fallback.Related but not duplicate: #523 adds an opt-in busy action mode, #669 adds an explicit
/steercommand, and #707 handles pre-execution message collection while leaving in-flight continuation unchanged.Validation
go test ./config ./core ./agent/codex ./cmd/cc-connect