Replace gemini with agy

This commit is contained in:
2026-07-06 12:45:07 +01:00
parent 7bb0131ad4
commit 5ffbd760a6

View File

@@ -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