Replace gemini with agy
This commit is contained in:
@@ -5,7 +5,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 agy &>/dev/null && agents+=(agy)
|
||||
command -v codex &>/dev/null && agents+=(codex)
|
||||
|
||||
if [ ${#agents[@]} -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user