mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
This PR adds the CLI version to the `/status` output. This addresses feature request #2767
3 lines
126 B
Rust
3 lines
126 B
Rust
/// The current Codex CLI version as embedded at compile time.
|
|
pub const CODEX_CLI_VERSION: &str = env!("CARGO_PKG_VERSION");
|