1 write to _interactionService
aspire (1)
Commands\AgentInitCommand.cs (1)
48_interactionService = interactionService;
5 references to _interactionService
aspire (5)
Commands\AgentInitCommand.cs (5)
71var workspaceRootPath = await _interactionService.PromptForStringAsync( 98var applicators = await _interactionService.ShowStatusAsync( 104_interactionService.DisplaySubtleMessage(McpCommandStrings.InitCommand_NoAgentEnvironmentsDetected); 132var selected = await _interactionService.PromptForSelectionsAsync( 147_interactionService.DisplaySuccess(McpCommandStrings.InitCommand_ConfigurationComplete);