Added CLI version to /status output (#3223)

This PR adds the CLI version to the `/status` output.

This addresses feature request #2767
This commit is contained in:
Eric Traut
2025-09-05 16:27:31 -07:00
committed by GitHub
parent 6cfc012e9d
commit 45c3b20041
4 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
/// The current Codex CLI version as embedded at compile time.
pub const CODEX_CLI_VERSION: &str = env!("CARGO_PKG_VERSION");