mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
Don't review and update README for task breakdowns
This commit is contained in:
@@ -241,7 +241,7 @@ class Developer(BaseAgent):
|
||||
}
|
||||
for step in response.steps
|
||||
]
|
||||
if len(self.next_state.unfinished_steps) > 0:
|
||||
if len(self.next_state.unfinished_steps) > 0 and source != "review":
|
||||
self.next_state.steps += [
|
||||
# TODO: add refactor step here once we have the refactor agent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user