> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/release-notes-en/2026.md).

# 2026

{% updates format="full" %}
{% update date="2026-06-29" %}

## Workflow change summaries and credit status visibility

### New features

* After **AI Builder** edits a workflow, the chat now shows a change summary card with added or removed blocks and updated fields.
* You can now drag **User inputs** to reorder them, and the same order is used when Genesis asks for input values at run time.

### Improvements

* **AI Builder** now uses the workflow currently open in the editor more consistently, making follow-up edit requests more reliable.
* When you select a different embedding provider in BYOK settings, Genesis now switches to it immediately without an extra save step.
* When an organization has no remaining credits, a banner now appears at the top of the app.

### Bug fixes

* The active chat now stays selected as you move between pages in the workspace.
  {% endupdate %}

{% update date="2026-06-26" %}

## Dashboard collection sources and custom AI providers

### New features

* **Dashboard** widgets can now use **Collections** in **Spaces** as a data source in addition to JSON files, including rows from sub-collections when needed.
* Organizations with **Other AI Providers** enabled can now connect OpenAI-compatible endpoints and use the detected models in chat and workflows.

### Improvements

* If you leave a widget name blank, Genesis now uses the selected file or collection name automatically.
  {% endupdate %}

{% update date="2026-06-25" %}

## Scheduled workflow triggers and thinking effort controls

### New features

* Workflows can now run on a recurring schedule with hourly, daily, weekday, weekly, or custom cron settings, plus timezone and concurrency controls.
* AI Agent blocks and Conditional blocks now let you adjust **Thinking effort** on supported reasoning models so you can balance response speed and depth of reasoning for each task.
  {% endupdate %}

{% update date="2026-06-23" %}

## File downloads and Space-linked workflows

### New features

* In **Files**, you can now download an individual file, download a folder as a ZIP file, or download selected files together as one ZIP archive.
* In the **Workflows** section of a **Space**, you can now link an existing workflow from the same workspace in addition to creating a new workflow.

### Improvements

* **Workflow Builder** now uses the same chat side panel and workspace-aware tools as **Ask Genesis**, so you can refer to files, Spaces, and other workspace resources while editing a workflow.
* **Edit history** now shows which workflow title, description, and blocks changed in each saved version, making it easier to review updates before restoring a past version.
* Workflow run details now show the saved workflow version when a run uses an older version than the current workflow.

### Bug fixes

* Text and status colors across the UI are now easier to read.
  {% endupdate %}

{% update date="2026-06-22" %}

## Spaces connections and AI-assisted dashboard widgets

### New features

* In **Spaces**, you can now open **Connections** to visualize linked rows between collections and search related rows or collections from one view.
* In the widget dialog on **Dashboard**, you can now switch to **Use AI to create widget**, describe the chart you want in natural language, and update the live preview before saving.
  {% endupdate %}

{% update date="2026-06-22" %}

## Workflow creation and chat usability

### Improvements

* In **AI Builder**, Genesis can now ask up to 8 clarifying questions with up to 8 suggested answers each, making it easier to refine broader workflow requests.
* Workflow runs with many parallel branches now stay within the configured concurrency limit, making larger workflow runs more stable.

### Bug fixes

* The workflow builder now keeps the selected conversation after a reload, and **New conversation** no longer leaves empty threads behind before you send the first message.
* Pasting headings or lists into **Ask Genesis** no longer causes the text to disappear. The content is inserted as readable paragraphs while keeping inline formatting such as bold text and links.
* Chat responses now follow the language selected in Genesis instead of the browser language, and active replies are less likely to stop unexpectedly mid-response.
* In the widget dialog, leaving **Data source** or **Rows** empty now shows clear validation messages instead of a generic error.
  {% endupdate %}

{% update date="2026-06-19" %}

## Workflow cancellation reliability

### Bug fixes

* After you stop a workflow, queued work no longer starts afterward.
* After service recovery, workflow runs that have already finished no longer resume unexpectedly.
  {% endupdate %}

{% update date="2026-06-18" %}

## HTML artifacts and organization dashboard

### New features

* AI agent blocks can now save output as HTML artifacts. You can choose **HTML** as the artifact format and preview the rendered page directly from workflow runs and file details.
* **Organization Dashboard** is now available under **Settings**, so you can browse dashboard widgets from every workspace you can access and jump to each workspace dashboard.
* **Files** now supports HTML uploads (`.html` / `.htm`) with in-app preview.

### Improvements

* Workflow run details now show who triggered the run, including manual runs, API-triggered runs, and GitHub-triggered runs.

### Bug fixes

* When GitHub repository selection is blocked because a sync is already running, Genesis now shows that reason directly instead of a generic failure message.
  {% endupdate %}

{% update date="2026-06-18" %}

## Spaces relation fields and collection cleanup

### New features

* In **Spaces**, you can now add **Relation** columns that link rows from another collection in the same Space.
* You can now delete a collection from the Space overview menu instead of opening the collection first.
  {% endupdate %}

{% update date="2026-06-17" %}

## Skills and prompt references

### New features

* The AI Assistant and workflow AI Agent blocks now support reusable skills. You can insert a skill with `/skill-name`, and workspace settings now let you choose whether skills are applied automatically or only when explicitly referenced.
* In workflow prompts, you can now browse project files and folders from the **Add file** button and insert them directly into the prompt as context.

### Improvements

* The AI Assistant can now look up workspace data such as workflow runs, files, and structured Space data more directly, improving answers to questions about your workspace.
  {% endupdate %}

{% update date="2026-06-17" %}

## Space file organization

### Improvements

* In Spaces, files you attach manually and files generated by connected workflows now appear together in a single **Files** section, making it easier to find all related materials in one place.
  {% endupdate %}

{% update date="2026-06-16" %}

## MCP tool browsing and workflow review status clarity

### Improvements

* In the **Integrations** tab for MCP connections, the **List tools** dialog now starts with each tool's input schema collapsed and adds search plus a filtered count, making long tool lists easier to scan.
* Workflow run lists now distinguish **Review pending** runs more clearly with a warning icon and a **Review artifact** action, so it is easier to tell when a run is waiting for human review instead of still processing.

### Bug fixes

* Slack-connected workflows no longer fail when Genesis needs to renew the Slack connection during execution.
  {% endupdate %}

{% update date="2026-06-15" %}

## Metrics dashboard MCP tools

### New features

* Connected MCP clients can now list, preview, create, and update **Metrics dashboard** widgets from JSON files in a project, including discovering available fields and pinning widgets to specific file versions.

### Improvements

* **Metrics dashboard** widgets can now chart JSON files that store summary values as numeric fields in an object, so files without row arrays can still be visualized.
  {% endupdate %}

{% update date="2026-06-15" %}

## Workflow builder validation and GitHub sync responsiveness

### Bug fixes

* In the workflow builder, AI agent blocks now flag tools that are not selectable while you edit the block, instead of letting the workflow fail later during execution.
* Connecting, disconnecting, or changing the selected GitHub repositories for a project no longer makes the app feel unresponsive while repository data is downloaded or removed.
  {% endupdate %}

{% update date="2026-06-12" %}

## Spaces-linked workflows and sign-in redirect improvements

### New features

* Spaces now has dedicated **Workflows**, **Files**, and **Artifacts** sections, so you can link workflows and project files to a Space, let connected workflows read and update that Space's collections, and review generated artifacts in one place.

### Improvements

* If you open a direct link to a Genesis page while signed out, Genesis now returns you to that page after sign-in instead of sending you back to the app home.

### Bug fixes

* Workflow execution pages now stay responsive during long runs with large agent activity, and activity that is too large to display is safely omitted instead of slowing down the page.
  {% endupdate %}

{% update date="2026-06-11" %}

## Workspace-wide chat and Spaces links

### New features

* Spaces now supports a **URL** field type, so you can store links such as tickets, builds, recordings, or reproduction steps as clickable values in table cells.
* **Ask Genesis** is now available from pages across the workspace in a side panel, so you can start or reopen a chat without leaving the page you are working on.

### Improvements

* Chat now uses the page you are viewing as context more consistently, helping Genesis answer about the current file, workflow, run, or Space with less manual explanation.
* The workflow AI builder can now use the same workspace-aware tools as chat, including Spaces access, file version lookup, and public URL fetching.
* Codebase exploration in AI tools is now faster and more resilient: searches across large codebases run faster, long-running commands time out automatically, and non-UTF-8 codebase files such as Shift\_JIS and EUC-JP can be read correctly.

### Bug fixes

* MCP connections that rely on OAuth now refresh more reliably after access tokens expire, reducing cases where workflow blocks needed reconnection even though the connection still looked healthy.
* In organizations that require two-factor authentication, the requirement is now correctly applied to workspace access after the grace period ends.
  {% endupdate %}

{% update date="2026-06-10" %}

## Azure OpenAI setup and SSO verification

### New features

* In BYOK organizations, Azure OpenAI chat setup can now automatically detect the deployments available in your Azure resource and lets you refresh the saved deployment list later without re-entering the API key.

### Improvements

* SSO setup now requires a DNS verification step before an organization can enable sign-in for a newly added provider, helping admins confirm domain ownership during setup.
  {% endupdate %}

{% update date="2026-06-10" %}

## Workflow failure handling and MCP credential protection

### Improvements

* Saved credentials for project MCP connections are now stored more securely.

### Bug fixes

* When one block fails during a parallel workflow run, in-progress sibling blocks are now cancelled and the run finishes as **Failed** instead of appearing partially successful.
  {% endupdate %}

{% update date="2026-06-09" %}

## Dashboard for visualizing JSON files

### New features

* Each workspace now includes a **Dashboard** where you can build chart widgets — line, bar, donut, table, and KPI — from JSON files uploaded to the workspace. Widgets are shared across the workspace and can be reordered and resized.
  {% endupdate %}

{% update date="2026-06-09" %}

## Full-text search for Spaces rows

### New features

* The AI assistant and AI agent blocks can now search Spaces rows by keyword with the new **Search entries** built-in tool, targeting a single Space or the whole workspace, with results ranked by relevance.
  {% endupdate %}

{% update date="2026-06-09" %}

## Workspace integrations moved to Resources & context

### Improvements

* MCP, Slack, Aximo, and other workspace-level integrations are now managed from **Resources & context > Integrations**, alongside files and the codebase, instead of from the **Workspace settings** screen.
  {% endupdate %}

{% update date="2026-06-09" %}

## More reliable handling of large tool results

### Bug fixes

* Chat and AI agent blocks no longer fail when a tool returns an unusually large result. Oversized outputs are truncated before being sent to the model, and they are now also counted in the token estimate so context compaction triggers correctly.
  {% endupdate %}
  {% endupdates %}


---

# 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://help.genesis.autify.com/release-notes-en/2026.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.
