Skip to content

[BUG] google-antigravity-auth plugin shows as disabled even when enabled: true #23190

@downwind7clawd-ctrl

Description

@downwind7clawd-ctrl

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

  1. Check current plugin status:

    openclaw plugins list | grep -A 5 antigravity

    Expected: Plugin should show as loaded or enabled
    Actual: Plugin shows as disabled

  2. Check configuration file:

    cat ~/.openclaw/openclaw.json | jq .plugins.entries["google-antigravity-auth"]

    Result: {"enabled": true}

  3. Enable plugin explicitly:

    openclaw plugins enable google-antigravity-auth

    Result: Enabled plugin "google-antigravity-auth". Restart gateway to apply.

  4. Restart gateway:

    openclaw gateway restart

    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

  1. Is this a known issue with google-antigravity-auth plugin?
  2. Is there a race condition during plugin loading?
  3. Is there a dependency issue preventing the plugin from loading?
  4. Could this be a UI display issue only (plugin might actually be functional)?

Workaround Attempts

  1. Manual configuration verification - confirmed enabled: true
  2. Plugin source code inspection - no obvious bugs found
  3. Log analysis - no antigravity-specific errors found
  4. Multiple gateway restarts - issue persists

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions