Merge branch 'v2' into feature/ENG-921-entire-epic-at-once

This commit is contained in:
LeonOstrez
2025-06-19 17:27:03 +02:00

View File

@@ -181,7 +181,7 @@ class TechLead(RelevantFilesMixin, BaseAgent):
response = await self.ask_question(
"What do you want to implement?",
buttons={"continue": "continue", "back": "Back"},
buttons={"back": "Back"},
allow_empty=False,
)