1 write to _interactionService
aspire (1)
Commands\AgentInitCommand.cs (1)
52_interactionService = interactionService;
5 references to _interactionService
aspire (5)
Commands\AgentInitCommand.cs (5)
75var workspaceRootPath = await _interactionService.PromptForStringAsync( 102var applicators = await _interactionService.ShowStatusAsync( 108_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 136var selected = await _interactionService.PromptForSelectionsAsync( 151_interactionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);