72 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)
89
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)
57
Description =
AgentCommandStrings
.InitCommand_WorkspaceRootOptionDescription
62
Description = string.Format(CultureInfo.InvariantCulture,
AgentCommandStrings
.InitCommand_SkillLocationsOptionDescription,
71
Description = string.Format(CultureInfo.InvariantCulture,
AgentCommandStrings
.InitCommand_SkillsOptionDescription,
241
AgentCommandStrings
.InitCommand_SelectSkillLocations,
283
AgentCommandStrings
.InitCommand_ConfigureMcpServer,
320
AgentCommandStrings
.InitCommand_SelectSkills,
325
AgentEnvironmentApplicator app => $"[bold]{app.Description}[/] [dim]{
AgentCommandStrings
.InitCommand_ConfiguresDetectedAgentEnvironments}[/]",
414
InteractionService.DisplayMessage(KnownEmojis.CheckMarkButton,
AgentCommandStrings
.InitCommand_InstalledPlaywrightCli);
425
InteractionService.DisplaySubtleMessage(
AgentCommandStrings
.InitCommand_PlaywrightCliSkipped);
455
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.SkippedMalformedConfigFile, combinedMcpApplicator.Description));
469
InteractionService.DisplayMessage(KnownEmojis.Warning,
AgentCommandStrings
.ConfigurationCompletedWithErrors);
504
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHooksInstalled, clientNames));
512
TelemetryHookSkipReason.MalformedConfig => string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHookSkippedMalformedConfig, clientName),
513
TelemetryHookSkipReason.UnexpectedConfigShape => string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHookSkippedUnexpectedShape, clientName),
514
_ => string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_TelemetryHookWriteFailed, clientName),
749
string.Format(CultureInfo.CurrentCulture,
AgentCommandStrings
.InitCommand_FailedToInstallSkill, skill.Name, fullSkillDirectoryPath, ex.Message));
764
AgentCommandStrings
.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)
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 (6)
Commands\AgentInitCommandTests.cs (6)
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")}");