Follow us on to be up
to date with the latest changes.

Back to AI Control Plane releases

v1.34.0

Elements

// June 4, 2026

Replace AI Insights with Project Assistant

This release backs Elements chat with a server-side assistant, the foundation for replacing AI Insights with the Project Assistant. Unlike the old AI Insights sidebar, the Project Assistant is a complete, full-featured assistant like any other you host on the platform — with the backend now owning conversation ids and history while the UI stays in sync.

Features

  • Server-side assistant hooks for chat #3204  -
    now accepts a factory that receives
    /
    , so a custom transport can read the active chat at send time and adopt a backend-minted id.
    gains
    to scope the thread list and
    to let the backend own chat-id creation, and
    lets you hide inline edits when pairing with a server-side transport. The new
    helper and
    types make it straightforward to build a custom transport against the chat service. (Author: @simplesagar )
Sagar Batchu
Sagar Batchu
View on GitHub