77 references to AgentCommandStrings
aspire (66)
Agents\AspireSkills\AspireSkillsBundleProvider.cs (1)
462
AgentCommandStrings
.AspireSkillsInstaller_ArchiveHashVerificationFailed,
Agents\AspireSkills\AspireSkillsInstaller.cs (12)
61
AgentCommandStrings
.AspireSkillsInstaller_InstallingStatus,
153
? embeddedResult.Message ??
AgentCommandStrings
.AspireSkillsInstaller_GitHubUnavailable
156
:
AgentCommandStrings
.AspireSkillsInstaller_GitHubUnavailable;
243
AgentCommandStrings
.PlaywrightCliInstaller_ProvenanceVerificationFailed,
266
return AcquisitionResult.Failed(string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.AspireSkillsInstaller_InvalidBundle, ex.Message));
302
AgentCommandStrings
.AspireSkillsInstaller_InvalidMetadata,
363
return AcquisitionResult.Failed(string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.AspireSkillsInstaller_InvalidBundle, ex.Message));
371
return
AgentCommandStrings
.AspireSkillsInstaller_MissingMetadataVersion;
378
AgentCommandStrings
.AspireSkillsInstaller_MetadataRepositoryMismatch,
385
return
AgentCommandStrings
.AspireSkillsInstaller_MissingMetadataTag;
390
return
AgentCommandStrings
.AspireSkillsInstaller_MissingMetadataAssetName;
395
return
AgentCommandStrings
.AspireSkillsInstaller_MissingMetadataSha512;
Agents\DeprecatedMcpCommandScanner.cs (1)
184
var description = string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.DeprecatedConfigUpdate_Description, location.AgentName);
Agents\McpConfigFileHelper.cs (1)
91
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.MalformedConfigFileError, configFilePath), ex);
Agents\Playwright\PlaywrightCliInstaller.cs (8)
112
AgentCommandStrings
.PlaywrightCliInstaller_InstallingStatus,
139
return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.PlaywrightCliInstaller_InvalidVersionOverride, VersionOverrideKey, versionOverride));
155
return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.PlaywrightCliInstaller_FailedToResolvePackage, NpmPackageInfo.FormatPackageSpecifier(PackageName, effectiveRange)));
204
return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.PlaywrightCliInstaller_FailedToDownload, NpmPackageInfo.FormatPackageSpecifier(PackageName, packageInfo.Version)));
233
return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.PlaywrightCliInstaller_ProvenanceVerificationFailed, NpmPackageInfo.FormatPackageSpecifier(PackageName, packageInfo.Version), provenanceResult.Outcome));
249
return (PlaywrightInstallStatus.Failed, string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.PlaywrightCliInstaller_FailedToInstallGlobally, NpmPackageInfo.FormatPackageSpecifier(PackageName, packageInfo.Version)));
287
return (PlaywrightInstallStatus.Failed,
AgentCommandStrings
.PlaywrightCliInstaller_FailedToGenerateSkillFiles);
297
return (PlaywrightInstallStatus.InstalledWithWarnings,
AgentCommandStrings
.PlaywrightCliInstaller_InstalledWithMirrorWarnings);
Agents\SkillDefinition.cs (2)
21
AgentCommandStrings
.SkillDescription_PlaywrightCli,
33
AgentCommandStrings
.SkillDescription_DotnetInspect,
Agents\SkillLocation.cs (8)
20
AgentCommandStrings
.SkillLocation_StandardName,
21
AgentCommandStrings
.SkillLocation_StandardDescription,
31
AgentCommandStrings
.SkillLocation_ClaudeCodeName,
32
AgentCommandStrings
.SkillLocation_ClaudeCodeDescription,
42
AgentCommandStrings
.SkillLocation_GitHubSkillsName,
43
AgentCommandStrings
.SkillLocation_GitHubSkillsDescription,
53
AgentCommandStrings
.SkillLocation_OpenCodeName,
54
AgentCommandStrings
.SkillLocation_OpenCodeDescription,
Commands\AgentCommand.cs (1)
20
: base("agent",
AgentCommandStrings
.Description, services)
Commands\AgentInitCommand.cs (20)
41
: base("init",
AgentCommandStrings
.InitCommand_Description, services)
58
Description =
AgentCommandStrings
.InitCommand_WorkspaceRootOptionDescription
63
Description = string.Format(CultureInfo.InvariantCulture,
AgentCommandStrings
.InitCommand_SkillLocationsOptionDescription,
72
Description = string.Format(CultureInfo.InvariantCulture,
AgentCommandStrings
.InitCommand_SkillsOptionDescription,
88
Description =
AgentCommandStrings
.InitCommand_McpOptionDescription,
226
AgentCommandStrings
.InitCommand_SelectSkillLocations,
279
AgentCommandStrings
.InitCommand_SelectSkills,
304
AgentCommandStrings
.InitCommand_ConfigureMcpServerPrompt,
376
InteractionService.DisplayMessage(KnownEmojis.CheckMarkButton,
AgentCommandStrings
.InitCommand_InstalledPlaywrightCli);
387
InteractionService.DisplaySubtleMessage(
AgentCommandStrings
.InitCommand_PlaywrightCliSkipped);
421
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.SkippedMalformedConfigFile, target.Description));
436
InteractionService.DisplayMessage(KnownEmojis.Warning,
AgentCommandStrings
.ConfigurationCompletedWithErrors);
471
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHooksInstalled, clientNames));
479
TelemetryHookSkipReason.MalformedConfig => string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHookSkippedMalformedConfig, clientName),
480
TelemetryHookSkipReason.UnexpectedConfigShape => string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHookSkippedUnexpectedShape, clientName),
481
_ => string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHookWriteFailed, clientName),
707
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_FailedToInstallSkill, skill.Name, fullSkillDirectoryPath, ex.Message));
722
AgentCommandStrings
.InitCommand_InstalledSkillsSummary,
723
$" {string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_InstalledSkillsSummarySkills, skillNames)}",
724
$" {string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_InstalledSkillsSummaryLocations, locations)}");
Commands\AgentMcpCommand.cs (1)
63
: base("mcp",
AgentCommandStrings
.McpCommand_Description, services)
Commands\AgentTelemetryCommand.cs (8)
43
Description =
AgentCommandStrings
.AgentTelemetryCommand_EventTypeDescription
48
Description =
AgentCommandStrings
.AgentTelemetryCommand_ClientNameDescription
53
Description =
AgentCommandStrings
.AgentTelemetryCommand_SessionIdDescription
58
Description =
AgentCommandStrings
.AgentTelemetryCommand_SkillNameDescription
63
Description =
AgentCommandStrings
.AgentTelemetryCommand_ToolNameDescription
68
Description =
AgentCommandStrings
.AgentTelemetryCommand_FileReferenceDescription
73
Description =
AgentCommandStrings
.AgentTelemetryCommand_TimestampDescription
77
: base("telemetry",
AgentCommandStrings
.AgentTelemetryCommand_Description, services)
Resources\AgentCommandStrings.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.AgentCommandStrings", typeof(
AgentCommandStrings
).Assembly);
Utils\EnvironmentChecker\DeprecatedAgentConfigCheck.cs (2)
70
Message = string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.DeprecatedConfigWarning, location.AgentName),
71
Fix =
AgentCommandStrings
.DeprecatedConfigFix
Aspire.Cli.Tests (11)
Commands\AgentInitCommandTests.cs (9)
51
AgentCommandStrings
.InitCommand_InstalledSkillsSummary,
52
$" {string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_InstalledSkillsSummarySkills, CommonAgentApplicators.AspireSkillName)}",
53
$" {string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_InstalledSkillsSummaryLocations, ".agents/skills, ~/.agents/skills")}");
85
AgentCommandStrings
.InitCommand_InstalledSkillsSummary,
88
AgentCommandStrings
.InitCommand_InstalledSkillsSummarySkills,
90
$" {string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_InstalledSkillsSummaryLocations, ".agents/skills, ~/.agents/skills")}");
742
AgentCommandStrings
.InitCommand_ConfigureMcpServer,
770
AgentCommandStrings
.InitCommand_ConfigureMcpServer,
798
AgentCommandStrings
.InitCommand_ConfigureMcpServer,
Commands\InitCommandTests.cs (1)
661
AgentCommandStrings
.InitCommand_ConfigureMcpServer,
Commands\NewCommandTests.cs (1)
3249
AgentCommandStrings
.InitCommand_ConfigureMcpServer,