Requirement
Add collapsible terminal panel at the bottom of Web UI. WebSocket streams real-time stdout/stderr from commands like codexmate codex / codexmate run. Support pause, clear, and search within output.
Verification
- Open Web UI -> click terminal panel -> run
codexmate codex "hello" -> see real-time output streaming
- Click pause -> output freezes -> click resume -> streaming continues
- Type in search box -> matching lines highlighted in output
Requirement
Add collapsible terminal panel at the bottom of Web UI. WebSocket streams real-time stdout/stderr from commands like
codexmate codex/codexmate run. Support pause, clear, and search within output.Verification
codexmate codex "hello"-> see real-time output streaming