chore: add name for helper tool name resolver

tauraamui created

Change summary

internal/config/config.go | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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",