commit_staged
Automate git commits for staged changes with a custom message, appending "(aider)" to the committer name. Tracks AI contributions in the codebase efficiently.
Instructions
Commit staged changes with a specific message, appending "(aider)" to the committer name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cwd | No | Optional: The working directory for the git command (defaults to the workspace root). | |
message | Yes | The commit message. |