Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body:
attributes:
value: |
---
Optional (for contributors): You can stop here if you're just proposing the improvement.
Optional: You can stop here if you're just proposing the improvement.
- type: textarea
id: acceptance-criteria
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/evals.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/update-contributors.yml

This file was deleted.

10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,6 @@ The entries below are preserved from the upstream Roo Code project history befor
- Reposition Add Image button inside ChatTextArea (thanks @roomote!)
- Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (thanks @brunobergher!)
- Makes text area buttons appear only when there's text (thanks @brunobergher!)
- CONTRIBUTING.md tweaks and issue template rewrite (thanks @hannesrudolph!)
- Bump axios from 1.9.0 to 1.12.0 (thanks @dependabot!)

## [3.28.2] - 2025-09-14
Expand Down Expand Up @@ -1752,7 +1751,6 @@ The entries below are preserved from the upstream Roo Code project history befor
- Fix Claude model detection by name for API protocol selection (thanks @daniel-lxs!)
- Move marketplace icon from overflow menu to top navigation
- Optional setting to prevent completion with open todos
- Added YouTube to website footer (thanks @thill2323!)

## [3.23.14] - 2025-07-17

Expand Down Expand Up @@ -2146,7 +2144,6 @@ The entries below are preserved from the upstream Roo Code project history befor
- Fix bug with context condensing in Amazon Bedrock
- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!)
- Set sidebar name bugfix (thanks @chrarnoldus!)
- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!)
- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!)

## [3.19.0] - 2025-05-29
Expand Down Expand Up @@ -3114,7 +3111,6 @@ The entries below are preserved from the upstream Roo Code project history befor
- Ask and Architect modes can now edit markdown files
- Custom modes can now be restricted to specific file patterns (for example, a technical writer who can only edit markdown files 👋)
- Support for configuring the Bedrock provider with AWS Profiles
- New Roo Code community Discord at https://roocode.com/discord!

## [3.2.8]

Expand Down Expand Up @@ -3154,8 +3150,6 @@ The entries below are preserved from the upstream Roo Code project history befor
- Create specialized assistants for any workflow
- Just type "Create a new mode for <X>" or visit the Prompts tab in the top menu to get started

Join us at https://www.reddit.com/r/RooCode to share your custom modes and be part of our next chapter!

## [3.1.7]

- DeepSeek-R1 support (thanks @philipnext!)
Expand Down Expand Up @@ -3203,12 +3197,8 @@ Join us at https://www.reddit.com/r/RooCode to share your custom modes and be pa

## [3.0.1]

- Fix the reddit link and a small visual glitch in the chat input

## [3.0.0]

- This release adds chat modes! Now you can ask Roo Code questions about system architecture or the codebase without immediately jumping into writing code. You can even assign different API configuration profiles to each mode if you prefer to use different models for thinking vs coding. Would love feedback in the new Roo Code Reddit! https://www.reddit.com/r/RooCode

## [2.2.46]

- Only parse @-mentions in user input (not in files)
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"test:coverage": "vitest run --coverage",
"test:integration": "tsx scripts/integration/run.ts",
"build": "tsup",
"build:extension": "pnpm --filter ./src bundle",
"dev": "ROO_AUTH_BASE_URL=https://app.roocode.com ROO_SDK_BASE_URL=https://cloud-api.roocode.com ROO_CODE_PROVIDER_URL=https://api.roocode.com/proxy tsx src/index.ts",
"dev:local": "ROO_AUTH_BASE_URL=http://localhost:3000 ROO_SDK_BASE_URL=http://localhost:3001 ROO_CODE_PROVIDER_URL=http://localhost:8080/proxy tsx src/index.ts",
"build:extension": "pnpm --filter zoo-code bundle",
"dev": "tsx src/index.ts",
"dev:local": "tsx src/index.ts",
"clean": "rimraf dist .turbo"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function createSessionWithCustomId(
"dev",
"--print",
"--provider",
"roo",
"openrouter",
"--output-format",
"stream-json",
"--workspace",
Expand Down Expand Up @@ -148,7 +148,7 @@ async function resumeSessionAndSendMarker(
"--print",
"--stdin-prompt-stream",
"--provider",
"roo",
"openrouter",
"--output-format",
"stream-json",
"--workspace",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/scripts/integration/lib/stream-harness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function runStreamCase(options: RunStreamCaseOptions): Promise<void

const child = execa(
"pnpm",
["dev", "--print", "--stdin-prompt-stream", "--provider", "roo", "--output-format", "stream-json"],
["dev", "--print", "--stdin-prompt-stream", "--provider", "openrouter", "--output-format", "stream-json"],
{
cwd: cliRoot,
stdin: "pipe",
Expand Down
76 changes: 0 additions & 76 deletions apps/cli/src/commands/auth/__tests__/auth-commands.test.ts

This file was deleted.

2 changes: 0 additions & 2 deletions apps/cli/src/commands/auth/index.ts

This file was deleted.

27 changes: 0 additions & 27 deletions apps/cli/src/commands/auth/logout.ts

This file was deleted.

Loading