Commit Graph

2 Commits

  • v3.10.9: Antigravity context normalizer, Claude thinking fix, endpoint lockdown, cobra91 PR #4
    Antigravity-only changes (no other providers touched):
    - Production-only endpoints (cloudcode-pa.googleapis.com), sandbox blocked
    - AntigravityContextNormalizer: bounded context for every request
    - Simple message detector: 'hi' sends minimal payload
    - Auto-reset polluted context (200+ items with simple msg)
    - Claude thinking: maxOutputTokens=64000, snake_case config, VALIDATED toolConfig
    - Claude budgets: low=8192, medium=16384, high=32768
    
    z.ai/OpenRouter (cobra91 PR #4):
    - Full OpenClaw attribution headers for z.ai
    - X-OpenRouter-Cache header for OpenRouter
    
    Other fixes:
    - Linux Re-OAuth: load_oauth_secrets() undefined, now inline
    - GLib.idle_add lambda truthy tuple fix
    - Project discovery uses production endpoint
  • v3.10.8: Fix Re-OAuth buttons, block staging/sandbox for Antigravity, prefer production endpoint
    - Fix Linux GUI Re-OAuth: load_oauth_secrets() was undefined, now loads inline
    - Fix GLib.idle_add lambda returning truthy tuple (repeated callbacks)
    - Proxy: production cloudcode-pa.googleapis.com tried first, sandbox as fallback
    - Proxy: 403 SERVICE_DISABLED falls through to next endpoint
    - Project discovery validates against production endpoint, not staging
    - Antigravity preset base_url changed to production
    - Windows GUI project discovery also uses production endpoint