> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# July 2026 update

> ARGOS Omni product update for July 2026

Hello from ARGOS Omni.

Here is what shipped in July.

***

## Analysis Score

<span style={{backgroundColor: '#EEF4FF', color: '#0064FF', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>New Feature</span>

A 0–100 score showing **how completely an analysis was carried out as defined**. It sits at the top of the analysis results screen.

<Frame caption="Analysis Score — the weighted average of three parts, and its level.">
  <img src="https://mintcdn.com/argosidentity/OPYUfjaSdQpOBnpM/images/omni/en/analysis-score.png?fit=max&auto=format&n=OPYUfjaSdQpOBnpM&q=85&s=b4cf091c30806d5287a3e84d7371c25b" alt="Analysis Score card" width="3756" height="1972" data-path="images/omni/en/analysis-score.png" />
</Frame>

| Part                | Weight | Meaning                                                            |
| ------------------- | ------ | ------------------------------------------------------------------ |
| Step Execution      | 40%    | Share of the steps defined in the playbook that actually ran       |
| Step Quality        | 20%    | Pass status of the steps that ran, and whether engines were called |
| Output Completeness | 40%    | Share of output-schema leaf fields that received a value           |

The level is one of three: **HIGH** (80–100) · **MEDIUM** (65–79) · **LOW** (0–64).

<Note>
  The Analysis Score measures **how completely the output was filled in**, not the verdict. A run where every step passed can still score low if the output schema came back empty. Read it alongside the verification verdict when you decide on approval.
</Note>

***

## The Report tab shows every field

<span style={{backgroundColor: '#F0FDF4', color: '#16A34A', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>Feature Improvement</span>

The Report tab now shows **every field defined in the output schema, in the schema's own structure**. Fields with no value are included too, marked as not extracted.

Previously only fields with values appeared, which made it hard to tell what was missing. Now you can compare what you defined against what you received on one screen.

***

## The latest run is selected automatically

<span style={{backgroundColor: '#F0FDF4', color: '#16A34A', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>UX Improvement</span>

After you run a profile analysis, the Analysis Results tab **selects the most recent run automatically**. No need to find it in the list and select it yourself.

***

## The full engine catalog in the workflow response

<span style={{backgroundColor: '#F0FDF4', color: '#16A34A', padding: '4px 12px', borderRadius: '16px', fontSize: '13px', fontWeight: '600'}}>Feature Improvement</span>

The `engines` field of a workflow response now returns the **full engine catalog** rather than only what this workflow uses, and `isSelected` marks which ones are actually in use. You can see everything available to choose from at once — [`GET /workflows/:workflowId`](/en/omni/api-reference/get-workflow).

***

## Related pages

* [Analysis results](/en/omni/dashboard/analysis-results) — the Analysis Score and the five sub-tabs
* [Core concepts](/en/omni/getting-started/core-concepts#analysis-score) — how the score is computed
