> For the complete documentation index, see [llms.txt](https://docs.pixiebrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixiebrix.com/release-notes/release-3.2.5.md).

# Release 3.2.5

#### :sparkles: **Enhancements**

* Bricks:
  * Local Translation: new experimental brick using the Chrome Local AI Translator API
  * Local Language Detection: new experimental transformer using the Chrome Local AI Language Detector API
  * Cancel Run with Async Mod Variable: new brick to cancel an in-progress async run by request id
  * Control Flow bricks: pass the abort signal through to sub-pipelines so cancellation propagates across nested runs
* Page Editor: add analysis rule to warn on mod variable assignment overwrite within Run with Async State and Run With Cache bricks
* Chat Copilot: show a "Scroll to Bottom" affordance when the user has scrolled away from the latest message

#### :bug: **Bug Fixes**

* Bricks:
  * Extract from Page (AI): fix extraction of primary content on iframe-heavy SPA sites (e.g., LinkedIn) after navigation
  * Run with Async Mod Variable: set the variable to an error state if the page navigates or the tab is closed while the run is in progress
  * Run with Async Mod Variable: recover when a queued task is aborted before it starts
  * Trigger (Interval): ticks could still occur when "Run in Background" was toggled off due to Chrome still permitting animation frames


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-3.2.5.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.
