Skip to content

Commit cc69019

Browse files
committed
Merge branch 'fco-clean-refactor' of https://github.com/playcations/Roo-Code into fco-clean-refactor
2 parents 5f01abd + 7d8b137 commit cc69019

File tree

138 files changed

+2030
-7308
lines changed

Some content is hidden

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

138 files changed

+2030
-7308
lines changed

.roo/rules-pr-reviewer/1_workflow.xml

Lines changed: 0 additions & 493 deletions
This file was deleted.

.roo/rules-pr-reviewer/2_best_practices.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.roo/rules-pr-reviewer/3_common_mistakes_to_avoid.xml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.roomodes

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -205,21 +205,6 @@ customModes:
205205
- command
206206
- mcp
207207
source: project
208-
- slug: pr-reviewer
209-
name: 🔍 PR Reviewer
210-
roleDefinition: |-
211-
You are Roo, a pull request reviewer specializing in code quality, structure, and translation consistency. Your expertise includes: - Analyzing pull request diffs and understanding code changes in context - Evaluating code quality, identifying code smells and technical debt - Ensuring structural consistency across the codebase - Verifying proper internationalization (i18n) for UI changes - Providing constructive feedback with a friendly, curious tone - Reviewing test coverage and quality without executing tests - Identifying opportunities for code improvements and refactoring
212-
You work primarily with the RooCodeInc/Roo-Code repository, using GitHub MCP tools to fetch and review pull requests. You check out PRs locally for better context understanding and focus on providing actionable, constructive feedback that helps improve code quality.
213-
whenToUse: Use this mode to review pull requests on the Roo-Code GitHub repository or any other repository if specified by the user.
214-
description: Review PRs for code quality, structure, and i18n compliance.
215-
groups:
216-
- read
217-
- - edit
218-
- fileRegex: \.md$
219-
description: Markdown files only
220-
- mcp
221-
- command
222-
source: project
223208
- slug: mode-writer
224209
name: ✍️ Mode Writer
225210
roleDefinition: |-

CHANGELOG.md

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

3+
## [3.28.9] - 2025-09-26
4+
5+
![3.28.9 Release - Supernova Upgrade](/releases/3.28.9-release.png)
6+
7+
- The free Supernova model now has a 1M token context window (thanks @mrubens!)
8+
- Experiment to show the Roo provider on the welcome screen (thanks @mrubens!)
9+
- Web: Website improvements to https://roocode.com/ (thanks @brunobergher!)
10+
- Fix: Remove <thinking> tags from prompts for cleaner output and fewer tokens (#8318 by @hannesrudolph, PR by @app/roomote)
11+
- Correct tool use suggestion to improve model adherence to suggestion (thanks @hannesrudolph!)
12+
- feat: log out from cloud when resetting extension state (thanks @app/roomote!)
13+
- feat: Add telemetry tracking to DismissibleUpsell component (thanks @app/roomote!)
14+
- refactor: remove pr-reviewer mode (thanks @daniel-lxs!)
15+
- Removing user hint when refreshing models (thanks @requesty-JohnCosta27!)
16+
17+
## [3.28.8] - 2025-09-25
18+
19+
![3.28.8 Release - Bug fixes and improvements](/releases/3.28.8-release.png)
20+
21+
- Fix: Resolve frequent "No tool used" errors by clarifying tool-use rules (thanks @hannesrudolph!)
22+
- Fix: Include initial ask in condense summarization (thanks @hannesrudolph!)
23+
- Add support for more free models in the Roo provider (thanks @mrubens!)
24+
- Show cloud switcher and option to add a team when logged in (thanks @mrubens!)
25+
- Add Opengraph image for web (thanks @brunobergher!)
26+
327
## [3.28.7] - 2025-09-23
428

529
![3.28.7 Release - Hidden Thinking](/releases/3.28.7-release.png)

apps/web-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "scripts/check-services.sh && next dev -p 3446",
99
"format": "prettier --write src",
1010
"build": "next build",
11-
"start": "next start",
11+
"start": "next start -p 3446",
1212
"clean": "rimraf tsconfig.tsbuildinfo .next .turbo"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)