Skip to content

Fix release progress panel truncating failed commands

Section titled “Fix release progress panel truncating failed commands”

Feb 15, 2026 · @mavam, @claude · #7

When a release step fails, the full command now prints below the progress panel so you can copy-paste it for manual recovery.

Previously, long commands would get truncated in the release progress panel, making it difficult to reproduce the failure manually. Now when a step fails, the complete command is displayed in full below the panel, giving you what you need to debug and retry the operation.