Commit Graph

4 Commits

  • v3.13.0: Desktop Updater, profile system fix, Antigravity E2E, conservative compaction
    - Codex Desktop Updater: check/install/rollback/service management + manual rebuild
    - Fix Codex CLI 0.134.0 profiles: separate <slug>.config.toml files
    - Fix Antigravity: prod endpoint first, model resolution, OAUTH_PROVIDER
    - Fix compaction: max_input_items 60->200 for 1M-token models
    - Antigravity E2E test suite: test-antigravity.sh
    - Windows GUI: UpdateDesktopWindow + profile slug fix
    - Updated CHANGELOG.md and README.md
  • 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