Skip to content

Commit b8e0aa0

Browse files
committed
Custom modes
1 parent 332245c commit b8e0aa0

Some content is hidden

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

65 files changed

+3677
-1459
lines changed

.changeset/pink-peaches-jump.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
v3.2

.changeset/plenty-suits-visit.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
debug from vscode and changed output channel to Roo-Code

.git-blame-ignore-revs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Ran Prettier on all files - https://github.com/RooVetGit/Roo-Cline/pull/404
1+
# Ran Prettier on all files - https://github.com/RooVetGit/Roo-Code/pull/404
22
60a0a824b96a0b326af4d8871b6903f4ddcfe114
33
579bdd9dbf6d2d569e5e7adb5ff6292b1e42ea34

.github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request
4-
url: https://github.com/RooVetGit/Roo-Cline/discussions/categories/feature-requests
5-
about: Share and vote on feature requests for Roo Cline
4+
url: https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests
5+
about: Share and vote on feature requests for Roo Code
66
- name: Leave a Review
77
url: https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details
8-
about: Enjoying Roo Cline? Leave a review here!
8+
about: Enjoying Roo Code? Leave a review here!

.github/workflows/code-qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code QA Roo Cline
1+
name: Code QA Roo Code
22

33
on:
44
push:

CHANGELOG.md

+34-22
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,69 @@
1-
# Roo Cline Changelog
1+
# Roo Code Changelog
2+
3+
## [3.2.0]
4+
5+
- **Name Change: From Roo Cline to Roo Code:** We're excited to announce our new name! After growing beyond 50,000 installations, we've rebranded from "Roo Cline" to "Roo Code" to better reflect our identity as we chart our own course.
6+
7+
- **Custom Modes:** Create your own personas for Roo Code! While our built-in modes (Code, Architect, Ask) are still here, you can now shape entirely new ones:
8+
- Define custom prompts
9+
- Choose which tools each mode can access
10+
- Create specialized assistants for any workflow
11+
- Just type "Create a new mode for <X>" or visit the Prompts tab in the top menu to get started
12+
13+
Join us at https://www.reddit.com/r/RooCode to share your custom modes and be part of our next chapter!
214

315
## [3.1.7]
416

5-
- DeepSeek-R1 support (thanks @philipnext!)
6-
- Experimental new unified diff algorithm can be enabled in settings (thanks @daniel-lxs!)
7-
- More fixes to configuration profiles (thanks @samhvw8!)
17+
- DeepSeek-R1 support (thanks @philipnext!)
18+
- Experimental new unified diff algorithm can be enabled in settings (thanks @daniel-lxs!)
19+
- More fixes to configuration profiles (thanks @samhvw8!)
820

921
## [3.1.6]
1022

11-
- Add Mistral (thanks Cline!)
12-
- Fix bug with VSCode LM configuration profile saving (thanks @samhvw8!)
23+
- Add Mistral (thanks Cline!)
24+
- Fix bug with VSCode LM configuration profile saving (thanks @samhvw8!)
1325

1426
## [3.1.4 - 3.1.5]
1527

16-
- Bug fixes to the auto approve menu
28+
- Bug fixes to the auto approve menu
1729

1830
## [3.1.3]
1931

20-
- Add auto-approve chat bar (thanks Cline!)
21-
- Fix bug with VS Code Language Models integration
32+
- Add auto-approve chat bar (thanks Cline!)
33+
- Fix bug with VS Code Language Models integration
2234

2335
## [3.1.2]
2436

25-
- Experimental support for VS Code Language Models including Copilot (thanks @RaySinner / @julesmons!)
26-
- Fix bug related to configuration profile switching (thanks @samhvw8!)
27-
- Improvements to fuzzy search in mentions, history, and model lists (thanks @samhvw8!)
28-
- PKCE support for Glama (thanks @punkpeye!)
29-
- Use 'developer' message for o1 system prompt
37+
- Experimental support for VS Code Language Models including Copilot (thanks @RaySinner / @julesmons!)
38+
- Fix bug related to configuration profile switching (thanks @samhvw8!)
39+
- Improvements to fuzzy search in mentions, history, and model lists (thanks @samhvw8!)
40+
- PKCE support for Glama (thanks @punkpeye!)
41+
- Use 'developer' message for o1 system prompt
3042

3143
## [3.1.1]
3244

33-
- Visual fixes to chat input and settings for the light+ themes
45+
- Visual fixes to chat input and settings for the light+ themes
3446

3547
## [3.1.0]
3648

37-
- You can now customize the role definition and instructions for each chat mode (Code, Architect, and Ask), either through the new Prompts tab in the top menu or mode-specific .clinerules-mode files. Prompt Enhancements have also been revamped: the "Enhance Prompt" button now works with any provider and API configuration, giving you the ability to craft messages with fully customizable prompts for even better results.
38-
- Add a button to copy markdown out of the chat
49+
- You can now customize the role definition and instructions for each chat mode (Code, Architect, and Ask), either through the new Prompts tab in the top menu or mode-specific .clinerules-mode files. Prompt Enhancements have also been revamped: the "Enhance Prompt" button now works with any provider and API configuration, giving you the ability to craft messages with fully customizable prompts for even better results.
50+
- Add a button to copy markdown out of the chat
3951

4052
## [3.0.3]
4153

42-
- Update required vscode engine to ^1.84.0 to match cline
54+
- Update required vscode engine to ^1.84.0 to match cline
4355

4456
## [3.0.2]
4557

46-
- A couple more tiny tweaks to the button alignment in the chat input
58+
- A couple more tiny tweaks to the button alignment in the chat input
4759

4860
## [3.0.1]
4961

50-
- Fix the reddit link and a small visual glitch in the chat input
62+
- Fix the reddit link and a small visual glitch in the chat input
5163

5264
## [3.0.0]
5365

54-
- This release adds chat modes! Now you can ask Roo Cline 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 Cline Reddit! https://www.reddit.com/r/roocline
66+
- 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
5567

5668
## [2.2.46]
5769

@@ -305,4 +317,4 @@
305317
## [2.1.2]
306318

307319
- Support for auto-approval of write operations and command execution
308-
- Support for .clinerules custom instructions
320+
- Support for .clinerules custom instructions

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Cline Bot Inc.
189+
Copyright 2025 Roo Veterinary Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)