- Add a "new task" tool that allows Roo to start new tasks with an initial message and mode
- Fix a bug that was preventing the use of qwen-max and potentially other OpenAI-compatible providers (thanks @Szpadel!)
- Add support for perplexity/sonar-reasoning (thanks @Szpadel!)
- Visual fixes to dropdowns (thanks @psv2522!)
- Add the Unbound provider (thanks @vigneshsubbiah16!)
- Make information about the conversation's context window usage visible in the task header for humans and in the environment for models (thanks @MuriloFP!)
- Add checkboxes to auto-approve mode switch requests (thanks @MuriloFP!)
- Add new experimental editing tools
insert_content
(for inserting blocks of text at a line number) andsearch_and_replace
(for replacing all instances of a phrase or regex) to complement diff editing and whole file editing (thanks @samhvw8!) - Improved DeepSeek R1 support by capturing reasoning from DeepSeek API as well as more OpenRouter variants, not using system messages, and fixing a crash on empty chunks. Still depends on the DeepSeek API staying up but we'll be in a better place when it does! (thanks @Szpadel!)
- Add per-server MCP network timeout configuration ranging from 15 seconds to an hour
- Speed up diff editing (thanks @hannesrudolph and @KyleHerndon!)
- Add option to perform explain/improve/fix code actions either in the existing task or a new task (thanks @samhvw8!)
- Throw errors sooner when a mode tries to write a restricted file
- Styling improvements to the mode/configuration dropdowns (thanks @psv2522!)
- Add a dropdown to select the API configuration for a mode in the Prompts tab
- Fix bug where always allow wasn't showing up for MCP tools
- 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!)
- Allow specifying a custom OpenRouter base URL (thanks @dairui1!)
- Make the UI for nested settings nicer (thanks @PretzelVector!)
- Fix issue where the terminal management system was creating unnecessary new terminals (thanks @evan-fannin!)
- Fix bug where the saved API provider for a mode wasn't being selected after a mode switch command
- Native VS Code code actions support with quick fixes and refactoring options
- Modes can now request to switch to other modes when needed
- 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!
- Fixed bug opening custom modes settings JSON
- Reverts provider key entry back to checking onInput instead of onChange to hopefully address issues entering API keys (thanks @samhvw8!)
- Added explicit checkbox to use Azure for OpenAI compatible providers (thanks @samhvw8!)
- Fixed Glama usage reporting (thanks @punkpeye!)
- Added Llama 3.3 70B Instruct model to the AWS Bedrock provider options (thanks @Premshay!)
- Fix bug creating new configuration profiles
- Fix bug with role definition overrides for built-in modes
- Added gemini flash thinking 01-21 model and a few visual fixes (thanks @monotykamary!)
- Only allow use of the diff tool if it's enabled in settings
- Fix bug where language selector wasn't working
-
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.
-
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:
- Define custom prompts
- Choose which tools each mode can access
- Create specialized assistants for any workflow
- Just type "Create a new mode for " 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!
- DeepSeek-R1 support (thanks @philipnext!)
- Experimental new unified diff algorithm can be enabled in settings (thanks @daniel-lxs!)
- More fixes to configuration profiles (thanks @samhvw8!)
- Add Mistral (thanks Cline!)
- Fix bug with VSCode LM configuration profile saving (thanks @samhvw8!)
- Bug fixes to the auto approve menu
- Add auto-approve chat bar (thanks Cline!)
- Fix bug with VS Code Language Models integration
- Experimental support for VS Code Language Models including Copilot (thanks @RaySinner / @julesmons!)
- Fix bug related to configuration profile switching (thanks @samhvw8!)
- Improvements to fuzzy search in mentions, history, and model lists (thanks @samhvw8!)
- PKCE support for Glama (thanks @punkpeye!)
- Use 'developer' message for o1 system prompt
- Visual fixes to chat input and settings for the light+ themes
- 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.
- Add a button to copy markdown out of the chat
- Update required vscode engine to ^1.84.0 to match cline
- A couple more tiny tweaks to the button alignment in the chat input
- Fix the reddit link and a small visual glitch in the chat input
- 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
- Only parse @-mentions in user input (not in files)
- Save different API configurations to quickly switch between providers and settings (thanks @samhvw8!)
- Automatically retry failed API requests with a configurable delay (thanks @RaySinner!)
- Allow deleting single messages or all subsequent messages
- Add a Git section to the context mentions
- Checkbox to disable streaming for OpenAI-compatible providers
- Add the Glama provider (thanks @punkpeye!)
- Add toggle to enable/disable the MCP-related sections of the system prompt (thanks @daniel-lxs!)
- Add a setting to control the number of terminal output lines to pass to the model when executing commands
- Add a button to delete user messages
- Allow selection of multiple browser viewport sizes and adjusting screenshot quality
- Add the DeepSeek provider
- "Enhance prompt" button (OpenRouter models only for now)
- Support listing models for OpenAI compatible providers (thanks @samhvw8!)
- More efficient workspace tracker
- Improved logic for auto-approving chained commands
- Fix bug with auto-approving commands
- Add configurable delay after auto-writes to allow diagnostics to catch up
- Use createFileSystemWatcher to more reliably update list of files to @-mention
- Add the current time to the system prompt and improve browser screenshot quality (thanks @libertyteeth!)
- Tweaks to preferred language (thanks @yongjer)
- Add a preferred language dropdown
- Default diff editing to on for new installs
- Fix context window for gemini-2.0-flash-thinking-exp-1219 (thanks @student20880)
- Add gemini-2.0-flash-thinking-exp-1219
- Take predicted file length into account when detecting omissions
- Make fuzzy diff matching configurable (and default to off)
- Add experimental option to use a bigger browser (1280x800)
- More targeted styling fix for Gemini chats
- Improved regex for auto-execution of chained commands
- Incorporate Premshay's PR to add support for Amazon Nova and Meta Llama Models via Bedrock (3, 3.1, 3.2) and unified Bedrock calls using BedrockClient and Bedrock Runtime API
- Make diff editing more robust to transient errors / fix bugs
- Fixes to sound playing and applying diffs
- Better support for pure deletion and insertion diffs
- Added settings checkbox for verbose diff debugging
- More fixes to search/replace diffs
- Allow MCP servers to be enabled/disabled
- Tweak the prompt to encourage diff edits when they're enabled
- Clean up the settings screen
- Add checkboxes to auto-approve MCP tools
- Fix another diff editing indentation bug
- Incorporate MCP changes from Cline 2.2.0
- Larger text area input + ability to drag images into it
- Add Gemini 2.0
- Better error handling for diff editing
- Diff editing bugfix to handle Windows line endings
- Switch to search/replace diffs in experimental diff editing mode
- Allow copying prompts from the history screen
- Incorporate dbasclpy's PR to add support for gemini-exp-1206
- Make it clear that diff editing is very experimental
- Fix bug where diffs were not being applied correctly and try Aider's unified diff prompt
- If diffs are enabled, automatically reject write_to_file commands that lead to truncated output
- Fix #50 where sound effects were not respecting settings
- Incorporate JoziGila's PR to add support for editing through diffs
- Incorporate lloydchang's PR to add support for OpenRouter compression
- Incorporate HeavenOSK's PR to add sound effects to Cline
- Add instructions for using .clinerules on the settings screen
- Roo Cline now allows configuration of which commands are allowed without approval!
- Updated extension icon and metadata
- Add support for Model Context Protocol (MCP), enabling Cline to use custom tools like web-search tool or GitHub tool
- Add MCP server management tab accessible via the server icon in the menu bar
- Add ability for Cline to dynamically create new MCP servers based on user requests (e.g., "add a tool that gets the latest npm docs")
- Roo Cline now runs in all VSCode-compatible editors
- Fix bug in browser action approval
- Roo Cline now can run side-by-side with Cline
- Roo Cline now allows browser actions without approval when
alwaysAllowBrowser
is true
- Support for auto-approval of write operations and command execution
- Support for .clinerules custom instructions