Delay the startup composer until first-login onboarding - #38643
Merged
copyberry[bot] merged 1 commit intoAug 14, 2026
Merged
Conversation
## Why On a pristine default installation, the provisional composer can appear before first-login onboarding takes over the terminal. ## What changed - Detect pristine local installations conservatively, accounting for existing Codex state, custom homes, access tokens, system configuration, and managed configuration sources, including macOS managed preferences. - Keep the composer hidden and ignore draft input until onboarding completes, while still allowing startup cancellation with `Ctrl-C` or `Ctrl-D`. - Reveal the configured composer after onboarding for normal new-session launches; resume and fork pickers retain their existing startup flow. ## Testing - Cover pristine and existing home layouts, environment credentials, system and managed configuration, inaccessible state, onboarding input suppression, cancellation, and the transition to the composer. GitOrigin-RevId: c1a47ea3ba7c1ff1dd229895c0362b6dd9bfd713
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/c1a47ea3ba7c1ff1dd229895c0362b6dd9bfd713
branch
from
August 14, 2026 20:36
2ca2161 to
6d97d4c
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/c1a47ea3ba7c1ff1dd229895c0362b6dd9bfd713
branch
August 14, 2026 20:37
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Delay the startup composer until first-login onboarding
Why
On a pristine default installation, the provisional composer can appear before
first-login onboarding takes over the terminal.
What changed
Codex state, custom homes, access tokens, system configuration, and managed
configuration sources, including macOS managed preferences.
while still allowing startup cancellation with
Ctrl-CorCtrl-D.launches; resume and fork pickers retain their existing startup flow.
Testing
managed configuration, inaccessible state, onboarding input suppression,
cancellation, and the transition to the composer.