Skip to content

Commit fa8890a

Browse files
authored
Merge branch 'main' into fast-diff
2 parents 2680498 + 86d4a10 commit fa8890a

File tree

93 files changed

+8506
-2329
lines changed

Some content is hidden

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

93 files changed

+8506
-2329
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
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/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: Bug Report
22
description: File a bug report
33
labels: ["bug"]
44
body:
5+
- type: input
6+
id: version
7+
attributes:
8+
label: Which version of the app are you using?
9+
description: Please specify the app version you're using (e.g. v3.3.1)
10+
validations:
11+
required: true
512
- type: dropdown
613
id: provider
714
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,77 @@
1-
# Roo Cline Changelog
1+
# Roo Code Changelog
2+
3+
## [3.3.4]
4+
5+
- Add per-server MCP network timeout configuration ranging from 15 seconds to an hour
6+
- Speed up diff editing (thanks @hannesrudolph and @KyleHerndon!)
7+
- Add option to perform explain/improve/fix code actions either in the existing task or a new task (thanks @samhvw8!)
8+
9+
## [3.3.3]
10+
11+
- Throw errors sooner when a mode tries to write a restricted file
12+
- Styling improvements to the mode/configuration dropdowns (thanks @psv2522!)
13+
14+
## [3.3.2]
15+
16+
- Add a dropdown to select the API configuration for a mode in the Prompts tab
17+
- Fix bug where always allow wasn't showing up for MCP tools
18+
- Improve OpenRouter DeepSeek-R1 integration by setting temperature to the recommended 0.6 and displaying the reasoning output (thanks @Szpadel - it's really fascinating to watch!)
19+
- Allow specifying a custom OpenRouter base URL (thanks @dairui1!)
20+
- Make the UI for nested settings nicer (thanks @PretzelVector!)
21+
22+
## [3.3.1]
23+
24+
- Fix issue where the terminal management system was creating unnecessary new terminals (thanks @evan-fannin!)
25+
- Fix bug where the saved API provider for a mode wasn't being selected after a mode switch command
26+
27+
## [3.3.0]
28+
29+
- Native VS Code code actions support with quick fixes and refactoring options
30+
- Modes can now request to switch to other modes when needed
31+
- Ask and Architect modes can now edit markdown files
32+
- Custom modes can now be restricted to specific file patterns (for example, a technical writer who can only edit markdown files 👋)
33+
- Support for configuring the Bedrock provider with AWS Profiles
34+
- New Roo Code community Discord at https://roocode.com/discord!
35+
36+
## [3.2.8]
37+
38+
- Fixed bug opening custom modes settings JSON
39+
- Reverts provider key entry back to checking onInput instead of onChange to hopefully address issues entering API keys (thanks @samhvw8!)
40+
- Added explicit checkbox to use Azure for OpenAI compatible providers (thanks @samhvw8!)
41+
- Fixed Glama usage reporting (thanks @punkpeye!)
42+
- Added Llama 3.3 70B Instruct model to the AWS Bedrock provider options (thanks @Premshay!)
43+
44+
## [3.2.7]
45+
46+
- Fix bug creating new configuration profiles
47+
48+
## [3.2.6]
49+
50+
- Fix bug with role definition overrides for built-in modes
51+
52+
## [3.2.5]
53+
54+
- Added gemini flash thinking 01-21 model and a few visual fixes (thanks @monotykamary!)
55+
56+
## [3.2.4]
57+
58+
- Only allow use of the diff tool if it's enabled in settings
59+
60+
## [3.2.3]
61+
62+
- Fix bug where language selector wasn't working
63+
64+
## [3.2.0 - 3.2.2]
65+
66+
- **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.
67+
68+
- **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:
69+
- Define custom prompts
70+
- Choose which tools each mode can access
71+
- Create specialized assistants for any workflow
72+
- Just type "Create a new mode for <X>" or visit the Prompts tab in the top menu to get started
73+
74+
Join us at https://www.reddit.com/r/RooCode to share your custom modes and be part of our next chapter!
275

376
## [3.1.7]
477

@@ -51,7 +124,7 @@
51124

52125
## [3.0.0]
53126

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
127+
- 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
55128

56129
## [2.2.46]
57130

LICENSE

Lines changed: 1 addition & 1 deletion
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)