From 7a4905edbec023937dd56fd45ac1eb508d49d6ac Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sun, 24 May 2026 20:42:07 -0300 Subject: [PATCH] docs: add PR #2676 to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a85b0838..4857b39817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### ✨ New Features +- **feat(providers):** enhance Google Gemini, CLI, and Antigravity resilience and features — introduces explicit TypeScript typing to translation layers, adds new Gemini 2.0 models, implements backoff and retry logic in the Gemini CLI executor, extracts Google Search grounding metadata into standard `citations`, and adds backend definitions for the `vertex-partner` provider. ([#2676](https://github.com/diegosouzapw/OmniRoute/pull/2676) — thanks @alltomatos) + ### 🔧 Bug Fixes ---