Executor 1.6.10 reports Codex Computer Use as “Not installed” when Codex is provided by /Applications/ChatGPT.app.
The Computer Use marker exists under ~/.codex/computer-use, and the bundled CLI works at:
/Applications/ChatGPT.app/Contents/Resources/codex
resolveCodexCli() only searches PATH and standalone install locations. Could it also check the system and user ChatGPT.app bundle paths?
The v2 branch does not appear to include the Codex plugin integration yet. Should this be fixed on main, or implemented directly for v2?
Executor 1.6.10 reports Codex Computer Use as “Not installed” when Codex is provided by
/Applications/ChatGPT.app.The Computer Use marker exists under
~/.codex/computer-use, and the bundled CLI works at:resolveCodexCli()only searchesPATHand standalone install locations. Could it also check the system and userChatGPT.appbundle paths?The
v2branch does not appear to include the Codex plugin integration yet. Should this be fixed onmain, or implemented directly for v2?