mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Revert changes
This commit is contained in:
parent
629aa774f3
commit
fdbd49db67
14 changed files with 7 additions and 32 deletions
|
|
@ -1,3 +0,0 @@
|
|||
# @roo-code/web-evals
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/web-evals",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "next lint",
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# @roo-code/web-roo-code
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@roo-code/web-roo-code",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "next lint",
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# @roo-code/cloud
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@roo-code/cloud",
|
||||
"description": "Roo Code Cloud VSCode integration.",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": "./src/index.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# @roo-code/evals
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@roo-code/evals",
|
||||
"description": "Roo Code evals.",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": "./src/index.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# @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.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": "./src/index.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
# @roo-code/telemetry
|
||||
|
||||
## 0.0.1
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@roo-code/telemetry",
|
||||
"description": "Roo Code telemetry service and clients.",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"exports": "./src/index.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
# @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.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"main": "./dist/index.cjs",
|
||||
"exports": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue