This message was deleted.
# feedback
d
This message was deleted.
💯 2
🔥 3
c
🤔 The open source resolver doesn't. The curious part is the reason why it doesn't: we just don't prompt it to do anything with git nor github, not even commit. Instead, a hardcoded workflow at the end of the run does all the nitty gritty to get changes and push and open PR. One reason for this is historical, the resolver initially followed the eval template, where indeed the script running the agent gets the diff, the agent does just the task. I think this hardcoded workflow may have become obsolete, and we should change it...
w
huh I figured it'd be in the github microagent
it should definitely be in there IMO
c
The trigger for github microagent is not in the prompt, so only if the user says it in the comment, then it should have it loaded in context. However, the initial prompt also doesn't say "commit your changes", or push, or open PR. So there's no imperative instruction 😅