> 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-1.7.24.md).

# Release 1.7.24

### ✨ Enhancements

* Page Editor: filter mods by name in the sidebar ([#5499](https://github.com/pixiebrix/pixiebrix-extension/issues/5499))
* Improve activation flow for marketplace mods that use the Quick Bar ([#5497](https://github.com/pixiebrix/pixiebrix-extension/issues/5497))
* Don’t show integration configuration in the marketplace if integration is built-in
* Quick Bar design improvements ([#5537](https://github.com/pixiebrix/pixiebrix-extension/issues/5537) and [#5538](https://github.com/pixiebrix/pixiebrix-extension/issues/5538))

### 🐛 Bug Fixes

* Page Editor: fix mod and trigger duplication on edit and save ([#5453](https://github.com/pixiebrix/pixiebrix-extension/pull/5505))
* Fix debounce of queries in Dynamic Quick Bar mods ([#5512](https://github.com/pixiebrix/pixiebrix-extension/issues/5512))
* Fix the use of mod-scoped Page State in temporary panels ([#5549](https://github.com/pixiebrix/pixiebrix-extension/pull/5550))
* Bricks used in Temporary Panel and control flow bricks were not being used in permissions calculations ([#5557](https://github.com/pixiebrix/pixiebrix-extension/pull/5557))
* Copy to Clipboard brick not working from temporary modal in some cases ([#5557](https://github.com/pixiebrix/pixiebrix-extension/pull/5557))
* Activating marketplace mod for new user takes you back to marketplace homepage instead of mod page ([#5485](https://github.com/pixiebrix/pixiebrix-extension/issues/5485))
* Marketplace shows the “Activate” button after activating mod until you refresh the page ([#5532](https://github.com/pixiebrix/pixiebrix-extension/issues/5532))


---

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