Skip to content

Commit f34243e

Browse files
authored
Merge branch 'main' into feat/webview-image-uri
2 parents ab402bf + 87d50a7 commit f34243e

File tree

215 files changed

+3700
-8009
lines changed

Some content is hidden

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

215 files changed

+3700
-8009
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: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Roo Code Changelog
22

3+
## [3.28.8] - 2025-09-25
4+
5+
![3.28.8 Release - Bug fixes and improvements](/releases/3.28.8-release.png)
6+
7+
- Fix: Resolve frequent "No tool used" errors by clarifying tool-use rules (thanks @hannesrudolph!)
8+
- Fix: Include initial ask in condense summarization (thanks @hannesrudolph!)
9+
- Add support for more free models in the Roo provider (thanks @mrubens!)
10+
- Show cloud switcher and option to add a team when logged in (thanks @mrubens!)
11+
- Add Opengraph image for web (thanks @brunobergher!)
12+
13+
## [3.28.7] - 2025-09-23
14+
15+
![3.28.7 Release - Hidden Thinking](/releases/3.28.7-release.png)
16+
17+
- UX: Collapse thinking blocks by default with UI settings to always show them (thanks @brunobergher!)
18+
- Fix: Resolve checkpoint restore popover positioning issue (#8219 by @NaccOll, PR by @app/roomote)
19+
- Add cloud account switcher functionality (thanks @mrubens!)
20+
- Add support for zai-org/GLM-4.5-turbo model in Chutes provider (#8155 by @mugnimaestra, PR by @app/roomote)
21+
22+
## [3.28.6] - 2025-09-23
23+
24+
![3.28.6 Release - Kangaroo studying ancient codex](/releases/3.28.6-release.png)
25+
26+
- Feat: Add GPT-5-Codex model (thanks @daniel-lxs!)
27+
- Feat: Add keyboard shortcut for toggling auto-approve (Cmd/Ctrl+Alt+A) (thanks @brunobergher!)
28+
- Fix: Improve reasoning block formatting for better readability (thanks @daniel-lxs!)
29+
- Fix: Respect Ollama Modelfile num_ctx configuration (#7797 by @hannesrudolph, PR by @app/roomote)
30+
- Fix: Prevent checkpoint text from wrapping in non-English languages (#8206 by @NaccOll, PR by @app/roomote)
31+
- Remove language selection and word wrap toggle from CodeBlock (thanks @mrubens!)
32+
- Feat: Add package.nls.json checking to find-missing-translations script (thanks @app/roomote!)
33+
- Fix: Bare metal evals fixes (thanks @cte!)
34+
- Fix: Follow-up questions should trigger the "interactive" state (thanks @cte!)
35+
36+
## [3.28.5] - 2025-09-20
37+
38+
![3.28.5 Release - Kangaroo staying hydrated](/releases/3.28.5-release.png)
39+
40+
- Fix: Resolve duplicate rehydrate during reasoning; centralize rehydrate and preserve cancel metadata (#8153 by @hannesrudolph, PR by @hannesrudolph)
41+
- Add an announcement for Supernova (thanks @mrubens!)
42+
- Wrap code blocks by default for improved readability (thanks @mrubens!)
43+
- Fix: Support dash prefix in parseMarkdownChecklist for todo lists (#8054 by @NaccOll, PR by app/roomote)
44+
- Fix: Apply tiered pricing for Gemini models via Vertex AI (#8017 by @ikumi3, PR by app/roomote)
45+
- Update SambaNova models to latest versions (thanks @snova-jorgep!)
46+
- Update privacy policy to allow occasional emails (thanks @jdilla1277!)
47+
48+
## [3.28.4] - 2025-09-19
49+
50+
![3.28.4 Release - Supernova Discovery](/releases/3.28.4-release.png)
51+
52+
- UX: Redesigned Message Feed (thanks @brunobergher!)
53+
- UX: Responsive Auto-Approve (thanks @brunobergher!)
54+
- Add telemetry retry queue for network resilience (thanks @daniel-lxs!)
55+
- Fix: Transform keybindings in nightly build to fix command+y shortcut (thanks @app/roomote!)
56+
- New code-supernova stealth model in the Roo Code Cloud provider (thanks @mrubens!)
57+
358
## [3.28.3] - 2025-09-16
459

560
![3.28.3 Release - UI/UX Improvements and Bug Fixes](/releases/3.28.3-release.png)

apps/web-evals/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"scripts": {
66
"lint": "next lint --max-warnings 0",
77
"check-types": "tsc -b",
8-
"dev": "scripts/check-services.sh && next dev",
8+
"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)