Normalize local thread IDs during agent activation - #9
Open
danielcompton wants to merge 1 commit into
Open
Conversation
danielcompton
marked this pull request as ready for review
August 3, 2026 01:09
|
Confirmed that a build containing this commit also fixes the activation failure on Windows Codex Before applying it, physical agent-key presses on a Stream Deck XL repeatedly logged: After cherry-picking Validation on Windows:
Thanks @danielcompton for the focused fix. |
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.
What changed
local:-prefixed forms as equivalent when verifying agent-key navigation.Why
Codex for macOS
26.727.51351reports the active composer conversation as a bare UUID while sidebar task elements and Codex Micro slots still uselocal:<uuid>. Codex Deck successfully changes tasks, but its literal post-navigation comparison times out and callsshowAlert(), producing a yellow warning triangle on the Stream Deck.This keeps exact matching scoped to the optional
local:prefix and avoids changing cross-host routing identities.Validation
npm run checknpm test— 134 passed, 1 expected Windows-only skipnpm run validate26.727.51351and Stream Deck7.4.2.22730; the equivalent comparison removes the false activation failure.