feat: Added command

This commit is contained in:
2026-06-20 18:40:57 +05:30
parent 0978403fa2
commit bad324a5cd
16 changed files with 182 additions and 218 deletions

View File

@@ -32,15 +32,6 @@ install_agy() {
if [ -f "$BINARY_PATH" ]; then
log_info "Notice: 'agy' is already installed at $BINARY_PATH."
log_info "The Antigravity CLI automatically self-updates in the background during regular runs."
if ! confirm "Do you want to perform a fresh reinstall/upgrade anyway?"; then
log_info "Skipping Antigravity CLI installation."
return 0
fi
else
if ! confirm "Install Antigravity CLI (agy)?"; then
log_info "Skipping Antigravity CLI installation."
return 0
fi
fi
# Detect Architecture (map uname -m to amd64 / arm64)