Skip to content

Commit

Permalink
Merge pull request Pythagora-io#34 from Pythagora-io/start-button-in-…
Browse files Browse the repository at this point in the history
…new-feature

Added send_run_command when creating new feature
  • Loading branch information
matija-ilijas authored Sep 26, 2024
2 parents 3b3592b + 4ccec16 commit 0c3a348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/agents/tech_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ async def ask_for_new_feature(self) -> AgentResponse:
else:
await self.ui.send_message("Your app is DONE! You can start using it right now!", source=success_source)

if self.current_state.run_command:
await self.ui.send_run_command(self.current_state.run_command)

log.debug("Asking for new feature")
response = await self.ask_question(
"Do you have a new feature to add to the project? Just write it here:",
Expand Down

0 comments on commit 0c3a348

Please sign in to comment.