Files
windmill/frontend
Guilhem LemouelandClaude Opus 5 b14990b3c0 fix(chat): end a turn on a failure when its run failed
The answer shown for a turn whose rows never arrived came from the run's
result, and the run's own verdict was thrown away with it. A flow that
failed before writing anything therefore ended as a successful turn
carrying its error envelope rendered as JSON: Retry was not offered, and
a message queued behind it went straight out into the same failure.

The row now carries what the run said of itself, and a failure is shown
as what it failed with rather than as the envelope around it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-16 13:45:47 +02:00
..

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo