Hey, thanks for the report. I can see in your screenshot that the generator returned “Sure! PI” instead of a proper message on the first commit.
It looks like this happens because the first commit has no Git history for the generator to analyze. The generator pulls from:
The current changes (you do have them, like the new README.md)
The project’s Git history (missing on the first commit)
Without any history, the model can sometimes produce odd output.
For now, please try:
Write the message manually for this first commit
For the next commits, the generator should work normally once there’s history
Or use Chat: open Chat, type @Commit (Diff of Working State), and ask “generate a proper commit message”. This often works better than the built-in generator
I’ll pass this to the team. This should definitely be handled better for first commits in new projects.
Thanks, Dean. That explains why it output “Sure! PI”. I’ll stick to writing the first commit manually for now. Looking forward to seeing a fix for new projects in the future!