You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host-ForegroundColor Yellow "Currently the AIShell PowerShell module will only work in iTerm2 terminal and still has limited support but if you would like to test it, you can install it with 'Install-PSResource -Name AIShell -Repository PSGallery -Prerelease'."
213
-
Write-Host-ForegroundColor Yellow "The AI Shell app has been added to your path, please run 'aish' to use the standalone experience."
208
+
$modVersion=$Script:ModuleVersion
209
+
Write-Host"Installing the PowerShell module 'AIShell' $modVersion ..."
Write-Host"`n$message been successfully uninstalled."-ForegroundColor Green
240
+
Write-Host-ForegroundColor Green "`nAI Shell App and PowerShell module have been successfully uninstalled."
242
241
} else {
243
242
Install-AIShellApp
244
243
Install-AIShellModule
245
244
246
-
$message=$IsWindows?"'Start-AIShell'" : "'aish'"
247
-
Write-Host"`nInstallation succeeded.`nTo learn more about AI Shell please visit https://aka.ms/AIShell-Docs.`nTo get started please run $message to start AI Shell."-ForegroundColor Green
245
+
$condition=$IsMacOS?" if you are in iTerm2" : $null
246
+
Write-Host-ForegroundColor Green -Object @"
247
+
248
+
Installation succeeded.
249
+
To learn more about AI Shell please visit https://aka.ms/AIShell-Docs.
250
+
To get started, please run 'Start-AIShell' to use the sidecar experience${condition}, or run 'aish' to use the standalone experience.
0 commit comments