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.
| Tool | Effect | Description |
|---|---|---|
commitmsg_amend_with_generated | destructive | Generate a commit message AND amend the most recent commit with it. |
commitmsg_commit_with_generated | destructive | DANGEROUS: writes a permanent commit to git history. Approval required outside HeadlessAutoApprove. |
commitmsg_generate | read-only | Generate a Conventional Commits message from the currently STAGED git changes |
commitmsg_generate_angular | read-only | Generate a commit message in the Angular Commit Convention from staged git changes. |
commitmsg_generate_plain | read-only | Generate a plain-English commit message (no type prefix) from staged git changes. |