# January 30, 2026 - Dev update

Explore what new changes the Dev team has deployed in the last week.

This can be anything from new features, bug fixes, or QoL changes!

<details>

<summary><strong>New features and items</strong></summary>

* **Marketplace**
  * Added functionality to display integrations for crates, improving marketplace filtering and prerequisite visibility.
* **General**
  * Displayed current Rewst version in profile menu
  * Removed notification bell from navigation
* **Integrations**
  * Standardized the Datto Autotask integration name to **Autotask PSA** across the platform to reduce confusion and improve consistency.
* **RoboRewsty**
  * Added Extended Thinking streaming for RoboRewsty on Claude (Anthropic API and AWS Bedrock), enabling a toggleable reasoning view without persisting it to the database.
* **Workflows**
  * Added tracking for workflow creation events across all creation methods to improve visibility into automation adoption.

</details>

<details>

<summary><strong>Bug fixes and chores</strong></summary>

* **Authentication**
  * Fixed Google SSO logins in the Asia region that could fail with “Not Authorized – User not found” after successful authentication.
* **Marketplace**
  * Fixed an issue where crates failed to unpack for organizations with previously deleted sub-orgs by correctly resolving organization references during trigger creation.
  * Fixed clone syncing failures for workflows with large numbers of clones, preventing interrupted syncs and ensuring updates complete across all organizations.
* **Workflows**
  * Fixed an error that prevented saving or enabling cloned/unpacked triggers (“filterValidOrganizations is not a function”).

</details>

<details>

<summary><strong>Coming soon</strong></summary>

* Onboarding indicators
* Webhook trigger rate limiting

</details>


---

# Agent Instructions: 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.rewst.help/updates/development-updates/2026-dev-updates/january-30-2026-dev-update.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.
