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");
|