1 write to _interactionService
aspire (1)
Commands\AgentInitCommand.cs (1)
49_interactionService = interactionService;
8 references to _interactionService
aspire (8)
Commands\AgentInitCommand.cs (8)
72var workspaceRootPath = await _interactionService.PromptForFilePathAsync( 100var applicators = await _interactionService.ShowStatusAsync( 106_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 134var 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);