-
Notifications
You must be signed in to change notification settings - Fork 5.6k
remove experimental prefix #4907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
codex-rs/cli/src/main.rs
Outdated
)] | ||
api_key: Option<String>, | ||
|
||
/// EXPERIMENTAL: Use device code flow (not yet supported) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove experimental
83f7fe8
to
27e03b1
Compare
codex-rs/cli/src/main.rs
Outdated
api_key: Option<String>, | ||
|
||
/// EXPERIMENTAL: Use device code flow (not yet supported) | ||
/// This feature is experimental and may changed in future releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And fix the doc.
codex-rs/cli/src/main.rs
Outdated
/// EXPERIMENTAL: Use device code flow (not yet supported) | ||
/// This feature is experimental and may changed in future releases. | ||
#[arg(long = "experimental_use-device-code", hide = true)] | ||
#[arg(long = "use-device-code", hide = true)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unhide
External (non-OpenAI) Pull Request Requirements
Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed:
https://github.com/openai/codex/blob/main/docs/contributing.md
If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes.