72 references to AgentCommandStrings
aspire (66)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (1)
462AgentCommandStrings.AspireSkillsInstaller_ArchiveHashVerificationFailed,
Agents\AspireSkills\AspireSkillsInstaller.cs (12)
61AgentCommandStrings.AspireSkillsInstaller_InstallingStatus, 153? embeddedResult.Message ?? AgentCommandStrings.AspireSkillsInstaller_GitHubUnavailable 156: AgentCommandStrings.AspireSkillsInstaller_GitHubUnavailable; 243AgentCommandStrings.PlaywrightCliInstaller_ProvenanceVerificationFailed, 266return AcquisitionResult.Failed(string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.AspireSkillsInstaller_InvalidBundle, ex.Message)); 302AgentCommandStrings.AspireSkillsInstaller_InvalidMetadata, 363return AcquisitionResult.Failed(string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.AspireSkillsInstaller_InvalidBundle, ex.Message)); 371return AgentCommandStrings.AspireSkillsInstaller_MissingMetadataVersion; 378AgentCommandStrings.AspireSkillsInstaller_MetadataRepositoryMismatch, 385return AgentCommandStrings.AspireSkillsInstaller_MissingMetadataTag; 390return AgentCommandStrings.AspireSkillsInstaller_MissingMetadataAssetName; 395return AgentCommandStrings.AspireSkillsInstaller_MissingMetadataSha512;
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);
Agents\Playwright\PlaywrightCliInstaller.cs (8)
112AgentCommandStrings.PlaywrightCliInstaller_InstallingStatus, 139return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.PlaywrightCliInstaller_InvalidVersionOverride, VersionOverrideKey, versionOverride)); 155return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.PlaywrightCliInstaller_FailedToResolvePackage, NpmPackageInfo.FormatPackageSpecifier(PackageName, effectiveRange))); 204return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.PlaywrightCliInstaller_FailedToDownload, NpmPackageInfo.FormatPackageSpecifier(PackageName, packageInfo.Version))); 233return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.PlaywrightCliInstaller_ProvenanceVerificationFailed, NpmPackageInfo.FormatPackageSpecifier(PackageName, packageInfo.Version), provenanceResult.Outcome)); 249return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.PlaywrightCliInstaller_FailedToInstallGlobally, NpmPackageInfo.FormatPackageSpecifier(PackageName, packageInfo.Version))); 287return (PlaywrightInstallStatus.Failed, AgentCommandStrings.PlaywrightCliInstaller_FailedToGenerateSkillFiles); 297return (PlaywrightInstallStatus.InstalledWithWarnings, AgentCommandStrings.PlaywrightCliInstaller_InstalledWithMirrorWarnings);
Agents\SkillDefinition.cs (2)
21AgentCommandStrings.SkillDescription_PlaywrightCli, 33AgentCommandStrings.SkillDescription_DotnetInspect,
Agents\SkillLocation.cs (8)
20AgentCommandStrings.SkillLocation_StandardName, 21AgentCommandStrings.SkillLocation_StandardDescription, 31AgentCommandStrings.SkillLocation_ClaudeCodeName, 32AgentCommandStrings.SkillLocation_ClaudeCodeDescription, 42AgentCommandStrings.SkillLocation_GitHubSkillsName, 43AgentCommandStrings.SkillLocation_GitHubSkillsDescription, 53AgentCommandStrings.SkillLocation_OpenCodeName, 54AgentCommandStrings.SkillLocation_OpenCodeDescription,
Commands\AgentCommand.cs (1)
20: base("agent", AgentCommandStrings.Description, services)
Commands\AgentInitCommand.cs (20)
41: base("init", AgentCommandStrings.InitCommand_Description, services) 57Description = AgentCommandStrings.InitCommand_WorkspaceRootOptionDescription 62Description = string.Format(CultureInfo.InvariantCulture, AgentCommandStrings.InitCommand_SkillLocationsOptionDescription, 71Description = string.Format(CultureInfo.InvariantCulture, AgentCommandStrings.InitCommand_SkillsOptionDescription, 241AgentCommandStrings.InitCommand_SelectSkillLocations, 283AgentCommandStrings.InitCommand_ConfigureMcpServer, 320AgentCommandStrings.InitCommand_SelectSkills, 325AgentEnvironmentApplicator app => $"[bold]{app.Description}[/] [dim]{AgentCommandStrings.InitCommand_ConfiguresDetectedAgentEnvironments}[/]", 414InteractionService.DisplayMessage(KnownEmojis.CheckMarkButton, AgentCommandStrings.InitCommand_InstalledPlaywrightCli); 425InteractionService.DisplaySubtleMessage(AgentCommandStrings.InitCommand_PlaywrightCliSkipped); 455string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.SkippedMalformedConfigFile, combinedMcpApplicator.Description)); 469InteractionService.DisplayMessage(KnownEmojis.Warning, AgentCommandStrings.ConfigurationCompletedWithErrors); 504string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_TelemetryHooksInstalled, clientNames)); 512TelemetryHookSkipReason.MalformedConfig => string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_TelemetryHookSkippedMalformedConfig, clientName), 513TelemetryHookSkipReason.UnexpectedConfigShape => string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_TelemetryHookSkippedUnexpectedShape, clientName), 514_ => string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_TelemetryHookWriteFailed, clientName), 749string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_FailedToInstallSkill, skill.Name, fullSkillDirectoryPath, ex.Message)); 764AgentCommandStrings.InitCommand_InstalledSkillsSummary, 765$" {string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_InstalledSkillsSummarySkills, skillNames)}", 766$" {string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_InstalledSkillsSummaryLocations, locations)}");
Commands\AgentMcpCommand.cs (1)
63: base("mcp", AgentCommandStrings.McpCommand_Description, services)
Commands\AgentTelemetryCommand.cs (8)
43Description = AgentCommandStrings.AgentTelemetryCommand_EventTypeDescription 48Description = AgentCommandStrings.AgentTelemetryCommand_ClientNameDescription 53Description = AgentCommandStrings.AgentTelemetryCommand_SessionIdDescription 58Description = AgentCommandStrings.AgentTelemetryCommand_SkillNameDescription 63Description = AgentCommandStrings.AgentTelemetryCommand_ToolNameDescription 68Description = AgentCommandStrings.AgentTelemetryCommand_FileReferenceDescription 73Description = AgentCommandStrings.AgentTelemetryCommand_TimestampDescription 77: base("telemetry", AgentCommandStrings.AgentTelemetryCommand_Description, services)
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)
70Message = string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.DeprecatedConfigWarning, location.AgentName), 71Fix = AgentCommandStrings.DeprecatedConfigFix
Aspire.Cli.Tests (6)
Commands\AgentInitCommandTests.cs (6)
51AgentCommandStrings.InitCommand_InstalledSkillsSummary, 52$" {string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_InstalledSkillsSummarySkills, CommonAgentApplicators.AspireSkillName)}", 53$" {string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_InstalledSkillsSummaryLocations, ".agents/skills, ~/.agents/skills")}"); 85AgentCommandStrings.InitCommand_InstalledSkillsSummary, 88AgentCommandStrings.InitCommand_InstalledSkillsSummarySkills, 90$" {string.Format(CultureInfo.CurrentCulture, AgentCommandStrings.InitCommand_InstalledSkillsSummaryLocations, ".agents/skills, ~/.agents/skills")}");