Fixed VSCode Tasks and Simplified Borealis.ps1

This commit is contained in:
2025-11-07 20:02:31 -07:00
parent 80e7c1b6e2
commit dfdc9b4623
3 changed files with 16 additions and 118 deletions

View File

@@ -1206,7 +1206,7 @@ function Invoke-BorealisAgentUpdate {
}
if (-not ($gitExe) -or -not (Test-Path $gitExe -PathType Leaf)) {
Write-Host "Bundled Git dependency not found. Run '.\\Borealis.ps1 -Agent -AgentAction repair' to bootstrap dependencies and try again." -ForegroundColor Yellow
Write-Host "Bundled Git dependency not found. Run '.\\Borealis.ps1 -Agent' to redeploy the agent dependencies and try again." -ForegroundColor Yellow
Write-Host "⚠️ Borealis update aborted."
return
}