Actually add codex to agents list

This commit is contained in:
2026-05-13 15:30:41 +01:00
parent c40c2973a7
commit 4649e0e7f7

View File

@@ -6,7 +6,7 @@ agents=()
command -v claude &>/dev/null && agents+=(claude) command -v claude &>/dev/null && agents+=(claude)
command -v opencode &>/dev/null && agents+=(opencode) command -v opencode &>/dev/null && agents+=(opencode)
command -v gemini &>/dev/null && agents+=(gemini) command -v gemini &>/dev/null && agents+=(gemini)
command -v codex &>/dev/null && agents+=(gemini) command -v codex &>/dev/null && agents+=(codex)
if [ ${#agents[@]} -eq 0 ]; then if [ ${#agents[@]} -eq 0 ]; then
echo "No agent commands found (claude, opencode, gemini)" echo "No agent commands found (claude, opencode, gemini)"