Issue Description
The google-antigravity-auth plugin is configured as enabled: true in OpenClaw configuration file (~/.openclaw/openclaw.json), but it continues to show as disabled in openclaw plugins list output.
Environment Information
- OpenClaw Version: 2026.2.21
- Plugin Version: 2026.2.21
- OS: Linux 6.17.0-14-generic
- Node.js: v22.22.0
Steps to Reproduce
-
Check current plugin status:
openclaw plugins list | grep -A 5 antigravity
Expected: Plugin should show as loaded or enabled
Actual: Plugin shows as disabled
-
Check configuration file:
cat ~/.openclaw/openclaw.json | jq .plugins.entries["google-antigravity-auth"]
Result: {"enabled": true}
-
Enable plugin explicitly:
openclaw plugins enable google-antigravity-auth
Result: Enabled plugin "google-antigravity-auth". Restart gateway to apply.
-
Restart gateway:
Result: Gateway restart completes, but plugin still shows as disabled in openclaw plugins list
Expected Behavior
The google-antigravity-auth plugin should show as loaded or enabled in plugin list output.
Actual Behavior
The plugin shows as disabled in openclaw plugins list output, even though:
- Configuration file has
enabled: true
openclaw plugins enable command outputs Enabled plugin
- No errors in gateway logs related to antigravity
- Plugin source code appears correct and functional
Additional Information
Plugin Source Code:
- Location:
/home/david/.npm-global/lib/node_modules/openclaw/extensions/google-antigravity-auth/index.ts
- Plugin ID:
google-antigravity-auth
- All OAuth flows and provider registration appear correct
Gateway Logs:
Enabled plugin "google-antigravity-auth". Restart gateway to apply. message is present in logs
Plugins (3/37 loaded) shows only 3 plugins loaded (ClawVault, Memory, Telegram)
google-antigravity-auth is NOT in the loaded count
- No antigravity-related errors found in logs
Gateway restart failed health checks appears in logs (may be unrelated)
Community Research:
- Searched Answer Overflow and Reddit for similar issues
- Found issues related to Antigravity version compatibility and tool schema issues
- However, these appear unrelated to current problem (plugin activation)
Questions
- Is this a known issue with
google-antigravity-auth plugin?
- Is there a race condition during plugin loading?
- Is there a dependency issue preventing the plugin from loading?
- Could this be a UI display issue only (plugin might actually be functional)?
Workaround Attempts
- Manual configuration verification - confirmed
enabled: true
- Plugin source code inspection - no obvious bugs found
- Log analysis - no antigravity-specific errors found
- Multiple gateway restarts - issue persists
Issue Description
The
google-antigravity-authplugin is configured asenabled: truein OpenClaw configuration file (~/.openclaw/openclaw.json), but it continues to show asdisabledinopenclaw plugins listoutput.Environment Information
Steps to Reproduce
Check current plugin status:
openclaw plugins list | grep -A 5 antigravityExpected: Plugin should show as
loadedorenabledActual: Plugin shows as
disabledCheck configuration file:
Result:
{"enabled": true}Enable plugin explicitly:
openclaw plugins enable google-antigravity-authResult:
Enabled plugin "google-antigravity-auth". Restart gateway to apply.Restart gateway:
Result: Gateway restart completes, but plugin still shows as
disabledinopenclaw plugins listExpected Behavior
The
google-antigravity-authplugin should show asloadedorenabledin plugin list output.Actual Behavior
The plugin shows as
disabledinopenclaw plugins listoutput, even though:enabled: trueopenclaw plugins enablecommand outputsEnabled pluginAdditional Information
Plugin Source Code:
/home/david/.npm-global/lib/node_modules/openclaw/extensions/google-antigravity-auth/index.tsgoogle-antigravity-authGateway Logs:
Enabled plugin "google-antigravity-auth". Restart gateway to apply.message is present in logsPlugins (3/37 loaded)shows only 3 plugins loaded (ClawVault, Memory, Telegram)google-antigravity-authis NOT in the loaded countGateway restart failed health checksappears in logs (may be unrelated)Community Research:
Questions
google-antigravity-authplugin?Workaround Attempts
enabled: true