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

# Changelog

> Latest updates and improvements to Roundtable.

## June 2026

<AccordionGroup>
  <Accordion title="New: external_input flag">
    Released the `external_input` biometric flag, which detects when a user left the survey tab and pasted input after returning — a signal that responses may have been generated outside the survey.
  </Accordion>

  <Accordion title="New: customizing flag weights">
    Added the ability to customize the weight of each flag in the risk score calculation on the dashboard.
  </Accordion>

  <Accordion title="New: programmatic_clicking flag">
    Released the `programmatic_clicking` biometric flag, which detects when user clicks were made programmatically rather than through natural user interaction.
  </Accordion>
</AccordionGroup>

## May 2026

<AccordionGroup>
  <Accordion title="Update: Increased agent_behavior flag weight">
    Increased the weight of the `agent_behavior` flag in the risk score calculation.
  </Accordion>

  <Accordion title="New: software_renderer device check">
    Added the `software_renderer` device check, which flags sessions where the browser is using a software-based graphics renderer (e.g. SwiftShader or llvmpipe) instead of hardware acceleration — a common signal of remote, virtualized, or headless browser environments.
  </Accordion>

  <Accordion title="New: Recommended action">
    Added `recommended_action` to the API and dashboard, providing a suggested action based on the session's risk score.
  </Accordion>
</AccordionGroup>

## April 2026

<AccordionGroup>
  <Accordion title="New: Session events API">
    Added the [events endpoint](/api-reference/events-data) for retrieving the full chronological event log for a session. The `user_logs` field on the session, user, and tag endpoints is now deprecated and will be removed soon — use the events endpoint to fetch session events instead.
  </Accordion>

  <Accordion title="Update: Increased all_pasted flag sensitivity">
    Updated the `all_pasted` flag to flag on the first paste event instead of waiting for 5 or more pastes.
  </Accordion>

  <Accordion title="New: Scroll visualization on dashboard">
    Added a new visualization to session reports to show and explain bot-like scrolling behavior.
  </Accordion>

  <Accordion title="New: Centered clicks visualization on dashboard">
    Added a new visualization to session reports showing click positions for the session.
  </Accordion>
</AccordionGroup>

## March 2026

<AccordionGroup>
  <Accordion title="New: agent_behavior flag">
    Released the `agent_behavior` flag, which uses a machine learning model fine-tuned on AI behavior to identify agents and bots to improve predictions.
  </Accordion>

  <Accordion title="New: Session tags and Tag API">
    Added the ability to attach tags to each session, and the [Tag API](/api-reference/tag-data) for retrieving tag data.
  </Accordion>

  <Accordion title="New: Tag summaries on dashboard">
    Added summaries for each tag on the dashboard, providing an at-a-glance overview of tag-level data.
  </Accordion>

  <Accordion title="New: Filtering by tag and route on dashboard">
    Added the ability to filter sessions by tag or route directly on the dashboard.
  </Accordion>

  <Accordion title="Fix: roundtable:ready event">
    Fixed a bug in the `roundtable:ready` event to ensure the session ID is available when this event fires.
  </Accordion>
</AccordionGroup>

## February 2026

<AccordionGroup>
  <Accordion title="New: centered_clicks flag">
    Released the `centered_clicks` flag, which detects when a user makes perfectly centered clicks with no natural variation — a signal commonly associated with automated or bot-driven interactions.
  </Accordion>

  <Accordion title="New: Route summaries on dashboard">
    Added summaries for every route visited during a session on the dashboard, giving a quick overview of user navigation patterns.
  </Accordion>
</AccordionGroup>

## January 2026

<AccordionGroup>
  <Accordion title="New: jump_scrolling flag">
    Released the `jump_scrolling` flag, which detects when a user scrolls in large jumps with no intermediate or continuous scroll events.
  </Accordion>

  <Accordion title="New: Device info on dashboard">
    Added device and browser information to the dashboard, making it easy to see what device and browser each session used.
  </Accordion>

  <Accordion title="New: Automated action chunking on dashboard">
    Added automated action chunking on the dashboard, which groups actions together for easier review of session activity.
  </Accordion>
</AccordionGroup>
