diff --git a/config/config_tool.go b/config/config_tool.go index c3b6bfa..e7e9987 100644 --- a/config/config_tool.go +++ b/config/config_tool.go @@ -120,6 +120,10 @@ func (cfg *Config) registerTools(f *configFile) error { context.Synthesizer = p } + if config.Name == "" { + config.Name = id + } + tool, err := createTool(config, context) if err != nil {