Skip to content

Commit eeee454

Browse files
committed
docs(release): rewrite the Artur 2026.08.10 notes for the client
1 parent dca4cd0 commit eeee454

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

docs/releases/artur/2026.08.10.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,27 @@ repository: Blazity/ai-workflow
1010

1111
## Highlights
1212

13-
This release adds new capabilities and includes improvements and fixes.
13+
Automatic check-fix runs now finish the job. When CI fails on a pull request, the fix agent commits, pushes, and the run goes on to post its comment instead of stopping with a stale-commit error, so you find out on the pull request that a fix landed. The dashboard also gains a health screen that tells you at a glance whether Jira, GitHub, GitLab and single sign-on are actually reachable with the credentials this deployment holds.
1414

1515
## What's new
1616

17-
- feat(dashboard): add system health diagnostics
17+
- A System health screen in the dashboard checks the database and every configured integration (Jira, GitHub App, GitLab, single sign-on) and reports each one as reachable or failing, so a misconfigured or expired credential is visible before a run trips over it.
1818
<!-- sources: 329 -->
1919

2020
## Improvements and fixes
2121

22-
- fix(worker): let an autofix run publish the head it pushed itself (AIW-310)
23-
<!-- sources: 324 -->
24-
- fix(worker): refuse the no_change_needed exit when PR review feedback is pending
22+
- An automatic check-fix run now completes on the commit it pushed itself. Previously the run repaired the branch and pushed it, then failed with a stale-commit error at the last two steps, so the pull request ended up fixed and green with nothing said about it and the run marked as failed. Both places that compared commits now accept the run's own push, while a push from anyone else still stops the run.
23+
<!-- sources: 324,326 -->
24+
- When a reviewer has asked for changes on a pull request, the planning agent no longer closes the ticket with "already resolved, no code changes needed". It plans the requested changes, retries once if it refuses, and fails visibly rather than reporting a success nobody asked for.
2525
<!-- sources: 325 -->
26-
- fix(worker): comment on the head an autofix run published, not the trigger sha (AIW-310)
27-
<!-- sources: 326 -->
2826

2927
## Do you need to do anything?
3028

31-
No action is required.
29+
No action is required. The System health screen appears in the dashboard on its own.
3230

3331
## Known limitations
3432

35-
No known user-facing limitations.
33+
Pre-PR check commands still do not report which command failed, only that the batch failed, so a red pre-PR gate needs the run log to diagnose.
3634
<!-- shareable:end -->
3735

3836
## Exact release scope

0 commit comments

Comments
 (0)