v3.9.7 — Rename codebuff to Codebuff in public docs

This commit is contained in:
Roman
2026-05-25 11:22:35 +04:00
Unverified
parent c93707745f
commit e730b035c5

View File

@@ -8,7 +8,6 @@
- **Real Codebuff error messages** forwarded to user instead of generic "429 Too Many Requests"
- **HTTP 200 + Responses API format** for rate limits — Codex displays the actual Codebuff message (e.g. "Daily session limit reached. Resets in 29m.") instead of retrying
- **`retryAfterMs` extraction** from Codebuff 429 responses for accurate cooldown timers
- **`RateLimitError` exception** carries upstream message through session and chat error paths
- **`_codebuff_start_run`** returns actual error body instead of `None` — shows real Codebuff errors
### Crash Fixes