- z.ai now sends 3 exact OpenRouter attribution headers matching
OpenClaw's source (HTTP-Referer, X-OpenRouter-Title, X-OpenRouter-Categories)
with full category list for maximum free-tier eligibility
- openrouter.ai requests include X-OpenRouter-Cache: true header
to leverage OpenRouter's response caching and reduce latency/cost
- GUI: add Clear Log, Restart Proxy, View Log (opens requests.log) buttons
- CROF: skip entirely unless TARGET_URL contains crof.ai (no logs pollution)
- Consolidate all data dirs into codex-proxy (remove codex-desktop, codex-launcher)
- Proxy port persists across restarts via .last-proxy-port file
- Adaptive compact budget raised from 60% to 80% context window
- Startup config cleanup moved after _init_runtime() to avoid deleting active config
Cross-platform support lives in src/ via _IS_WINDOWS checks.
Merges latest upstream additions from windows/ (OAuth secrets,
ANTIGRAVITY_MODELS, changelog v3.10.5) into src/ files, then
removes the redundant windows/ folder.