Generate commit message

Is generate commit message pro option, I don’t see the button on source control sidebar

CleanShot 2024-10-13 at 7 .26.00

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

Just as a side note:

There is also the possibility to set a keybinding for this in VS Code, it is by default not bound to any keys:

This is how I used Cody to generate commit messages before reading this post for the Cody Icon in the Source Control Pane.

1 Like