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