mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
* Dockerize evals * Update README * Add git config commands * Increase task time limit * More progress * Remove debuggin * Log cli output to tempfile * It's working |
||
|---|---|---|
| .. | ||
| apps | ||
| config | ||
| packages | ||
| .env.sample | ||
| .gitignore | ||
| .npmrc | ||
| Dockerfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| turbo.json | ||
Benchmark Harness
Get Started
Clone the Roo Code repo:
git clone https://github.com/RooVetGit/Roo-Code.git
Install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
# Reload shell.
nvm install
Install pnpm:
npm install --global corepack@latest
corepack enable pnpm
corepack use pnpm@latest-10
Build the Roo Code extension:
npm run install:all
npx vsce package --out bin/roo-code-latest.vsix
code --install-extension bin/roo-code-latest.vsix
Install and run Docker Desktop.
Build a container to run the Roo Code evals:
cd benchmark
pnpm install
pnpm docker:start
Navigation to localhost:3000 in your browser.