From 364882b6a118981d087b5e3e9b5b29c5ea5ef466 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sun, 8 Mar 2026 02:03:52 +0000 Subject: [PATCH] chore: add changeset for v3.51.1 --- .changeset/v3.51.1.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/v3.51.1.md diff --git a/.changeset/v3.51.1.md b/.changeset/v3.51.1.md new file mode 100644 index 00000000000..36e9a9a8501 --- /dev/null +++ b/.changeset/v3.51.1.md @@ -0,0 +1,7 @@ +--- +"roo-cline": patch +--- + +- Feat: Add Cohere Embed v4 model support for Bedrock and improve credential handling (#11823 by @cscvenkatmadurai, PR #11824 by @cscvenkatmadurai) +- Feat: Add Gemini 3.1 Pro customtools model to Vertex AI provider (PR #11857 by @NVolcz) +- Feat: Add gpt-5.4 to ChatGPT Plus/Pro (Codex) model catalog (PR #11876 by @roomote-v0)