mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update evals defaults
This commit is contained in:
parent
4abc283f61
commit
436a606549
2 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue