Pythagora-io / gpt-pilot

The first real AI developer
Other
30.18k stars 3.01k forks source link

Check task state before checking steps (so it can be skipped if needed) #981

Closed senko closed 4 months ago

senko commented 4 months ago

Orchestrator needs to check task status before asking Developer to work on it, because the status may be "SKIPPED", in which case we don't wan to deal with the task at all.

Before the fix: Screenshot from 2024-05-30 11-39-31

After the fix: Screenshot from 2024-05-30 11-42-26