AI Flow — Console and Conversations¶
Each flow's console can show either:
- Conversation mode — a readable transcript of the exchange with the agent, easier to follow than raw terminal output.
- Console mode — the underlying terminal, unfiltered, for anyone who prefers driving the CLI directly.
Toggle between the two with the console/conversation button on the panel, or the Toggle Console/Conversation Display action (bindable to a keyboard shortcut, and searchable in the action palette — see Settings).
Answering questions¶
When the agent asks a question (Claude Code's AskUserQuestion tool) while you're in conversation mode, AI Flow shows it as a native overlay directly over the transcript — headers, choices, free-text option — instead of making you read and answer raw escape sequences.
📷 Screenshot — the AskUserQuestion overlay, showing a question with several choices.
In console mode, the same question simply appears as-is in the terminal: nothing is hidden, you can always fall back to typing directly.
A question raised in either mode also triggers a notification — see Notifications.
See also: Overview · Board · Toolbar · Notifications · Settings