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

# Release 2.0.2

### 🎨 User Experience

* Improved the warning message displayed when a problem occurs during partner OAuth login (#[8239](https://github.com/pixiebrix/pixiebrix-extension/pull/8530))
* Removed confusing input options during mod activation (#[8519](https://github.com/pixiebrix/pixiebrix-extension/pull/8536))
* Added toggle to run a mod only in the top level frame (#[8327](https://github.com/pixiebrix/pixiebrix-extension/pull/8527))
* Display an error with a detailed message when something goes wrong launching the auth flow from the Login Banner (#[8247](https://github.com/pixiebrix/pixiebrix-extension/pull/8549))
* The FAB now toggles the sidebar instead of opening the quickbar (#[8548](https://github.com/pixiebrix/pixiebrix-extension/pull/8552))

### 🐛 Bug Fixes

* Fixed issue where the Automation Anywhere logo was not applied in the Chrome toolbar when the partner setting is set (#[8524](https://github.com/pixiebrix/pixiebrix-extension/pull/8525))
* Added additional checks to prevent Starter Brick duplication on mod save in the Page Editor (#[8533](https://github.com/pixiebrix/pixiebrix-extension/pull/8533))&#x20;
* Fixed issue where checkboxes overlapped the loading overlay in the sidebar (#[8554](https://github.com/pixiebrix/pixiebrix-extension/pull/8561))

### :bricks: Updated Bricks

* Add a `error-once` and `never report` modes for trigger mod components
  * `error-once`: Errors are reported once per mod compoenent per page.
  * `never`: Never reports events.

### 🔒 Security

* Restrict Sidebar Activation nextUrls to PixieBrix domains (#[8558](https://github.com/pixiebrix/pixiebrix-extension/pull/8558))


---

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