Update evals defaults

This commit is contained in:
cte 2025-07-22 12:28:18 -07:00
parent 4abc283f61
commit 436a606549
2 changed files with 2 additions and 3 deletions

View file

@ -212,7 +212,6 @@ export const runTask = async ({ run, task, publish, logger }: RunTaskOptions) =>
const loggableSays: ClineSay[] = [
"error",
"completion_result",
"command_output",
"rooignore_error",
"diff_error",

View file

@ -222,7 +222,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
alwaysAllowUpdateTodoList: true,
followupAutoApproveTimeoutMs: 0,
allowedCommands: ["*"],
commandExecutionTimeout: 30,
commandExecutionTimeout: 20,
commandTimeoutAllowlist: [],
preventCompletionWithOpenTodos: false,
@ -266,7 +266,7 @@ export const EVALS_SETTINGS: RooCodeSettings = {
mcpEnabled: false,
mode: "code",
mode: "architect",
customModes: [],
}