Skip to content

Commit 436a606

Browse files
committed
Update evals defaults
1 parent 4abc283 commit 436a606

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/evals/src/cli/runTask.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ export const runTask = async ({ run, task, publish, logger }: RunTaskOptions) =>
212212

213213
const loggableSays: ClineSay[] = [
214214
"error",
215-
"completion_result",
216215
"command_output",
217216
"rooignore_error",
218217
"diff_error",

packages/types/src/global-settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
222222
alwaysAllowUpdateTodoList: true,
223223
followupAutoApproveTimeoutMs: 0,
224224
allowedCommands: ["*"],
225-
commandExecutionTimeout: 30,
225+
commandExecutionTimeout: 20,
226226
commandTimeoutAllowlist: [],
227227
preventCompletionWithOpenTodos: false,
228228

@@ -266,7 +266,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
266266

267267
mcpEnabled: false,
268268

269-
mode: "code",
269+
mode: "architect",
270270

271271
customModes: [],
272272
}

0 commit comments

Comments
 (0)