From 8aa2c0229db3ffd3b7a795bb53dd8900b5b06a78 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 5 Jan 2026 22:33:55 +0100 Subject: [PATCH] docs: update changelog for rate-limit fallback --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8763e172..9855f03a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## Unreleased ### Fixes +- Model: retry fallback on rate-limit/quota errors and unsupported thinking levels. (#223) — thanks @augard - Onboarding: resolve CLI entrypoint when running via `npx` so gateway daemon install works without a build step. - TUI: migrate key handling to the updated pi-tui Key matcher API. - macOS: prefer gateway config reads/writes in local mode (fall back to disk if the gateway is unavailable).