From 6919049eae9cc03e37f36fb356dbd73ec237b2c3 Mon Sep 17 00:00:00 2001 From: Mikhail Romanov <42250412+Ribas160@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:13:00 +0300 Subject: [PATCH] fix: Codex options missing from the IDE selection menu (#535) --- 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' }, ], }, ]);