1 write to _interactionService
aspire (1)
Commands\AgentInitCommand.cs (1)
49
_interactionService
= interactionService;
14 references to _interactionService
aspire (14)
Commands\AgentInitCommand.cs (14)
112
var workspaceRootPath = await
_interactionService
.PromptForFilePathAsync(
143
var applicators = await
_interactionService
.ShowStatusAsync(
149
_interactionService
.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected);
162
_interactionService
.DisplayMessage(KnownEmojis.Wrench, update.Description);
166
_interactionService
.DisplayError(ex.Message);
172
_interactionService
.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);
206
_interactionService
.DisplayMessage(KnownEmojis.CheckMark, skill.Description);
226
_interactionService
.DisplayMessage(KnownEmojis.CheckMark, mcp.Description);
237
var selected = await
_interactionService
.PromptForSelectionsAsync(
247
_interactionService
.DisplaySubtleMessage(AgentCommandStrings.InitCommand_NothingSelected);
261
_interactionService
.DisplayError(ex.Message);
264
_interactionService
.DisplaySubtleMessage(
273
_interactionService
.DisplayMessage(KnownEmojis.Warning, AgentCommandStrings.ConfigurationCompletedWithErrors);
277
_interactionService
.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);