mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#4593)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
ffc8dc7b6b
commit
ca5f2d05f9
4 changed files with 25 additions and 42 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@roo-code/types": patch
|
||||
---
|
||||
|
||||
Update x.ai supported models and metadata. Ensure accurate cost accounting.
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Add comprehensive Marketplace system for extensions and modes (thanks @mrubens!)
|
||||
- Add Issue Writer mode for creating GitHub issues with comprehensive workflows (thanks @hannesrudolph!)
|
||||
- Add Issue Fixer mode for addressing GitHub issues and PR feedback (thanks @hannesrudolph!)
|
||||
- Add PR Reviewer mode for reviewing pull requests (thanks @daniel-lxs!)
|
||||
- Enhance apply_diff with XML for multi-file/multi-diff operations & batch UI (thanks @samhvw8!)
|
||||
- Improve MCP with McpExecution, make UX like terminal execute (thanks @samhvw8!)
|
||||
- Add magic variables support for MCPs with `workspaceFolder` injection (thanks @NamesMT!)
|
||||
- Add prompt history navigation via arrow up/down in prompt field (thanks @hannesrudolph!)
|
||||
- Add support for escaping context mentions (thanks @KJ7LNW!)
|
||||
- Add DeepSeek R1 support to Chutes provider (thanks @hannesrudolph!)
|
||||
- Add reasoning budget support to Bedrock models for extended thinking (thanks @hannesrudolph!)
|
||||
- Add mermaid diagram support buttons (thanks @qdaxb!)
|
||||
- Update XAI models and pricing (thanks @edwin-truthsearch-io!)
|
||||
- Update O3 model pricing (thanks @mrubens!)
|
||||
- Add manual OpenAI-compatible format specification and parsing (thanks @dflatline!)
|
||||
- Add core tools integration tests for comprehensive coverage (thanks @cte!)
|
||||
- Add JSDoc documentation for ClineAsk and ClineSay types (thanks @hannesrudolph!)
|
||||
- Populate whenToUse descriptions for built-in modes (thanks @mrubens!)
|
||||
- Move concurrent reads setting to context settings with default of 5 (thanks @mrubens!)
|
||||
- Add marketplace footer for issue reporting (thanks @mrubens!)
|
||||
- Fix file write tool with early relPath & newContent validation checks (thanks @Ruakij!)
|
||||
- Fix TaskItem display and copy issues with HTML tags in task messages (thanks @forestyoo!)
|
||||
- Fix OpenRouter cost calculation with BYOK (thanks @chrarnoldus!)
|
||||
- Fix terminal busy state reset after manual commands complete (thanks @hannesrudolph!)
|
||||
- Fix undefined output on multi-file apply_diff operations (thanks @daniel-lxs!)
|
||||
- Convert Jest tests to Vitest and disable default watch mode (thanks @cte!)
|
||||
- Move evals to Postgres database on roocode.com (thanks @cte!)
|
||||
- Update dependency @dotenvx/dotenvx to v1.44.2 (thanks @app/renovate!)
|
||||
- Bump @roo-code/types to v1.26.0 (thanks @cte!)
|
||||
- Apply evals fixes and improvements (thanks @cte!)
|
||||
- Revert panel focus changes that affected menu button visibility (thanks @mrubens!)
|
||||
- Remove temporary monorepo documentation (thanks @mrubens!)
|
||||
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,5 +1,29 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.20.0] - 2025-06-12
|
||||
|
||||
- Add experimental Marketplace for extensions and modes (thanks @Smartsheet-JB-Brown, @elianiva, @monkeyDluffy6017, @NamesMT, @daniel-lxs, and more!)
|
||||
- Add experimental multi-file edits (thanks @samhvw8!)
|
||||
- Move concurrent reads setting to context settings with default of 5
|
||||
- Improve MCP execution UX (thanks @samhvw8!)
|
||||
- Add magic variables support for MCPs with `workspaceFolder` injection (thanks @NamesMT!)
|
||||
- Add prompt history navigation via arrow up/down in prompt field
|
||||
- Add support for escaping context mentions (thanks @KJ7LNW!)
|
||||
- Add DeepSeek R1 support to Chutes provider
|
||||
- Add reasoning budget support to Bedrock models for extended thinking
|
||||
- Add mermaid diagram support buttons (thanks @qdaxb!)
|
||||
- Update XAI models and pricing (thanks @edwin-truthsearch-io!)
|
||||
- Update O3 model pricing
|
||||
- Add manual OpenAI-compatible format specification and parsing (thanks @dflatline!)
|
||||
- Add core tools integration tests for comprehensive coverage
|
||||
- Add JSDoc documentation for ClineAsk and ClineSay types (thanks @hannesrudolph!)
|
||||
- Populate whenToUse descriptions for built-in modes
|
||||
- Fix file write tool with early relPath & newContent validation checks (thanks @Ruakij!)
|
||||
- Fix TaskItem display and copy issues with HTML tags in task messages (thanks @forestyoo!)
|
||||
- Fix OpenRouter cost calculation with BYOK (thanks @chrarnoldus!)
|
||||
- Fix terminal busy state reset after manual commands complete
|
||||
- Fix undefined output on multi-file apply_diff operations (thanks @daniel-lxs!)
|
||||
|
||||
## [3.19.7] - 2025-06-11
|
||||
|
||||
- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.19.7",
|
||||
"version": "3.20.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue