feat(KB-073): add interactive port selection for dashboard command
- Add --interactive flag to CLI parser for kb dashboard\n- Implement promptForPort helper with port availability validation\n- Add comprehensive tests for interactive port prompting\n- Update help text, README, and STANDALONE.md documentation\n- Add changeset for the interactive port feature
This commit is contained in:
@@ -23,6 +23,7 @@ Launch the web UI and AI engine:
|
||||
```bash
|
||||
kb dashboard
|
||||
kb dashboard --port 8080
|
||||
kb dashboard --interactive # Interactive port selection (prompts for port)
|
||||
kb dashboard --paused # Start with automation paused (review before work begins)
|
||||
kb dashboard --dev # Start web UI only (no AI engine)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user