> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platform.blackmountain.io/llms.txt
> Use this file to discover all available pages before exploring further.

# v2.9.0 - Interactive AI Prompts

> Human-in-the-loop interactions, AI image generation, and collapsible tool groups

<Info>
  **Release Date:** February 20, 2026
</Info>

The AI can now pause and ask you questions with clickable options — perfect for quizzes, step-by-step workflows, and decision points. Also includes AI image generation and a cleaner tool-call experience.

## Interactive Questions

The AI can now present interactive prompts directly in the chat.

<CardGroup cols={2}>
  <Card title="Clickable Options" icon="hand-pointer">
    The AI presents option buttons and a free-text input — triggered automatically for quizzes, workflows, polls, and decisions.
  </Card>

  <Card title="Multi-Select" icon="list-check">
    Questions can allow multiple selections at once, with visual highlights and a confirm button.
  </Card>

  <Card title="Multiple Questions" icon="layer-group">
    Up to 5 questions in a single prompt, each answered independently with a global submit button.
  </Card>

  <Card title="Fork to Re-answer" icon="code-branch">
    Click an answered question to fork the conversation and try a different response — the original stays intact.
  </Card>
</CardGroup>

***

## AI Image Generation

New **generate\_image** tool creates images inline in the chat with a progress indicator. Generated images are stored as attachments.

***

## Collapsible Tool Groups

Completed tool calls (web search, image generation, etc.) are now wrapped in a collapsible summary bar, keeping the conversation clean and focused on results. Tool-call data is persisted for reload.

***

## Improvements

* **System Messages**: Scrollable content for long system messages, sorted chronologically.
