mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 16:12:21 -06:00
4b8ca98a94
* fix(gateway): drop internal error class names from operator output * test(cli): drop stale Error: prefixes from capability expectations * test(cli): align invalid-port output with canonical formatting * fix(errors): preserve primary structured codes * style(cli): format invalid-port expectation * test(cli): align shared error rendering expectations * fix(gateway): scope error code rendering to agent failures * test(errors): redact opt-in structured codes * refactor(errors): keep canonical formatter callback-safe * test(audit): drop stale Error: prefixes after formatter cleanup PR #124336 landed audit's gateway-error rendering while this branch was in flight, so its two new assertions were written against the prefixed output. The canonical formatter no longer emits the generic Error: prefix, so the expected strings are updated to match.