Skip to content

Commit fe23603

Browse files
committed
feat: integrate AI-powered commit message generation plugin
- Add a plugins section to the configuration specifying an AI-powered commit message generation plugin - Define detailed plugin metadata, including its description, source, and associated skills Signed-off-by: appleboy <[email protected]>
1 parent 7032a79 commit fe23603

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.claude-plugin/plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,16 @@
2929
"automation",
3030
"devtools",
3131
"llm"
32+
],
33+
"plugins": [
34+
{
35+
"name": "generating-commit-messages",
36+
"description": "This skill provides AI-powered git commit message generation using the `codegpt commit` command. It analyzes git diffs and automatically generates conventional commit messages in multiple languages.",
37+
"source": "./",
38+
"strict": false,
39+
"skills": [
40+
"./skills/commit-helper"
41+
]
42+
}
3243
]
3344
}

0 commit comments

Comments
 (0)