Skip to content

bash-live

Every command the agent runs streams its output in real time — but capped to the last 7 lines. Long builds, test suites, and installs stay readable instead of flooding your screen. A truncation indicator shows how many lines are hidden.

After execution, the output collapses to a single summary line (exit code, line count, size). Press ctrl+o to expand the full output at any time.

Why it matters: Without this, a 500-line npm install buries everything above it. With bash-live, you see progress without losing context. The LLM still receives the full output — only the visual display is truncated.