Show Codex sessions as Waiting when user action is required - #100
Merged
Conversation
calvintvu
marked this pull request as ready for review
August 18, 2026 18:23
calvintvu
force-pushed
the
cvu/codex-wait
branch
from
August 18, 2026 21:06
000c817 to
66e88ef
Compare
milanshen
reviewed
Aug 18, 2026
milanshen
left a comment
Contributor
There was a problem hiding this comment.
Three status-correctness findings.
calvintvu
force-pushed
the
cvu/codex-wait
branch
5 times, most recently
from
August 18, 2026 23:32
b6af5c4 to
a01bc24
Compare
milanshen
approved these changes
Aug 18, 2026
calvintvu
force-pushed
the
cvu/codex-wait
branch
2 times, most recently
from
August 19, 2026 01:20
a348e01 to
7557e12
Compare
milanshen
force-pushed
the
cvu/codex-wait
branch
from
August 21, 2026 17:16
7557e12 to
5d6d2e9
Compare
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.
Context
Codex sessions can remain Active while they wait for a user response or command approval. This change marks those sessions as Waiting until the user responds or the approval completes.
Changes
request_user_inputcall.Test
go test parse.go source.go fork.go types.go metadata.go discovery.go waiting_test.go— passedgo build ./...— passedgit diff --check origin/main...HEAD— passedrequest_user_inputprompt showed Waiting.Screenshots