Skip to content

Commit 6a33832

Browse files
Merge pull request mendix#10804 from mendix/olu-ai-log-summary
Doc for the ai log summary
2 parents b8c5578 + 2babda5 commit 6a33832

3 files changed

Lines changed: 22 additions & 4 deletions

File tree

content/en/docs/deployment/general/mendix-pipelines.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ The search and filter options allow you to review specific run types. You can do
4949
* Filter by trigger: All triggers, recurring schedule, Teamserver push (Git), or manual
5050
* Filter by status: All statuses, pending, succeeded, in progress, or failed
5151

52-
### Run Results
52+
### Run Details{#run-results}
5353

5454
To see the results of a particular run, click **Details** ({{% icon name="paper-clipboard" %}}).
5555

56-
This page provides an overview of the run details. Clicking an entry expands the executed step, revealing more information about the run; this is particularly useful for debugging failed Mendix Pipeline runs. When a step is expanded, a **View Parameters** button becomes visible, use this to view the input and output parameters and their values.
57-
5856
At the top of the page, there are several cards that display important information, such as whether the run succeeded or failed. If it failed, it includes information about the error that caused the run failure. There are two types of errors: step-level errors and system-level errors.
5957

6058
#### Step-Level Errors
@@ -70,6 +68,18 @@ If a step fails, that step is flagged with an error icon ({{% icon name="alert-t
7068
System-level errors occur if [user settings](#configure-settings) have not been configured or if an internal Mendix component is down.
7169

7270
If a system-level error occurs, the card in the upper-left corner of the **Details** page identifies the error that caused the run to fail. Click **See details** on the card to view more information about the error.
71+
72+
The run details page also provides an overview of the run. Clicking an entry expands the executed step, revealing more information about the run; this is particularly useful for debugging failed Mendix Pipeline runs. When a step is expanded, a **View Parameters** button becomes visible, use this to view the input and output parameters and their values.
73+
74+
#### AI Log Summary
75+
76+
In addition to **View parameters** button, every executed step, whether successful or failed, includes a **Summarize** button, which when clicked, generates an AI-powered summary of the step run. For failed steps, the summary explains the error and suggests next steps to help resolve the issue.
77+
78+
The summary pane, also includes the following actions:
79+
80+
* **Retry** to regenerate a new AI log summary
81+
* **Like** or **Dislike** to provide feedback on the AI-generated response
82+
* **Copy** the AI summary to clipboard
7383

7484
## The Designs Tab{#designs-tab}
7585

content/en/docs/releasenotes/deployment/mendix-pipelines.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ These release notes cover changes to the functionality and other features of the
1010

1111
To see the current status of the Mendix Pipelines, see [Mendix Status](https://status.mendix.com/). Here you can also see planned maintenance and past incidents.
1212

13+
## 2026
14+
15+
### February 26, 2026
16+
17+
#### New Features
18+
19+
* We have added AI-powered log summary to all Mendix Pipeline steps to provide insights into pipeline operations.
20+
1321
## 2025
1422

1523
### November 27, 2025

layouts/partials/landingpage/latest-releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
1414
</li>
1515
<li class="lp-panel-list">
1616
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
17-
<p class="rn-date">February 18, 2026</p>
17+
<p class="rn-date">February 26, 2026</p>
1818
</li>
1919
<li class="lp-panel-list">
2020
<a href="/releasenotes/catalog/">Catalog Release 2.150.0</a>

0 commit comments

Comments
 (0)