Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
wudd15
force-pushed
the
codex/v3-0.1.30
branch
from
September 12, 2026 10:59
669fcb4 to
0401177
Compare
Collaborator
Author
|
I have read the CLA Document and I hereby sign the CLA |
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.
Enable Codex sessions to use configured remote rooms and bump the v3 preview from 0.1.24 to 0.1.30. Previously,
abg joinsaved the directory mapping but Codex had no room tools, and a daemon started before joining kept its inactive room configuration.Add member lookup, explicit private/broadcast messaging, and a bounded incoming-room inbox. Refresh the mapping before each TUI initialization and keep Codex temporary helper threads from replacing the active user thread. Preserve room tool registration across daemon restarts, validate recipients and originating sessions, and prevent automatic room reply loops.
Resolve native codex.exe on Windows, hide background app-server windows, and fix Windows build path and executable-bit checks. Include usage documentation, regression tests, an opt-in live Codex smoke test, and synchronized plugin bundles. The version update covers package.json and both plugin manifests.
Validation: TypeScript checking, targeted room/Windows launcher tests, bundle synchronization and version checks, local global installation, and a live isolated-broker Codex test covering late join, member lookup, directed sending, incoming notices, and no automatic reply. An actual Codex TUI successfully queried the remote tas room after the fixes. The broader adapter tests have three Windows-specific failures also reproduced on the unchanged baseline; the full repository suite was not run.
Existing threads created without room tools require --new once after upgrading. Room membership does not imply online presence, and message submission is not a delivery receipt.