> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/v2.0.2.md).

# v2.0.2

* **Widget context — account binding:**\
  Account binding has been added to the widget context, making account-aware widgets more consistent and predictable.
* **Default context — Symbol & Account picker:**\
  Symbol and Account pickers have been added for the default context.
* **Widgets — account filtering:**\
  Widgets now support account filtering, allowing data to be scoped to a selected account.
* **Exchange switching — automatic account selection:**\
  The first available account is now selected automatically when switching exchanges.
* **Order Book — order points:**\
  Order points have been added to the Order Book.
* **Order Book — Average tooltip:**\
  An Average tooltip has been added to the Order Book.
* **Manual orders — Order Book price selection:**\
  Clicking any row in the Order Book now sets the selected price in manual orders.
* **Bot and grid presets — newest first:**\
  Bot and grid presets are now sorted from newest to oldest.
* **Widget tabs — improved drag-and-drop:**\
  Drag-and-drop behavior for widget tabs has been improved.
* **Floating windows — bottom-center collapse:**\
  Floating windows can now be collapsed to the bottom center of the screen.
* **Navigation — component handling refactor:**\
  Component navigation handling has been refactored.
* **Terminal layout — flexible columns:**\
  Fixed terminal column widths have been removed.
* **Invites — UI Kit migration:**\
  Invites logic has been moved to the UI Kit.
* **Floating windows — UI cleanup:**\
  The floating window UI has been cleaned up.
* **Authentication — 401 loop fix:**\
  Fixed an infinite 401 loop that could happen when a token was rejected.
* **Authentication — silent logout and cross-tab refresh fixes:**\
  Fixed silent logout behavior and cross-tab refresh race conditions.
* **Connectivity — WebSocket reconnect fix:**\
  Fixed WebSocket reconnect after network recovery or browser tab wake-up.
* **Manual orders — account selection fix:**\
  Fixed account selection in manual orders.
* **Accounts — exchange filtering fix:**\
  Fixed account filtering by exchange in the account popover.
* **Order Book — tooltip, alert, and value fixes:**\
  Fixed Order Book issues related to tooltip behavior, cross-margin alerts, and value display.
* **Order Book — Average naming and account warning cleanup:**\
  Renamed Average and removed the account warning from the Order Book.
* **Bots — postfix and active filter fixes:**\
  Fixed the bot postfix and hide-only-active logic in bots.
* **Simulation — empty table fix:**\
  Fixed an empty table state after a simulate error.
* **Search — additional fields for bots and balances:**\
  Additional searchable fields have been added for bots and balances.
* **Tables — grouped row sorting fix:**\
  Fixed sorting for grouped table rows.


---

# 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:

```
GET https://docs.origami.tech/v2.0.2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
