Skip to main content
The live terminal streams every action a Claude agent takes. Open it by clicking the terminal icon on any in-progress task card.

Log Types

Each log entry has a type that determines its styling and filterability:
TypeIconDescription
claudeBrainClaude’s reasoning and text output
toolWrenchTool calls (file read, edit, bash, etc.)
tool_resultCheckResults returned from tool execution
systemInfoSystem messages (start, stop, status changes)
errorWarningErrors from the CLI or tool failures

Filters

Use the filter toolbar to show or hide specific log types. This helps you focus on what matters:
Shows everything. Default view.
The search bar filters logs by text content. Type a filename, function name, or keyword to find relevant entries instantly.

Layout Options

Side Panel

Terminal opens on the right side of the board. Good for wide screens — view the board and terminal simultaneously.

Bottom Panel

Terminal opens at the bottom. Better for narrow screens or when you want full board width.

Log Persistence

All terminal logs are saved to the database. You can revisit logs for completed tasks by clicking on the task card even after it moves to Done.
Logs stream in real-time via WebSocket using the task:log event. The terminal auto-scrolls to the latest entry unless you scroll up manually.