changeset version bump

This commit is contained in:
github-actions[bot] 2025-06-12 21:55:55 +00:00
parent ffc8dc7b6b
commit e56d468e7b
18 changed files with 39 additions and 49 deletions

View file

@ -1,5 +0,0 @@
---
"@roo-code/types": patch
---
Update x.ai supported models and metadata. Ensure accurate cost accounting.

View file

@ -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!)

View file

@ -1,5 +1,11 @@
# Roo Code Changelog
## 3.20.0
### Minor Changes
- - Add comprehensive Marketplace system for extensions and modes (thanks @mrubens!)
## [3.19.7] - 2025-06-11
- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing

View file

@ -0,0 +1,3 @@
# @roo-code/web-evals
## 0.0.1

View file

@ -1,6 +1,6 @@
{
"name": "@roo-code/web-evals",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"lint": "next lint",

View file

@ -0,0 +1,3 @@
# @roo-code/web-roo-code
## 0.0.1

View file

@ -1,6 +1,6 @@
{
"name": "@roo-code/web-roo-code",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"lint": "next lint",

View file

@ -0,0 +1,3 @@
# @roo-code/cloud
## 0.0.1

View file

@ -1,7 +1,7 @@
{
"name": "@roo-code/cloud",
"description": "Roo Code Cloud VSCode integration.",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"exports": "./src/index.ts",
"scripts": {

View file

@ -0,0 +1,3 @@
# @roo-code/evals
## 0.0.1

View file

@ -1,7 +1,7 @@
{
"name": "@roo-code/evals",
"description": "Roo Code evals.",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"exports": "./src/index.ts",
"scripts": {

View file

@ -0,0 +1,3 @@
# @roo-code/ipc
## 0.0.1

View file

@ -1,7 +1,7 @@
{
"name": "@roo-code/ipc",
"description": "IPC server and client for remote Roo Code access.",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"exports": "./src/index.ts",
"scripts": {

View file

@ -0,0 +1,3 @@
# @roo-code/telemetry
## 0.0.1

View file

@ -1,7 +1,7 @@
{
"name": "@roo-code/telemetry",
"description": "Roo Code telemetry service and clients.",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"exports": "./src/index.ts",
"scripts": {

View file

@ -0,0 +1,7 @@
# @roo-code/types
## 0.0.1
### Patch Changes
- Update x.ai supported models and metadata. Ensure accurate cost accounting.

View file

@ -1,6 +1,6 @@
{
"name": "@roo-code/types",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "./dist/index.cjs",
"exports": {

View file

@ -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",