# Release 3.2.4

#### :sparkles: Enhancements

* Bricks: Local AI Prompt and Local AI Chat Completion: Added responseConstraint input for JSON‑schema‑constrained (structured) output

#### :bug: Bug Fixes

* Mod Builder:
  * Prompt Suggestions: fix prompt suggestions on web application with custom subdomains
  * Integration Configuration: fix error after creating new integration configuration
* AI Content Extraction: `display: contents` subtrees are now preserved&#x20;
* Bricks:
  * Run with Async Mod Variable: if mod variable is deleted during generation, don't rewrite deleted variable
  * Run with Cache: if mod variable is deleted during generation, don't rewrite deleted variable
  * Run with Cache: set value to error if the page navigates or is closed while the value is re-calculated
  * Extract Article or Readable Content: always read from entire document; do not throw an error  when invoked with an inherited element root
* Context Menus: Cleans up orphaned context menu items on tab activation
* Page Editor: Fix "cannot refetch a query that has not been started yet" background error that could occur in the mod locking auto-refresh interval when editing a mod not in the user's editable packages list


---

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