Add last of the big four agent commands

This commit is contained in:
2026-04-28 14:22:39 +01:00
parent ea78e60943
commit ed88442d2d

View File

@@ -6,6 +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)
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)"