Skip to content

bashToolRenderer

const bashToolRenderer: ToolRenderer

Defined in: react/components/agent/tool-render.tsx:48

Bash / shell: syntax-highlight the command, and stream its output through a RichLog (append-only, tails the latest lines). data: { command?: string; output?: string[]; exitCode?: number }.