mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
changeset version bump
This commit is contained in:
parent
5b93bc7dc3
commit
51625b2dd6
20 changed files with 53 additions and 26 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
"@roo-code/types": patch
|
||||
---
|
||||
|
||||
Add support for OpenAI `gpt-5.4-mini` and `gpt-5.4-nano` models.
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Add Poe as an AI provider so users can access Poe models directly in Roo Code (PR #12015 by @kamilio)
|
||||
- Improve the xAI provider by migrating it to the Responses API with reusable transform utilities (#11961 by @carlesso, PR #11962 by @carlesso)
|
||||
- Fix MiniMax model listings and context window handling for more reliable configuration (#11999 by @Rexarrior, PR #12069 by @Rexarrior)
|
||||
- Add xAI Grok-4.20 models and update the default xAI model selection (#11955 by @carlesso, PR #11956 by @carlesso)
|
||||
- Add OpenAI GPT-5.4 mini and nano models to expand the available OpenAI model lineup (PR #11946 by @PeterDaveHello)
|
||||
- Chore: include the automated version bump PR from the previous release cycle for complete release accounting (PR #11892 by @app/github-actions)
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.52.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add Poe as an AI provider so users can access Poe models directly in Roo Code (PR #12015 by @kamilio)
|
||||
- Improve the xAI provider by migrating it to the Responses API with reusable transform utilities (#11961 by @carlesso, PR #11962 by @carlesso)
|
||||
- Fix MiniMax model listings and context window handling for more reliable configuration (#11999 by @Rexarrior, PR #12069 by @Rexarrior)
|
||||
- Add xAI Grok-4.20 models and update the default xAI model selection (#11955 by @carlesso, PR #11956 by @carlesso)
|
||||
- Add OpenAI GPT-5.4 mini and nano models to expand the available OpenAI model lineup (PR #11946 by @PeterDaveHello)
|
||||
- Chore: include the automated version bump PR from the previous release cycle for complete release accounting (PR #11892 by @app/github-actions)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Add support for OpenAI `gpt-5.4-mini` and `gpt-5.4-nano` models.
|
||||
|
||||
## 3.51.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
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": "eslint src --ext=ts,tsx --max-warnings=0",
|
||||
|
|
|
|||
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": "eslint src --ext=ts,tsx --max-warnings=0",
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"@radix-ui/react-navigation-menu": "^1.2.14",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@roo-code/evals": "workspace:^",
|
||||
"@roo-code/types": "^1.108.0",
|
||||
"@roo-code/types": "^0.0.1",
|
||||
"@tanstack/react-query": "^5.90.20",
|
||||
"@vercel/og": "^0.8.6",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
|
|
|
|||
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 services.",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"exports": "./src/index.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
3
packages/core/CHANGELOG.md
Normal file
3
packages/core/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# @roo-code/core
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@roo-code/core",
|
||||
"description": "Platform agnostic core functionality for Roo Code.",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
|
|
|||
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
|
||||
|
||||
- Add support for OpenAI `gpt-5.4-mini` and `gpt-5.4-nano` models.
|
||||
|
|
@ -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.51.1",
|
||||
"version": "3.52.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue