Commit 9ce2917
committed
Fix progress indicator newlines in claude --green
Fix progress indicator output issues:
- Clear line before writing new progress messages
- Add newline after progress before command output with stdio inherit
This ensures clean output formatting when running local checks
and prerequisite checking in the --green workflow.1 parent 2c3092e commit 9ce2917
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
2698 | 2701 | | |
2699 | 2702 | | |
2700 | 2703 | | |
| 2704 | + | |
| 2705 | + | |
2701 | 2706 | | |
2702 | 2707 | | |
2703 | 2708 | | |
| |||
3180 | 3185 | | |
3181 | 3186 | | |
3182 | 3187 | | |
| 3188 | + | |
| 3189 | + | |
3183 | 3190 | | |
3184 | 3191 | | |
3185 | 3192 | | |
| |||
0 commit comments