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

# Changelog

> Recent updates and improvements to Turntwo Interact.

<Update label="April 2026" tags={["Feature", "Improvement", "Fix"]}>
  **Personal follow-up chat for job runs**

  Job run chats (scheduled and API-triggered) are now explicitly read-only — they represent a fixed, reproducible snapshot of what the agent returned. To continue the conversation from a job result, use the new **Start Follow-up Chat** button. This creates a personal copy of the chat, pre-loaded with the original messages, that you can continue freely without affecting the source run.

  If you've already created a follow-up for a run, a **Go to follow-up chat** button appears so you can pick up where you left off. A **Show source** link in the follow-up header takes you back to the original run at any time.

  **Tool panel redesign**

  The tool activity panel has been redesigned — tools are now more clearly named, each tool shows an info popover explaining what it does, and the overall layout is cleaner and easier to scan during a running conversation.

  **Test notification channels**

  You can now test a notification channel directly from the settings page before connecting it to a job. Send a test message to confirm your Slack, Teams, or email channel is working correctly.

  **Report reliability improvements**

  Several fixes to report generation: better error handling when the report tool encounters unexpected output, a fallback path to prevent silent failures, and a fix ensuring newly generated V2 reports are immediately downloadable.
</Update>

<Update label="March 2026" tags={["Feature", "Improvement"]}>
  **Scheduled PDF reports**

  Agents can now produce fully formatted, PDF-exportable reports as part of a scheduled job. Include a report instruction in your job prompt and each run delivers a structured report — with sections, tables, and charts — ready to share or export.

  **Parameterised jobs**

  Jobs now support parameters. Define a variable (like `market` or `campaign_id`) and run the same job across multiple values at once. Each value gets its own result. You can also choose to run just one combination instead of the whole set.

  **Smarter agents**

  The Data Analysis Agent has been rebuilt from the ground up — faster responses, better reasoning, and more accurate analysis output. Agents also now remember what they've learned about your data between runs, so you don't need to repeat context every time.

  **Chat improvements**

  * New message filter — quickly find user messages, agent responses, or tool activity in a long chat
  * Redesigned chat layout with a cleaner panel design and better readability
  * Agents now open on your most recently used agent after logging in

  **Notification channels moved**

  You'll now find notification channels under **Settings → Notifications** — previously they were in a different part of the settings.
</Update>

<Update label="February 2026" tags={["Feature", "Improvement"]}>
  **New chart engine**

  Timeseries charts have a new look — cleaner, more interactive, and easier to read. Charts can also now be embedded directly inside agent-generated reports.

  **Table artifacts**

  Agents can now produce structured data tables as standalone outputs alongside charts — useful when you want the raw numbers without a chart.

  **Learning between sessions**

  Agents now save and recall observations about your data across sessions. If an agent learns something helpful about a dataset or metric, it'll remember it the next time you ask.

  **Smoother chat performance**

  General chat performance improvements — less flickering, faster message rendering, and a more stable sidebar.
</Update>
