This commit is contained in:
Matt Rubens 2025-06-11 13:38:58 -04:00 committed by GitHub
parent 083ac9333a
commit f131cbfbee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.changeset/v3.19.7.md Normal file
View file

@ -0,0 +1,11 @@
---
"roo-cline": patch
---
- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing (thanks @mrubens!)
- Disable checkpoint functionality when nested git repositories are detected to prevent conflicts (thanks @cte!)
- Remove unused Storybook components and dependencies to reduce bundle size (thanks @cte!)
- Add data-testid ESLint rule for improved testing standards (thanks @elianiva!)
- Revert problematic postgres docker tag update to maintain stability (thanks @cte!)
- Update development dependencies including eslint, knip, @types/node, i18next, fast-xml-parser, and @google/genai
- Improve CI infrastructure with GitHub Actions and Blacksmith runner migrations (thanks @cte! @app/blacksmith-sh!)