Skip to content

Commit 4c5c857

Browse files
committed
Merge branch 'main' into cte/monorepo
2 parents d1a4914 + 27cf18c commit 4c5c857

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1784
-1460
lines changed

.changeset/dark-swans-marry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
Add a 'when to use' section to mode definitions

.roo/rules/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
# Adding a New Setting
1818

19-
To add a new setting that persists its state, follow the steps in cline_docs/settings.md
19+
To add a new setting that persists its state, follow the steps in docs/settings.md

README.md

Lines changed: 28 additions & 27 deletions
Large diffs are not rendered by default.

e2e/.vscode-test.mjs

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
* See: https://code.visualstudio.com/api/working-with-extensions/testing-extension
33
*/
44

5-
import { defineConfig } from '@vscode/test-cli';
5+
import { defineConfig } from "@vscode/test-cli"
66

77
export default defineConfig({
8-
label: 'integrationTest',
9-
files: 'out/suite/**/*.test.js',
10-
workspaceFolder: '.',
8+
label: "integrationTest",
9+
files: "out/suite/**/*.test.js",
10+
workspaceFolder: ".",
1111
mocha: {
12-
ui: 'tdd',
12+
ui: "tdd",
1313
timeout: 60000,
1414
},
15-
launchArgs: [
16-
'--enable-proposed-api=RooVeterinaryInc.roo-cline',
17-
'--disable-extensions'
18-
]
19-
});
15+
launchArgs: ["--enable-proposed-api=RooVeterinaryInc.roo-cline", "--disable-extensions"],
16+
})

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@roo-code/vscode-e2e",
33
"private": true,
44
"scripts": {
5-
"lint": "eslint --max-warnings=0 src/**/*.ts",
5+
"lint": "eslint src/**/*.ts --max-warnings=0",
66
"check-types": "tsc --noEmit",
77
"format": "prettier --write src",
88
"test:ci": "pnpm --filter roo-cline build:development && pnpm test:run",

evals/.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python 3.13.2
22
golang 1.24.2
3-
rust 1.86.0
3+
rust 1.85.1
44
nodejs 20.18.1

evals/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cmdk": "^1.1.0",
3333
"fuzzysort": "^3.1.0",
3434
"lucide-react": "^0.510.0",
35-
"next": "15.3.2",
35+
"next": "15.2.2",
3636
"next-themes": "^0.4.6",
3737
"p-map": "^7.0.3",
3838
"ps-tree": "^1.2.0",

0 commit comments

Comments
 (0)