Core Concepts

The Structured Timeline

Moving beyond the terminal wall of text.

The core of the Blaze experience is the Structured Timeline. Instead of a continuous stream of raw terminal output, every action your AI agent takes is captured as a distinct, interactive card.

Tool Cards

When an agent reads a file, runs a bash command, or searches the web, Blaze renders a "Tool Card."

Tool Cards

Benefits of Structure

  • Filtering: Use the sidebar to filter for only Bash commands or File Writes.
  • Collapsibility: Hide long file reads to stay focused on the conversation logic.
  • Audit Trail: Every tool call includes a duration and status indicator (pending, running, completed, or failed).

Real-time Streaming

Blaze supports high-performance streaming. You'll see the agent's "thinking" process and response text appear at 60fps, providing the snappy feel of a native macOS application.

Next: Visual Diff & PR Workflow.