Commands\AgentInitCommand.cs (7)
47: base("init", AgentCommandStrings.InitCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
200AgentCommandStrings.InitCommand_InstallSkillFile,
220AgentCommandStrings.InitCommand_ConfigureMcpServer,
238AgentCommandStrings.InitCommand_WhatToConfigure,
247_interactionService.DisplaySubtleMessage(AgentCommandStrings.InitCommand_NothingSelected);
265string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.SkippedMalformedConfigFile, applicator.Description));
273_interactionService.DisplayMessage(KnownEmojis.Warning, AgentCommandStrings.ConfigurationCompletedWithErrors);