Skip to main content

Interface tour

The main window has three areas: the conversation sidebar on the left, the chat area in the middle, and the input bar at the bottom — plus a few floating widgets that appear when needed.

📷 Screenshot

Place a screenshot of the "whole main window" here (static/img/interface-tour-main-window.png), annotating the areas below.

1. Conversation sidebar (left)

  • New Chat: each conversation is independent and can be Task Mode or Teach Mode.
  • Recent: past conversations in reverse-chronological order, with auto-generated titles.
  • Filter: show only Task or only Teach conversations; Teach-mode conversations carry a little "book" icon.
  • Delete: right-click / hover over a conversation to delete it.
  • The account area (current user) sits at the bottom-left.

See Conversation management for details.

2. Chat area (middle)

Shows the messages of the current conversation. While a task runs you'll also see:

  • Tool-call cards — the input and result of each tool the AI invokes (read a file, search, run a command, look up the memory base…), expandable.
  • GUI action highlights — when the AI does computer use, a hint overlay appears on screen; the chat area shows progress like "Step N: done".

3. Input bar (bottom)

  • Text box: type a message. Enter sends, Shift+Enter inserts a newline.
  • + menu: add an attachment —
    • Image: attach a screenshot/image for the AI to see;
    • Record Screen: start a screen recording (most used in Teach Mode — see Teach by recording).
  • Teach-mode chip: when the conversation is in Teach Mode, a Teach chip appears to the left of the text box; while the conversation still has no messages you can click ✕ to leave Teach Mode. You can also toggle Teach from the menu next to +.
  • Send button: cycles through three states —
    • ▲ Send: submit the message;
    • ■ Stop: a task is running — click to abort the current response;
    • ▶ Continue: a task was paused — click it (with no input needed) to let the AI carry on.
  • While a recording is being processed in the background you can still type and add other attachments, but the Send button is temporarily disabled until processing finishes.
📷 Screenshot

Place a screenshot of the "input bar with the + menu open" here (static/img/input-bar-plus-menu.png).

4. Floating widgets (appear on demand)

  • Recorder control bar: a small semi-transparent bar shown on screen while recording, draggable, with Stop and Cancel buttons. It is not captured in the footage.
  • Explain dialog: pops up when you press Alt+I during a recording, to add a text note for the current step.
  • Recording preview: after recording, play / pause / replay what you just captured.
  • Task progress overlay: in Task Mode, shows the TODO list progress and the latest activity.

Settings

A gear icon opens Settings: switch the UI language (English / 中文), choose the task model, log out. See Settings.

Next