You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(jobs): flatten multi-line commands in jobs list table (#154)
Detached commands are often multi-line `bash -c` strings with backslash
continuations; their embedded newlines broke the one-row-per-job table
layout regardless of the width cap. Join line-continuations and collapse
whitespace runs to a single space before truncating. JSON output keeps
the raw command.
Also replaces example/test namespace and PVC placeholders with generic
names.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments