Skip to main content

CommitMessageAi

5 tools in this family (folder Editor/Tools/CommitMessageAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
commitmsg_amend_with_generateddestructiveGenerate a commit message AND amend the most recent commit with it.
commitmsg_commit_with_generateddestructiveDANGEROUS: writes a permanent commit to git history. Approval required outside HeadlessAutoApprove.
commitmsg_generateread-onlyGenerate a Conventional Commits message from the currently STAGED git changes
commitmsg_generate_angularread-onlyGenerate a commit message in the Angular Commit Convention from staged git changes.
commitmsg_generate_plainread-onlyGenerate a plain-English commit message (no type prefix) from staged git changes.