Update pkg/config/defaults.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
970a56801b
commit
c1e33f6151
1 changed files with 3 additions and 0 deletions
|
|
@ -382,6 +382,9 @@ func DefaultConfig() *Config {
|
|||
ExecTimeoutMinutes: 5,
|
||||
},
|
||||
Exec: ExecConfig{
|
||||
ToolConfig: ToolConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
RiskThreshold: "medium",
|
||||
},
|
||||
Skills: SkillsToolsConfig{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue