From 5f93ed65505452d7bc54984fdd5a647a06da87b7 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 25 May 2026 11:22:35 +0400 Subject: [PATCH] =?UTF-8?q?v3.9.7=20=E2=80=94=20Rename=20codebuff=20to=20C?= =?UTF-8?q?odebuff=20in=20public=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc5088..efe6fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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