mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 08:53:56 +00:00
* fix(tui): show last tool-error summary on aborted runs When a run ends while looping on tool-call validation errors the TUI showed only "run aborted". Carry the last tool failure on the terminal lifecycle metadata and render a sanitized one-line summary on the abort line, e.g. "run aborted: edit tool validation failed: edits: must have required properties edits". Argument dumps are stripped; with no summary it stays "run aborted". Refs #90982 * fix(tui): secure abort validation diagnostics * docs(changelog): move TUI fix to unreleased * docs(changelog): aggregate TUI fixes * fix(tui): scope abort validation diagnostics * docs(changelog): restore unreleased spacing * fix(tui): scope abort validation diagnostics * fix(tui): scope abort validation diagnostics --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>