mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update default settings for evals (#3130)
This commit is contained in:
parent
aae6fc0ad2
commit
369e3a610b
2 changed files with 29 additions and 3 deletions
|
|
@ -6,6 +6,8 @@ export const rooCodeDefaults: RooCodeSettings = {
|
|||
|
||||
lastShownAnnouncementId: "apr-30-2025-3-15",
|
||||
|
||||
pinnedApiConfigs: {},
|
||||
|
||||
autoApprovalEnabled: true,
|
||||
alwaysAllowReadOnly: true,
|
||||
alwaysAllowReadOnlyOutsideWorkspace: false,
|
||||
|
|
@ -22,17 +24,43 @@ export const rooCodeDefaults: RooCodeSettings = {
|
|||
allowedCommands: ["*"],
|
||||
|
||||
browserToolEnabled: false,
|
||||
browserViewportSize: "900x600",
|
||||
screenshotQuality: 75,
|
||||
remoteBrowserEnabled: false,
|
||||
|
||||
ttsEnabled: false,
|
||||
ttsSpeed: 1,
|
||||
soundEnabled: false,
|
||||
soundVolume: 0.5,
|
||||
|
||||
terminalOutputLineLimit: 500,
|
||||
terminalShellIntegrationTimeout: 30000,
|
||||
terminalCommandDelay: 0,
|
||||
terminalPowershellCounter: false,
|
||||
terminalZshOhMy: true,
|
||||
terminalZshClearEolMark: true,
|
||||
terminalZshP10k: false,
|
||||
terminalZdotdir: true,
|
||||
terminalCompressProgressBar: true,
|
||||
terminalShellIntegrationDisabled: true,
|
||||
|
||||
diffEnabled: true,
|
||||
fuzzyMatchThreshold: 1,
|
||||
|
||||
enableCheckpoints: false,
|
||||
|
||||
rateLimitSeconds: 0,
|
||||
maxOpenTabsContext: 20,
|
||||
maxWorkspaceFiles: 200,
|
||||
showRooIgnoredFiles: true,
|
||||
maxReadFileLine: 500,
|
||||
|
||||
terminalShellIntegrationDisabled: true,
|
||||
language: "en",
|
||||
telemetrySetting: "enabled",
|
||||
|
||||
mcpEnabled: false,
|
||||
|
||||
mode: "code",
|
||||
|
||||
customModes: [],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -399,8 +399,6 @@ export const providerSettingsSchema = z.object({
|
|||
// OpenAI Native
|
||||
openAiNativeApiKey: z.string().optional(),
|
||||
openAiNativeBaseUrl: z.string().optional(),
|
||||
// XAI
|
||||
xaiApiKey: z.string().optional(),
|
||||
// Mistral
|
||||
mistralApiKey: z.string().optional(),
|
||||
mistralCodestralUrl: z.string().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue