This is a custom Python script that generates a rich status line for the Google Antigravity CLI (agy). It natively supports extracting your current Vim mode (-- NORMAL --, -- INSERT --) and rendering it dynamically on its own line, along with your active model, effort level, token usage, and session/weekly quota progress bars!
- Create the Python script:
Save the following code to
~/.gemini/antigravity-cli/statusline.pyand make sure it is executable (chmod +x ~/.gemini/antigravity-cli/statusline.py).