We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab1d81 commit 7c9722bCopy full SHA for 7c9722b
3 files changed
.changeset/v3.51.1.md
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Roo Code Changelog
2
3
+## 3.51.1
4
+
5
+### Patch Changes
6
7
+- Feat: Add Cohere Embed v4 model support for Bedrock and improve credential handling (#11823 by @cscvenkatmadurai, PR #11824 by @cscvenkatmadurai)
8
+- Feat: Add Gemini 3.1 Pro customtools model to Vertex AI provider (PR #11857 by @NVolcz)
9
+- Feat: Add gpt-5.4 to ChatGPT Plus/Pro (Codex) model catalog (PR #11876 by @roomote-v0)
10
11
## 3.51.0
12
13
### Minor Changes
src/package.json
@@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
- "version": "3.51.0",
+ "version": "3.51.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
0 commit comments