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

# Release 1.7.34

### ✨ Enhancements

* Directly reference mod variables as `@mod` in bricks without using the Page State brick ([#6051](https://github.com/pixiebrix/pixiebrix-extension/pull/6052))
* Add support for providing a default output variable name for user-defined bricks ([#2933](https://github.com/pixiebrix/pixiebrix-extension/pull/6053))
* Add support for providing custom enum value labels in user-defined bricks ([#6049](https://github.com/pixiebrix/pixiebrix-extension/pull/6050))
* Rename Page State elements to match the new naming scheme: `private`, `mod`, `public`
* Add custom event name analysis/linting in the Page Editor ([#6036](https://github.com/pixiebrix/pixiebrix-extension/pull/6037))
* Updates design of tabs in the Sidebar ([#6056](https://github.com/pixiebrix/pixiebrix-extension/pull/6076))
* Improve HTTP Request Brick warning messages ([#6119](https://github.com/pixiebrix/pixiebrix-extension/pull/6120))
* Support for “Pushdown” of Cloud Integration Configurations to the PixieBrix Browser Extension

### 🐛 Bug Fixes

* Fix duplicate “Brick” filter items in the Workshop. If you have save filters, you’ll need to clear the filters and re-apply them. ([#5526](https://github.com/pixiebrix/pixiebrix-extension/pull/6055))
* Reduce amount of logging and cleanup logs to prevent certain mods from slowing down over time ([#6117](https://github.com/pixiebrix/pixiebrix-extension/pull/6118))

### 🧱 New/Updated Bricks

* Adds a new “Assign Mod Variable” brick to easily set variables available across bricks and runs of the mod. ([#6085](https://github.com/pixiebrix/pixiebrix-extension/pull/6086))


---

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