RepoRadar hands-on verification log run_id: cohort-20260712-codex-installed-help entity_id: commercial:openai-codex mode: installed_cli started_at: 2026-07-13T03:19:54.809478Z completed_at: 2026-07-13T03:19:54.905224Z duration_seconds: 0.096 installation_minutes_whole_elapsed: 0 command: \AppData\Roaming\npm\codex.CMD --help credential_policy: child environment allowlisted; credential-like variables excluded; known token patterns redacted from retained output timeout_seconds: 180 timed_out: false exit_code: 0 expected_marker: none expected_marker_observed: true result: partial cleanup: Per-check temporary home and work directory removed. ===== STDOUT ===== Codex CLI If no subcommand is specified, options will be forwarded to the interactive CLI. Usage: codex [OPTIONS] [PROMPT] codex [OPTIONS] [ARGS] Commands: exec Run Codex non-interactively [aliases: e] review Run a code review non-interactively login Manage login logout Remove stored authentication credentials mcp Manage external MCP servers for Codex plugin Manage Codex plugins mcp-server Start Codex as an MCP server (stdio) app-server [experimental] Run the app server or related tooling remote-control [experimental] Manage the app-server daemon with remote control enabled app Launch the Codex desktop app (opens the app installer if missing) completion Generate shell completion scripts update Update Codex to the latest version doctor Diagnose local Codex installation, config, auth, and runtime health sandbox Run commands within a Codex-provided sandbox debug Debugging tools apply Apply the latest diff produced by Codex agent as a `git apply` to your local working tree [aliases: a] resume Resume a previous interactive session (picker by default; use --last to continue the most recent) archive Archive a saved session by id or session name delete Permanently delete a saved session by id or session name unarchive Unarchive a saved session by id or session name fork Fork a previous interactive session (picker by default; use --last to fork the most recent) cloud [EXPERIMENTAL] Browse tasks from Codex Cloud and apply changes locally exec-server [EXPERIMENTAL] Run the standalone exec-server service features Inspect feature flags help Print this message or the help of the given subcommand(s) Arguments: [PROMPT] Optional user prompt to start the session Options: -c, --config Override a configuration value that would otherwise be loaded from `~/.codex/config.toml`. Use a dotted path (`foo.bar.baz`) to override nested values. The `value` portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal. Examples: - `-c model="o3"` - `-c 'sandbox_permissions=["disk-full-read-access"]'` - `-c shell_environment_policy.inherit=all` --enable Enable a feature (repeatable). Equivalent to `-c features.=true` --disable Disable a feature (repeatable). Equivalent to `-c features.=false` --remote Connect the TUI to a remote app server endpoint. Accepted forms: `ws://host:port`, `wss://host:port`, `unix://`, or `unix://PATH`. --remote-auth-token-env Name of the environment variable containing the bearer token to send to a remote app server websocket --strict-config Error out when config.toml contains fields that are not recognized by this version of Codex -i, --image ... Optional image(s) to attach to the initial prompt -m, --model Model the agent should use --oss Use open-source provider --local-provider Specify which local provider to use (lmstudio or ollama). If not specified with --oss, will use config default or show selection -p, --profile Layer $CODEX_HOME/.config.toml on top of the base user config -s, --sandbox Select the sandbox policy to use when executing model-generated shell commands [possible values: read-only, workspace-write, danger-full-access] --dangerously-bypass-approvals-and-sandbox Skip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed --dangerously-bypass-hook-trust Run enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources -C, --cd Tell the agent to use the specified directory as its working root --add-dir Additional directories that should be writable alongside the primary workspace -a, --ask-for-approval Configure when the model requires human approval before executing a command Possible values: - untrusted: Only run "trusted" commands (e.g. ls, cat, sed) without asking for user approval. Will escalate to the user if the model proposes a command that is not in the "trusted" set - on-request: The model decides when to ask the user for approval - never: Never ask for user approval Execution failures are immediately returned to the model --search Enable live web search. When enabled, the native Responses `web_search` tool is available to the model (no per‑call approval) --no-alt-screen Disable alternate screen mode Runs the TUI in inline mode, preserving terminal scrollback history. -h, --help Print help (see a summary with '-h') -V, --version Print version ===== STDERR ===== cohort_cache_cleanup: Shared cohort package cache removed. bounded_workflow_intended: false bounded_workflow_completed: false