From a8b3d54ed7de3448246c36be944c93374a48f17e Mon Sep 17 00:00:00 2001 From: Ribas160 Date: Mon, 1 Sep 2025 11:41:22 +0300 Subject: [PATCH] fix: Codex options missing from the IDE selection menu --- tools/installer/bin/bmad.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/installer/bin/bmad.js b/tools/installer/bin/bmad.js index ce8ded5a..fba56533 100755 --- a/tools/installer/bin/bmad.js +++ b/tools/installer/bin/bmad.js @@ -406,6 +406,8 @@ async function promptInstallation() { { name: 'Qwen Code', value: 'qwen-code' }, { name: 'Crush', value: 'crush' }, { name: 'Github Copilot', value: 'github-copilot' }, + { name: 'Codex CLI', value: 'codex' }, + { name: 'Codex Web', value: 'codex-web' }, ], }, ]);