mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
814 B
814 B
Validation
pnpm --filter @different-ai/openwork-ui typecheck(pass)pnpm --filter @different-ai/openwork-ui build(pass)pnpm --filter @different-ai/openwork-ui test:health(fails in this environment:Timed out waiting for /global/health: Unauthorized)
End-to-end gate
- Started Docker stack with
packaging/docker/dev-up.sh - Verified live UI flow via Chrome MCP at
http://localhost:52357/session - Sent prompt:
smoke: hello from chrome mcp - Confirmed assistant response:
Hello! How can I help you today? - Screenshot:
pr/restart-local-server/chrome-mcp-smoke.png
Feature-specific note
- This change adds a desktop local-host restart action in Settings.
- The Docker/Web flow verifies app-server integration health; the restart action itself is desktop-only (Tauri runtime).