mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
changeset version bump
This commit is contained in:
parent
ffc8dc7b6b
commit
e56d468e7b
18 changed files with 39 additions and 49 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!)
|
||||
|
|
@ -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
|
||||
|
|
|
|||
3
apps/web-evals/CHANGELOG.md
Normal file
3
apps/web-evals/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/web-evals
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/web-evals",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "next lint",
|
||||
|
|
|
|||
3
apps/web-roo-code/CHANGELOG.md
Normal file
3
apps/web-roo-code/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/web-roo-code
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/web-roo-code",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "next lint",
|
||||
|
|
|
|||
3
packages/cloud/CHANGELOG.md
Normal file
3
packages/cloud/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/cloud
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
3
packages/evals/CHANGELOG.md
Normal file
3
packages/evals/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/evals
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
3
packages/ipc/CHANGELOG.md
Normal file
3
packages/ipc/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/ipc
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
3
packages/telemetry/CHANGELOG.md
Normal file
3
packages/telemetry/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/telemetry
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -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": {
|
||||
|
|
|
|||
7
packages/types/CHANGELOG.md
Normal file
7
packages/types/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# @roo-code/types
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Update x.ai supported models and metadata. Ensure accurate cost accounting.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/types",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"main": "./dist/index.cjs",
|
||||
"exports": {
|
||||
|
|
|
|||
|
|
@ -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