Add last of the big four agent commands
This commit is contained in:
@@ -6,6 +6,7 @@ agents=()
|
||||
command -v claude &>/dev/null && agents+=(claude)
|
||||
command -v opencode &>/dev/null && agents+=(opencode)
|
||||
command -v gemini &>/dev/null && agents+=(gemini)
|
||||
command -v codex &>/dev/null && agents+=(gemini)
|
||||
|
||||
if [ ${#agents[@]} -eq 0 ]; then
|
||||
echo "No agent commands found (claude, opencode, gemini)"
|
||||
|
||||
Reference in New Issue
Block a user