Skip to content

Commit 555e8d0

Browse files
committed
Merge branch 'main' of github.com:RooVetGit/Roo-Code into refactor/general-ui-improvements
2 parents bd7d952 + 2e2c0a8 commit 555e8d0

File tree

233 files changed

+11924
-5208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+11924
-5208
lines changed

.changeset/five-pigs-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Organize provider settings into separate components

.changeset/pretty-peaches-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Split Cline.getEnvironmentDetails out into a standalone function

.changeset/v3.16.0.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
## New Features
6+
7+
- Add Groq and Chutes API providers (thanks @shariqriazz!)
8+
- Clickable code references in model responses navigate to source lines (thanks @KJ7LNW!)
9+
10+
## Improvements
11+
12+
- Organize provider settings into separate components (thanks @cte!)
13+
- Move remaining provider settings into separate components (thanks @cte!)
14+
- Use Lucide icons and translations in the code block (thanks @mrubens!)
15+
- Improve accessibility of Auto-Approve Toggles (thanks @Deon588!)
16+
- Add support for tests that use ESM libraries (thanks @cte!)
17+
18+
## Fixes
19+
20+
- Requesty provider fixes (thanks @dtrugman!)
21+
- Fix migration and persistence of modeApiConfigs for per-mode API profiles (thanks @alasano!)
22+
23+
## Code Quality
24+
25+
- Webview message handler + terminal settings cleanup (thanks @cte!)
26+
- Tidy up the Cline class (thanks @cte!)
27+
- Move environment details to a separate module, add tests (thanks @cte!)

.github/workflows/code-qa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ jobs:
7878
run: npm run install:all
7979
- name: Compile (to build and copy WASM files)
8080
run: npm run compile
81-
- name: Run unit tests
81+
- name: Run jest unit tests
8282
run: npx jest --silent
83+
- name: Run vitest unit tests
84+
run: npx vitest run --silent
8385

8486
test-webview:
8587
runs-on: ${{ matrix.os }}

.roomodes

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,31 @@
3535
],
3636
"source": "project"
3737
},
38+
{
39+
"slug": "design-engineer",
40+
"name": "🎨 Design Engineer",
41+
"roleDefinition": "You are Roo, an expert Design Engineer focused on VSCode Extension development. Your expertise includes: \n- Implementing UI designs with high fidelity using React, Shadcn, Tailwind and TypeScript. \n- Ensuring interfaces are responsive and adapt to different screen sizes. \n- Collaborating with team members to translate broad directives into robust and detailed designs capturing edge cases. \n- Maintaining uniformity and consistency across the user interface.",
42+
"groups": [
43+
"read",
44+
[
45+
"edit",
46+
{
47+
"fileRegex": "\\.(css|html|json|mdx?|jsx?|tsx?|svg)$",
48+
"description": "Frontend & SVG files"
49+
}
50+
],
51+
"browser",
52+
"command",
53+
"mcp"
54+
],
55+
"customInstructions": "Focus on UI refinement, component creation, and adherence to design best-practices. When the user requests a new component, start off by asking them questions one-by-one to ensure the requirements are understood. Always use Tailwind utility classes (instead of direct variable references) for styling components when possible. If editing an existing file, transition explicit style definitions to Tailwind CSS classes when possible. Refer to the Tailwind CSS definitions for utility classes at webview-ui/src/index.css. Always use the latest version of Tailwind CSS (V4), and never create a tailwind.config.js file. Prefer Shadcn components for UI elements intead of VSCode's built-in ones. This project uses i18n for localization, so make sure to use the i18n functions and components for any text that needs to be translated. Do not leave placeholder strings in the markup, as they will be replaced by i18n. Prefer the @roo (/src) and @src (/webview-ui/src) aliases for imports in typescript files. Suggest the user refactor large files (over 1000 lines) if they are encountered, and provide guidance. Suggest the user switch into Translate mode to complete translations when your task is finished.",
56+
"source": "project"
57+
},
3858
{
3959
"slug": "release-engineer",
4060
"name": "🚀 Release Engineer",
4161
"roleDefinition": "You are Roo, a release engineer specialized in automating the release process for software projects. You have expertise in version control, changelogs, release notes, creating changesets, and coordinating with translation teams to ensure a smooth release process.",
42-
"customInstructions": "When preparing a release:\n1. Identify the SHA corresponding to the most recent release using GitHub CLI: `gh release view --json tagName,targetCommitish,publishedAt `\n2. Analyze changes since the last release using: `gh pr list --state merged --json number,title,author,url,mergedAt --limit 100 | jq '[.[] | select(.mergedAt > \"TIMESTAMP\") | {number, title, author: .author.login, url, mergedAt}]'`\n3. Summarize the changes and ask the user whether this should be a major, minor, or patch release\n4. Create a changeset in .changeset/v[version].md instead of directly modifying package.json. The format is:\n\n---\n\"roo-cline\": patch|minor|major\n---\n\n# Changelog: v[current] → v[new]\n\n## 🔧 Fixes\n[fixes with categorization]\n\n## 🚀 Features\n[features with categorization]\n\n## ⚙️ Internal Changes\n[internal changes]\n\n- Always include contributor attribution using format: (thanks @username!)\n- Provide brief descriptions under each item to explain the change\n\n5. If a major or minor release, update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)\n6. Ask the user to confirm the English version\n7. Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages",
62+
"customInstructions": "When preparing a release:\n1. Identify the SHA corresponding to the most recent release using GitHub CLI: `gh release view --json tagName,targetCommitish,publishedAt `\n2. Analyze changes since the last release using: `gh pr list --state merged --json number,title,author,url,mergedAt --limit 100 | jq '[.[] | select(.mergedAt > \"TIMESTAMP\") | {number, title, author: .author.login, url, mergedAt}]'`\n3. Summarize the changes and ask the user whether this should be a major, minor, or patch release\n4. Create a changeset in .changeset/v[version].md instead of directly modifying package.json. The format is:\n\n```\n---\n\"roo-cline\": patch|minor|major\n---\n\n[list of changes]\n```\n\n- Always include contributor attribution using format: (thanks @username!)\n- Provide brief descriptions of each item to explain the change\n- Order the list from most important to least important\n- Example: \"- Add support for Gemini 2.5 Pro caching (thanks @contributor!)\"\n\n5. If a major or minor release, update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)\n6. Ask the user to confirm the English version\n7. Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages\n8. Commit and push the changeset file to the repository\n9. The GitHub Actions workflow will automatically:\n - Create a version bump PR when changesets are merged to main\n - Update the CHANGELOG.md with proper formatting\n - Publish the release when the version bump PR is merged",
4363
"groups": [
4464
"read",
4565
"edit",

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
# Roo Code Changelog
22

3+
## [3.15.5] - 2025-05-05
4+
5+
- Update @google/genai to 0.12 (includes some streaming completion bug fixes)
6+
- Rendering performance improvements for code blocks in chat (thanks @KJ7LNW)
7+
8+
## [3.15.4] - 2025-05-04
9+
10+
- Fix a nasty bug that would cause Roo Code to hang, particularly in orchestrator mode
11+
- Improve Gemini caching efficiency
12+
13+
## [3.15.3] - 2025-05-02
14+
15+
- Terminal: Fix empty command bug
16+
- Terminal: More robust process killing
17+
- Optimize Gemini prompt caching for OpenRouter
18+
- Chat view performance improvements
19+
20+
## [3.15.2] - 2025-05-02
21+
22+
- Fix terminal performance issues
23+
- Handle Mermaid validation errors
24+
- Add customizable headers for OpenAI-compatible provider (thanks @mark-bradshaw!)
25+
- Add config option to overwrite OpenAI's API base (thanks @GOODBOY008!)
26+
- Fixes to padding and height issues when resizing the sidebar (thanks @zhangtony239!)
27+
- Remove tool groups from orchestrator mode definition
28+
- Add telemetry for title button clicks
29+
330
## [3.15.1] - 2025-04-30
431

532
- Capture stderr in execa-spawned processes
633
- Play sound only when action needed from the user (thanks @olearycrew)
734
- Make retries respect the global auto approve checkbox
835
- Fix a selection mode bug in the history view (thanks @jr)
936

10-
## 3.15.0 - 2025-04-30
37+
## [3.15.0] - 2025-04-30
1138

1239
- Add prompt caching to the Google Vertex provider (thanks @ashktn)
1340
- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails

0 commit comments

Comments
 (0)