> 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-notes-archive/release-3.2.4.md).

# Release 3.2.4

#### :sparkles: Enhancements

* Mod Builder: now can suggest/build mods to take screenshots for sending to Slack, MS Teams, Jira, Trello, etc.
* Bricks: Local AI Prompt and Local AI Chat Completion: Added responseConstraint input for JSON‑schema‑constrained (structured) output
* Chat Copilot: handle larger pages, e.g., (Wikipedia entry for [Tartan](https://en.wikipedia.org/wiki/Tartan))

#### :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
  * Integration: always prefer Integration Library actions to HTTP Request brick
* AI Content Extraction: `display: contents` subtrees are now preserved&#x20;
* Chat Copilot: fix bug where AI would get confused when asking follow-up questions with "Chat with webpage" enabled
* 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
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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
