-
Notifications
You must be signed in to change notification settings - Fork 1
CLI: add --tui mode with chat/output + logs tabs #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Overview: CLI --tui Mode with Tabbed InterfaceSummaryThis PR introduces an interactive Terminal User Interface (TUI) mode for the Visor CLI, providing a clean, tabbed interface that separates chat/output from logs. The implementation uses the Key ChangesCore TUI Implementation (
|
Security Issues (15)
Architecture Issues (8)
Performance Issues (6)
Quality Issues (13)
Powered by Visor from Probelabs Last updated: 2026-01-22T17:38:59.792Z | Triggered by: pr_updated | Commit: 934e657 💡 TIP: You can chat with Visor using |
Summary
--tuiflag to run the CLI with a clean, tabbed terminal UIUX
1/2to jump directlyqto exit after completion; Ctrl+C to abortNotes
--debug-server,--slack, orNODE_ENV=testVISOR_TUI_HOLD_MS)Testing
npm test(timed out after 5m)npx jest --runInBand(timed out after 5m; many suites passed before timeout)npm run test:yamlnpx jest --runInBand tests/unit/logger-sink.test.ts tests/unit/tui.test.ts