From 4ab1d81f55fd722c25881ede2d639f6ecdf6268e Mon Sep 17 00:00:00 2001 From: "roomote-v0[bot]" <219738659+roomote-v0[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 19:17:54 -0700 Subject: [PATCH] Release v3.51.1 chore: add changeset for v3.51.1 Co-authored-by: Roo Code --- .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 0000000000..36e9a9a850 --- /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)