miso-tui
Installation
SKILL.md
miso-tui
Use this skill when configuring multi-process TUI display, task ordering, or concurrent tasks.
tui Field
Controls the terminal UI mode. Set at the top level of miso.json.
| Value | Behavior |
|---|---|
"off" |
Default. No TUI. Normal stdout. |
"tabbed" |
Sidebar with per-process log panes. Click or use arrow keys to navigate, r to restart, C to copy full log buffer. |
"merged" |
Interleaved output with color-coded process labels and a filter bar. |
{ "mode": "tabbed", "cleanExit": true } |
Object form. cleanExit: true suppresses the log dump to stdout when the TUI exits. By default, all buffered process output is printed to stdout after the TUI closes. |
Auto-exit behavior: After all processes finish, the TUI waits 2 seconds then exits. By default, all buffered output is also dumped to stdout after the TUI closes. Set cleanExit: true to suppress that dump.
Related skills