> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/changelog/june-2026/june-3rd.md).

# June 3rd

**Changelog released on 2026-06-03**

Welcome to this update. We added JWT tokens, a Navigate action, and a Config extension point. We fixed format exceptions in multi-value asset lists and dynamic classification removals, enabled user exclusion in the Responsible filter, ensured business rule attributes load across types, and unlocked list and complex attribute editing in AI translation review.

## Enhancement

1. **AI Assistant translation review: Users should be able to edit values from list and complex attributes:** Made it possible to edit AI Assistant output values from list and complex attributes. (SP-1378)
2. **Add "navigate" Action:** Added a new action called navigate to the extension SDK. (SP-2551)

## Bug

1. **Business rule attribute match does not load target attribute data when entity type differs from compare attribute:** Fixed a bug where the target attribute data did not load when entity type differed from the compare attribute. (SP-2489)
2. **Removing a category classification on a variant group that then only has a dynamic category classification left throws error:** Fixed an issue where removing a category on a variant group which where classified in a dynamic category would throw an error. (SP-2556)
3. **Can't exclude users/users group from Responsible column filter:** Fixed a bug where it was not possible to exclude users and user groups from the Responsible column in the task overview. (SP-2563)
4. **Global list with asset reference where 'Allow multiple values' was once enabled throws a format exception when opening the list:** Fixed an issue where a global list with two or more asset references would throw a FormatExeption. (SP-2572)

## Task

1. **Introduce new 'Config' extension point type:** Added a new Config extension point. (SP-2394)
2. **Add JWT authorization token for app instance:** Added JWT authorization token for app instance. (SP-2584)


---

# 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.struct.com/changelog/june-2026/june-3rd.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.
