Skip to content

Comments

fix: show indicator on user input request#411

Merged
Dimillian merged 3 commits intomainfrom
codex/github-mention-status-wont-change-when-waiting-for-user-inp-av2jz1
Feb 11, 2026
Merged

fix: show indicator on user input request#411
Dimillian merged 3 commits intomainfrom
codex/github-mention-status-wont-change-when-waiting-for-user-inp-av2jz1

Conversation

@Dimillian
Copy link
Owner

Codex generated this pull request, but encountered an unexpected error after generation. This is a placeholder PR message.


Codex Task

@Dimillian Dimillian changed the title Codex-generated pull request fix: windows git spamming Feb 11, 2026
@Dimillian Dimillian changed the title fix: windows git spamming fix: show indicator on user input request Feb 11, 2026
@Dimillian
Copy link
Owner Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4cd65a7676

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

if (threadId) {
markProcessing(threadId, false);
markReviewing(threadId, false);
setActiveTurnId(threadId, null);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve active turn id when queuing user input requests

Do not clear activeTurnId when item/tool/requestUserInput arrives, because the turn is still in progress and only paused for user response. Clearing it here causes later controls to lose the real turn id: interruptTurn falls back to "pending" when activeTurnIdByThread is null (useThreadMessaging.ts), and the real-id retry path only runs on a future onTurnStarted (useThreadTurnEvents.ts), which usually does not fire again for the same paused turn. In practice, after submitting user input, the resumed turn can no longer be reliably interrupted/steered.

Useful? React with 👍 / 👎.

@Dimillian Dimillian merged commit 1a593ff into main Feb 11, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant