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:
hobbyistlabs-coder 2026-03-18 14:21:45 -04:00 committed by GitHub
commit 43b8f055f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -514,6 +514,12 @@ func DefaultConfig() *Config {
WriteFile: ToolConfig{ WriteFile: ToolConfig{
Enabled: true, Enabled: true,
}, },
BrowserAction: ToolConfig{
Enabled: true,
},
GoEval: ToolConfig{
Enabled: true,
},
}, },
Heartbeat: HeartbeatConfig{ Heartbeat: HeartbeatConfig{
Enabled: true, Enabled: true,