From 66193a2ac8b1cb45e59a78281db7ada00cbe3679 Mon Sep 17 00:00:00 2001 From: Antigravity Assistant Date: Fri, 1 May 2026 17:45:31 -0300 Subject: [PATCH] chore(release): include PR #1861 in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28eee5dae5..6c01ae9c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - **fix(maritalk):** update Maritalk model list, use Authorization Key header, and align with latest API endpoints (#1856) - **fix(grok-web):** stabilize tool calling (bash, readFile, webSearch) and response parsing by mapping native Grok intents to standard OpenAI payloads (#1857) - **fix(providers):** correctly map and expose the Upstage embedding and chat model catalogs (#1855) +- **fix(executor):** apply proper urlSuffix and custom authHeaders for unknown registry-based providers in DefaultExecutor (closes #1846) (#1861) ### 🛠️ Maintenance