openclaw/patches
Muhammed Mukhthar CM d0450bb425 fix(antigravity): add fail-fast on 429 rate limit
When Antigravity returns 429, throw immediately instead of waiting for the
server-provided retry delay (which can be 10+ minutes). This lets clawdbot
quickly rotate to another account.

This patch was previously in PR #454 but was accidentally removed in 0dbb569
when bumping to pi-ai 0.40.0. The upstream release did NOT include this fix.

Context: Antigravity rate limits cause pi-ai to sleep for the full retry
delay inside the request, blocking the thread. Clawdbot's timeout would
eventually fire, but waiting 10+ minutes is unacceptable UX.

Bundled with the empty error message filter since both handle 429 recovery.
2026-01-09 18:10:23 +01:00
..
@mariozechner__pi-agent-core.patch chore(deps): update dependencies 2026-01-08 04:55:14 +00:00
@mariozechner__pi-ai.patch fix(antigravity): add fail-fast on 429 rate limit 2026-01-09 18:10:23 +01:00
@mariozechner__pi-coding-agent.patch fix: filter empty error messages to prevent session corruption 2026-01-09 18:10:23 +01:00
playwright-core@1.57.0.patch fix(browser): patch playwright-core for Bun WebSocket compatibility 2026-01-06 19:27:09 +00:00
qrcode-terminal.patch fix: patch qrcode-terminal import for Node 22 2026-01-06 02:23:55 +01:00