Skip to content

Releases: RooVetGit/Roo-Code

Release v3.12.2

16 Apr 18:56
b838e11
Compare
Choose a tag to compare

[3.12.2] - 2025-04-16

  • Add OpenAI o3 & 4o-mini (thanks @PeterDaveHello!)
  • Improve file/folder context mention UI (thanks @elianiva!)
  • Improve diff error telemetry

Release v3.12.1

16 Apr 10:48
bf6dfde
Compare
Choose a tag to compare

[3.12.1] - 2025-04-16

  • Bugfix to Edit button visibility in the select dropdowns

Release v3.12.0

16 Apr 05:26
0cba636
Compare
Choose a tag to compare

[3.12.0] - 2025-04-15

  • Add xAI provider and expose reasoning effort options for Grok on OpenRouter (thanks Cline!)
  • Make diff editing config per-profile and improve pre-diff string normalization
  • Make checkpoints faster and more reliable
  • Add a search bar to mode and profile select dropdowns (thanks @samhvw8!)
  • Add telemetry for code action usage, prompt enhancement usage, and consecutive mistake errors
  • Suppress zero cost values in the task header (thanks @do-it!)
  • Make JSON parsing safer to avoid crashing the webview on bad input
  • Allow users to bind a keyboard shortcut for accepting suggestions or input in the chat view (thanks @axkirillov!)

Release v3.11.17

15 Apr 06:19
58ac098
Compare
Choose a tag to compare

[3.11.17] - 2025-04-14

  • Improvements to OpenAI cache reporting and cost estimates (thanks @monotykamary and Cline!)
  • Visual improvements to the auto-approve toggles (thanks @sachasayan!)
  • Bugfix to diff apply logic (thanks @avtc for the test case!) and telemetry to track errors going forward
  • Fix race condition in capturing short-running terminal commands (thanks @KJ7LNW!)
  • Fix eslint error (thanks @nobu007!)

Release v3.11.16

14 Apr 17:36
b3aa768
Compare
Choose a tag to compare

[3.11.16] - 2025-04-14

  • Add gpt-4.1, gpt-4.1-mini, and gpt-4.1-nano to the OpenAI provider
  • Include model ID in environment details and when exporting tasks (thanks @feifei325!)

Release v3.11.15

14 Apr 03:37
8792c84
Compare
Choose a tag to compare

[3.11.15] - 2025-04-13

  • Add ability to filter task history by workspace (thanks @samhvw8!)
  • Fix Node.js version in the .tool-versions file (thanks @bogdan0083!)
  • Fix duplicate suggested mentions for open tabs (thanks @samhvw8!)
  • Fix Bedrock ARN validation and token expiry issue when using profiles (thanks @vagadiya!)
  • Add Anthropic option to pass API token as Authorization header instead of X-Api-Key (thanks @mecab!)
  • Better documentation for adding new settings (thanks @KJ7LNW!)
  • Localize package.json (thanks @samhvw8!)
  • Add option to hide the welcome message and fix the background color for the new profile dialog (thanks @zhangtony239!)
  • Restore the focus ring for the VSCodeButton component (thanks @pokutuna!)

Release v3.11.14

12 Apr 04:30
f5a92ae
Compare
Choose a tag to compare

[3.11.14] - 2025-04-11

  • Support symbolic links in rules folders to directories and other symbolic links (thanks @taisukeoe!)
  • Stronger enforcement of the setting to always read full files instead of doing partial reads

Release v3.11.13

11 Apr 21:51
cf9a754
Compare
Choose a tag to compare

[3.11.13] - 2025-04-11

  • Loads of terminal improvements: command delay, PowerShell counter, and ZSH EOL mark (thanks @KJ7LNW!)
  • Add file context tracking system (thanks @samhvw8 and @canvrno!)
  • Improved display of diff errors + easy copying for investigation
  • Fixes to .vscodeignore (thanks @franekp!)
  • Fix a zh-CN translation for model capabilities (thanks @zhangtony239!)
  • Rename AWS Bedrock to Amazon Bedrock (thanks @ronyblum!)
  • Update extension title and description (thanks @StevenTCramer!)

Release v3.11.12

10 Apr 05:16
d1ace59
Compare
Choose a tag to compare

[3.11.12] - 2025-04-09

  • Make Grok3 streaming work with OpenAI Compatible (thanks @amittell!)
  • Tweak diff editing logic to make it more tolerant of model errors

Release v3.11.11

09 Apr 15:45
91f4a86
Compare
Choose a tag to compare

[3.11.11] - 2025-04-09

  • Fix highlighting interaction with mode/profile dropdowns (thanks @atlasgong!)
  • Add the ability to set Host header and legacy OpenAI API in the OpenAI-compatible provider for better proxy support
  • Improvements to TypeScript, C++, Go, Java, Python tree-sitter parsers (thanks @KJ7LNW!)
  • Fixes to terminal working directory logic (thanks @KJ7LNW!)
  • Improve readFileTool XML output format (thanks @KJ7LNW!)
  • Add o1-pro support (thanks @arthurauffray!)
  • Follow symlinked rules files/directories to allow for more flexible rule setups
  • Focus Roo Code in the sidebar when running tasks in the sidebar via the API
  • Improve subtasks UI