Summary
Please add a user-configurable update channel for Codex CLI:
stable (default): check and install only stable releases
prerelease: allow prereleases (alpha/beta/rc) for both checking and installing
Why
Right now users who want early fixes/features need prerelease support, while others want stable-only behavior.
Expected behavior
- A config setting in
config.toml to choose channel.
- The channel affects both:
- version discovery / prompting (update checks)
- the actual install command when user selects update
- Default remains
stable.
Context
Separate from this PR (Windows updater command execution reliability):
Summary
Please add a user-configurable update channel for Codex CLI:
stable(default): check and install only stable releasesprerelease: allow prereleases (alpha/beta/rc) for both checking and installingWhy
Right now users who want early fixes/features need prerelease support, while others want stable-only behavior.
Expected behavior
config.tomlto choose channel.stable.Context
Separate from this PR (Windows updater command execution reliability):