14 references to AgentCommandStrings
aspire (14)
Agents\DeprecatedMcpCommandScanner.cs (1)
184var description = string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.DeprecatedConfigUpdate_Description, location.AgentName);
Agents\McpConfigFileHelper.cs (1)
89string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.MalformedConfigFileError, configFilePath), ex);
Commands\AgentCommand.cs (1)
29: base("agent", AgentCommandStrings.Description, features, updateNotifier, executionContext, interactionService, telemetry)
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);
Commands\AgentMcpCommand.cs (1)
59: base("mcp", AgentCommandStrings.McpCommand_Description, features, updateNotifier, executionContext, interactionService, telemetry)
Resources\AgentCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.AgentCommandStrings", typeof(AgentCommandStrings).Assembly);
Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs (2)
68Message = string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.DeprecatedConfigWarning, location.AgentName), 69Fix = AgentCommandStrings.DeprecatedConfigFix