# Release 3.2.0

#### :sparkles: Enhancements

* Mod Builder Sidebar: a dedicated sidebar panel for building and editing mods directly from\
  any page, with site-specific prompts
* Chat Copilot: add default AI chat copilot with nudges to create mod for repeated actions
* Chat Copilot: add support for WebMCP. You must enable Chrome's Experimental WebMCP support to use:  `chrome://flags/#enable-webmcp-testing`
* Chat Copilot: persist unsent user message across tab switches and sidebar refreshes
* Page Editor > Interface Drawer: show breadcrumb to interface brick in the Interface drawer
* Page Editor > Home Screen: add site-specific prompt recommendations
* Page Editor > Variable Popover: show configured mod option values in the variable popover
* Page Editor > Configuration: improve layout for configuring nested values

#### :bug: Bug Fixes

* Page Editor: fix multi-brick paste missing some bricks
* Page Editor: fix loading spinner when reloaded after target tab is closed
* Page Editor > Analysis > Run JavaScript Brick: warn on indirect alert usage and setTimeout/setInterval
* Chat Copilot: fix support for using OpenAI-compatible LLM providers
* Deployments: Fix deployments not automatically un-snoozing
* Mod Launcher: Fix entry icon and title sometimes wrapping to two lines
* Floating Panel: Fix "x" handler, and fix re-positioning bug


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pixiebrix.com/release-notes/release-notes-archive/release-3.2.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
