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

# Release 2.2.6

Published to the Chrome Web Store on March 3, 2025

### :bug: Bug Fixes

* Fix Action Menu and Floating Panel sometimes being rendered off the top of the page
* Reduce time to show tab picker popup if required for tab audio capture
* Fix on slow machines, “Panel is a placeholder” error text temporarily shows when floating panel is opening
* After install from CWS, show login screen in sidebar before login instead of restricted page pane
* Fix if user cancels Tab Capture prompt, prompt wouldn’t show next time user clicks to capture audio from that tab
* Fix Insert at Cursor when running from sidebar
* Fix mod displays incorrect toggle value for PixieBrix testing toggle when a developer manually reactivates a mod locally for testing

### :bricks: Brick Updates

* DocumentReader: Add `hidden` and `visibilityState` properties
* Sidebar Starter Brick: add affordance to mark sidebar panels to be default open/closed
* Trigger Starter Brick: now supports a "Concurrency Mode":
  * Concurrent (default): allow running multiple triggers for same target simultaneously
  * Serial - Ignore: ignore events for same target while trigger action is still running
  * Serial - Abort (Experimental): abort the existing trigger run and run the new trigger. Support for aborting a run varies by brick

### :sparkles: Enhancements

* Added support for automatic non-interactive token retrieval for Custom OAuth2 PKCE integrations that include a Javascript redirect in the login flow

### :art: User Experience

* After closing sidebar form, return user to the previous active sidebar tab


---

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