diff --git a/internal/config/config.go b/internal/config/config.go index 3578850d228b78503e67e630a9b688c575403b9c..fc5d62ef1c361c4e4aae29a2683ed92c8e76fd9d 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -428,6 +428,7 @@ func (c *Config) SetProviderAPIKey(providerID, apiKey string) error { func allToolNames() []string { return []string{ + "agent", "bash", "download", "edit",