get_commit_types
Retrieve a dictionary of available commit types and their descriptions for generating conventional commit messages in the current plugin.
Instructions
Get list of available commit types from the current plugin.
Returns: Dict containing available commit types and their descriptions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_commit_typesArguments",
"type": "object"
}