Skip to content

Commit 149422f

Browse files
committed
Merge branch 'main' into cte/cloud-agents
2 parents 0f4f046 + a5ea602 commit 149422f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Roo Code Changelog
22

3+
## [3.19.7] - 2025-06-11
4+
5+
- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing
6+
- Disable checkpoint functionality when nested git repositories are detected to prevent conflicts
7+
- Remove unused Storybook components and dependencies to reduce bundle size
8+
- Add data-testid ESLint rule for improved testing standards (thanks @elianiva!)
9+
- Update development dependencies including eslint, knip, @types/node, i18next, fast-xml-parser, and @google/genai
10+
- Improve CI infrastructure with GitHub Actions and Blacksmith runner migrations
11+
312
## [3.19.6] - 2025-06-09
413

514
- Replace explicit caching with implicit caching to reduce latency for Gemini models

packages/evals/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
services:
1717
db:
1818
container_name: evals-db
19-
image: postgres:17.5
19+
image: postgres:15.4
2020
# expose:
2121
# - 5432
2222
ports:

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.19.6",
6+
"version": "3.19.7",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)