feat(ai): migrate gemini-cli references to antigravity-cli (agy)

Rename gemini-resume → antigravity-resume and save_gemini_session →
save_antigravity_session; update all session files from .gemini_session
to .antigravity_session and LAST_GEMINI_SESSION → LAST_ANTIGRAVITY_SESSION.
Replace gemini/gemini-cli binary calls with agy throughout superpowers,
code-resume, and the resume function. Add antigravity-ide wrapper for the
renamed IDE binary; update abbr v → antigravity-ide (VSCode-equivalent)
and update README/requirements to reflect the new tool names.
This commit is contained in:
2026-05-20 20:41:04 -04:00
parent b643c9195b
commit e075c40c9d
9 changed files with 88 additions and 23 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
# alias antigravity=antigravity
function antigravity --wraps='antigravity' --description 'alias antigravity=antigravity'
# alias antigravity=agy
function antigravity --wraps='agy' --description 'alias antigravity=agy'
# In fish, we pipe stderr using '2>|' to another command
command antigravity $argv 2>| grep -v "'app' is not in the list of known options" >&2
command agy $argv 2>| grep -v "'app' is not in the list of known options" >&2
end