# TUI Workflows

The TUI is the primary Omnius control surface for interactive use.

## Core Commands

```text
/help
/model
/endpoint
/realtime
/broker
/sponsor
/cohere
/telegram
/skills
/pause
/stop
/resume
```

## Input Behavior

Shift+Enter inserts a newline in the prompt box and expands the input area. Enter submits the prompt.

The input box should preserve Unicode line boundaries and avoid overwriting previous lower entries.

## Shell Output

Shell command output is rendered inside bounded Unicode cards. Dynamic installer output should update inside the shell block with a mini-scroll effect instead of corrupting adjacent UI.

## Status Row

The bottom data row reports:

- local system stats
- remote sponsor stats when applicable
- tokens in
- tokens out
- token production rate as `t/s`
- model/endpoint state
- Ollama pressure where available

Sponsor consumer mode can alternate local and remote peer telemetry.

## Mid-Task Steering

Added context and steering should pass through an intake layer that interprets the new requirement relative to the active task. It should not duplicate "Context added" text as prompt content or rely on hardcoded acknowledgements.
