feat: wired up vm and tui

This commit is contained in:
robcholz
2026-02-06 17:04:36 -05:00
parent e3ba0a0072
commit 52bcd88d7e
7 changed files with 240 additions and 294 deletions
+6 -3
View File
@@ -29,10 +29,13 @@
## TUI
1. [ ] Fix the terminal component height issue.
2. [ ] Fix the input field that does not expand its height (currently, it just roll the text horizontally). The
1. [x] Fix the terminal component height issue.
2. [x] Fix the input field that does not expand its height (currently, it just roll the text horizontally). The
inputfield it should not be scrollable.
## Integration
1. [ ] Integrate VM and SessionManager together.
1. [x] Wire up the vm and tui.
2. [ ] Use ssh to connect to vm.
3. [ ] wire up SessionManager.
4. [ ] VM should be separated by per-session VM daemon process (only accepts if to shutdown vm and itself).