bash-tool-enhanced
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.
When command output already contains ANSI colors (for example,
git diff --color), bash-live preserves those lines instead of
re-wrapping them, preventing style-reset leakage across rows.
Shell policy
Section titled “Shell policy”Commands flagged as high-risk (destructive operations, elevated
privileges, writes to system paths) prompt for user confirmation
before execution. Set TALLOW_ALLOW_UNSAFE_SHELL=1 to bypass
prompts in non-interactive environments.
All commands are recorded in the shell audit trail.