Found the issue! The Google Antigravity OAuth requires a bundled plugin that's disabled by default. When the user runs the OAuth flow without enabling the plugin first, the auth endpoint returns 404.
Solution:
-
Enable the plugin first:
clawdbot plugins enable google-antigravity-auth -
Then run the OAuth login:
clawdbot models auth login --provider google-antigravity --set-default
The plugin needs to be enabled before the OAuth endpoint becomes available. This is documented in /home/exedev/clawdbot/docs/concepts/model-providers.md:
Antigravity OAuth is shipped as a bundled plugin (
google-antigravity-auth, disabled by default).