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
Fixed several critical bugs in the resume --until feature:
1. Initialize until_steps to None to prevent NameError when --until is not specified
2. Fix error message to show specific invalid step name instead of entire tuple
3. Remove incorrect clone_only error check that had wrong error message
4. Remove debug print statements
5. Improve comment clarity for step precedence logic
Claude helped!
0 commit comments