test: verify and document desktop ui

This commit is contained in:
2026-07-30 20:26:03 +02:00
parent cf35148576
commit 571969b69b
15 changed files with 369 additions and 28 deletions
+6 -1
View File
@@ -113,7 +113,12 @@ if (-not (Test-OllamaReady)) {
Push-Location $repositoryRoot
try {
& $resolvedUv run javis chat
if ($env:JAVIS_START_INTERFACE -eq 'gui') {
& $resolvedUv run javis gui
}
else {
& $resolvedUv run javis chat
}
exit $LASTEXITCODE
}
finally {