<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added comprehensive support for managing Codex CLI (OpenAI's coding agent) on Windows systems, including automated installation, uninstallation, and verification that installed binaries match expected versions * Integrated Codex CLI icon component into the software interface for improved visual identification and enhanced user experience when managing this application <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/42397) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
608 B
JSON
14 lines
608 B
JSON
{
|
|
"name": "Codex CLI",
|
|
"slug": "codex-cli/windows",
|
|
"package_identifier": "OpenAI.Codex",
|
|
"unique_identifier": "Codex CLI",
|
|
"install_script_path": "ee/maintained-apps/inputs/winget/scripts/codex-cli_install.ps1",
|
|
"uninstall_script_path": "ee/maintained-apps/inputs/winget/scripts/codex-cli_uninstall.ps1",
|
|
"exists_query": "SELECT 1 FROM file WHERE path = 'C:\\Program Files\\Codex CLI\\codex.exe' OR path LIKE '%\\AppData\\Local\\Programs\\Codex CLI\\codex.exe';",
|
|
"installer_arch": "x64",
|
|
"installer_type": "zip",
|
|
"installer_scope": "user",
|
|
"default_categories": ["Developer tools"]
|
|
}
|