1 write to _interactionService
aspire (1)
Commands\AgentInitCommand.cs (1)
49
_interactionService
= interactionService;
8 references to _interactionService
aspire (8)
Commands\AgentInitCommand.cs (8)
72
var workspaceRootPath = await
_interactionService
.PromptForFilePathAsync(
100
var applicators = await
_interactionService
.ShowStatusAsync(
106
_interactionService
.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected);
134
var selected = await
_interactionService
.PromptForSelectionsAsync(
153
_interactionService
.DisplayError(ex.Message);
156
_interactionService
.DisplaySubtleMessage(
165
_interactionService
.DisplayMessage(KnownEmojis.Warning, AgentCommandStrings.ConfigurationCompletedWithErrors);
169
_interactionService
.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);