11# NDDev Codex Setup Manager
22
33` nddev-codex-app ` is a dependency-free manager for a caller-selected Codex
4- home. Version ` 0.3.2 ` installs the exact tested official Codex CLI standalone
4+ home. Version ` 0.3.3 ` installs the exact tested official Codex CLI standalone
55release into that target and switches one of two complete NDDev configuration
66sets without deleting unrelated target state. The repository also publishes
77the independently installable ` nddev-builder ` Codex marketplace.
88
99The current OpenAI desktop product is the ChatGPT app for macOS and Windows. It
1010contains separate Chat plus selectable ChatGPT Work and Codex modes. Codex CLI
11- ` 0.144.3 ` still implements ` codex app ` through legacy ` Codex.app ` /` Codex.dmg `
11+ ` 0.144.4 ` still implements ` codex app ` through legacy ` Codex.app ` /` Codex.dmg `
1212packaging. This module does not manage either desktop bundle directly; on
1313macOS, ` desktop ` is only a narrow delegation to that upstream command.
1414
@@ -42,7 +42,7 @@ or defaults to `~/.codex`.
4242- Python directory-FD and no-follow filesystem operations for mutations
4343- an absolute target whose parent already exists
4444
45- This build installs and requires Codex CLI ` 0.144.3 ` . The configuration format
45+ This build installs and requires Codex CLI ` 0.144.4 ` . The configuration format
4646remains compatible with Codex CLI ` 0.138.0 ` or newer.
4747
4848## Install the official Codex CLI
@@ -56,7 +56,7 @@ python3 cli-tools/nddev_codex.py update-cli \
5656 --target /absolute/path/to/codex-home
5757```
5858
59- Install and update first download the pinned OpenAI ` rust-v0.144.3 `
59+ Install and update first download the pinned OpenAI ` rust-v0.144.4 `
6060` install.sh ` asset into a temporary directory, enforce its exact size and
6161SHA-256, and invoke it without a shell pipeline. That verified official
6262installer then downloads the pinned checksum manifest and host package and
@@ -72,7 +72,7 @@ symlinks, compatibility entrypoint, code-mode host, bundled ripgrep, Linux
7272sandbox helper, executable ownership/modes, bounded ` codex --version ` output,
7373the official temporary-directory PATH-alias diagnostic when present, and exact
7474canonical stdout version. ` install-cli ` and ` update-cli ` are idempotent when
75- ` 0.144.3 ` is already current. A different installed version must be advanced
75+ ` 0.144.4 ` is already current. A different installed version must be advanced
7676with ` update-cli ` .
7777
7878` software-status ` is non-mutating and reports ` installed ` , ` current ` , ` version ` ,
@@ -174,7 +174,7 @@ Both commands require the exact current target-owned CLI and never resolve
174174setup and forwards Codex arguments unchanged. ` desktop ` invokes exactly
175175` codex app ` with no argument, or with one validated absolute workspace;
176176arbitrary upstream installer/source flags are not exposed. It does not require
177- a managed setup because Codex CLI ` 0.144.3 ` passes only a workspace URL to the
177+ a managed setup because Codex CLI ` 0.144.4 ` passes only a workspace URL to the
178178GUI: setting ` CODEX_HOME ` for the bridge process is not a guarantee that the
179179desktop application will inherit the selected target configuration. Both keep
180180standard I/O attached and return the child exit code.
0 commit comments