Recently Antigravity keeps showing us “Our servers are experiencing high traffic.” I’ve found a substitute for Antigravity (if you are using Antigravity because of the AI): Gemini CLI
It’s basically the same thing as Antigravity but it works from your terminal and is actually quite useful. (I have not seen it go down YET.)
To set it up:
Run npm install -g @google/gemini-cli
Run gemini login
Do everything and click Ctrl+C 2 times to exit (if you are not in your project directory) and then navigate to your project directory using cd path-to-dir.
run gemini.
One thing I like about Gemini CLI over Antigravity is that we can use API keys, and it actually asks questions (like Claude Code).
ok nice, but if you started with Antigravity and you have an implementation plan how do you access to those files? how do you instruct Gemini cli to use these files? It’s an automatic process? please share more of your experience please. Thank you, Walter here.
Positional arguments now default to interactive mode. To run in non-interactive mode, use the --prompt (-p) flag.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
login
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
✕ [API Error: [{
“error”: {
“code”: 403,
“message”: “The caller does not have permission”,
“errors”: [
{
“message”: “The caller does not have permission”,
“domain”: “global”,
“reason”: “forbidden”
}
],
“status”: “PERMISSION_DENIED”
}
}
]]
✕ [API Error: [{
“error”: {
“code”: 403,
“message”: “The caller does not have permission”,
“errors”: [
{
“message”: “The caller does not have permission”,
“domain”: “global”,
“reason”: “forbidden”
}
],
“status”: “PERMISSION_DENIED”
}
}
]]
Well, Antigravity’s implementation plan is (I think) not stored inside a file but rather as a temporary cache in the app. Gemini CLI generates it’s own plan (just like antigravity) and allows you to edit it. So, I don’t think you can access the Implementation Plan from Gemini CLI.