Merge pull request #48 from hobbyistlabs-coder/enable-go-eval-browser-action-10697462541635882570
feat: Enable GoEval and BrowserAction tools by default
This commit is contained in:
commit
43b8f055f3
1 changed files with 6 additions and 0 deletions
|
|
@ -514,6 +514,12 @@ func DefaultConfig() *Config {
|
|||
WriteFile: ToolConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
BrowserAction: ToolConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
GoEval: ToolConfig{
|
||||
Enabled: true,
|
||||
},
|
||||
},
|
||||
Heartbeat: HeartbeatConfig{
|
||||
Enabled: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue