mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
db89b73a9c
This PR replicates the `tui` code directory and creates a temporary parallel `tui_app_server` directory. It also implements a new feature flag `tui_app_server` to select between the two tui implementations. Once the new app-server-based TUI is stabilized, we'll delete the old `tui` directory and feature flag.
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");
|