> For the complete documentation index, see [llms.txt](https://docs.datasaur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasaur.ai/compatibility-and-updates/release-notes/version-6/6.162.0.md).

# 6.162.0

June 04, 2026

## **What's New? 💡** <a href="#whats-new" id="whats-new"></a>

### **Data Studio** <a href="#data-studio" id="data-studio"></a>

* [Label Attributes](https://docs.datasaur.ai/data-studio-projects/lets-get-labeling/span-based#add-attribute-to-a-label) — Added support for custom attributes on applied labels, enabling labelers to record additional information that cannot be represented through predefined label classes.
* Real-Time Assisted Labeling Extension — Users can now stop an ongoing prediction by toggling the Real-Time Assisted Labeling extension off. Re-enabling the toggle resumes the prediction.

### **LLM Labs** <a href="#data-studio" id="data-studio"></a>

* Google Drive Integration in Workspace Settings — Users can now re-authenticate their Google Drive connection directly from the workspace settings without triggering a full re-sync of previously imported files.

## **Bug Fixes 🐞**

### **Data Studio** <a href="#data-studio" id="data-studio"></a>

* Fixed an issue in Span Labeling where the copy shortcut (Ctrl+C) did not work when Caps Lock was enabled.
* Fixed an issue in Span Labeling where the Real-Time Assisted Labeling loading indicator remained stuck indefinitely when an inference error occurred.


---

# 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.datasaur.ai/compatibility-and-updates/release-notes/version-6/6.162.0.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.
