Is generate commit message pro option, I don’t see the button on source control sidebar
Hey @Srini-B
the feature to generate commit messages is not bound to a tier. It is behind a feature flag which needs to be switched on in your settings.json file for Cody. The setting you need to include is:
"cody.experimental.commitMessage": true
I hope that helps.
2 Likes