Skip to content

🐍SuperQode 0.2.16: Agy, Codex and Grok Subscription Enhancement

Choose a tag to compare

@Shashikant86 Shashikant86 released this 11 Jul 20:32

SuperQode 0.2.16

SuperQode 0.2.16 adds first-class Google Antigravity support and improves the Codex, Grok, connection picker,
and runtime experiences introduced in 0.2.15.

Highlights

Google Antigravity CLI with Google Sign-In

SuperQode can now use the official Antigravity CLI through its authenticated Google session:

:connect antigravity

The integration:

  • Uses the official agy headless interface.
  • Uses Google Sign-In credentials managed by agy and the operating system keyring.
  • Does not read, copy, refresh, or store Google OAuth tokens.
  • Maintains conversation state across SuperQode turns.
  • Requires Antigravity CLI 1.1.1 or newer.

Antigravity SDK support

API-key users can install the optional Antigravity SDK runtime:

uv tool install "superqode[antigravity-sdk]"
export GEMINI_API_KEY="your-key"

Then select it with:

:antigravity sdk

The SDK adapter normalizes:

  • Text output
  • Thinking events
  • Tool calls
  • Tool results
  • Turn completion events