| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | feat: Uses `env` when reading commit message from `/tmp/prev-ia-commit-message` | ache | 2026-01-07 |
| | | | | | This change ensures that the environment variables are correctly propagated when reading the commit message from the temporary file, resolving potential issues with variable expansion. | ||
| * | docs: improve commit message prompt and handle response codes consistently | ache | 2026-01-05 |
| | | |||
| * | feat: Exit with error code when user doesn't want to commit changes | ache | 2025-12-28 |
| | | |||
| * | feat: Implement 'ia-commit' utility for generating professional git commit ↵ | ache | 2025-12-24 |
| messages from a diff The changes made include deleting the old 'ia-commit-message' function and creating a new one called 'ia-commit'. This new function utilizes a language model to generate a commit message based on the staged git diff. It then asks the user to confirm or edit the generated message before committing it. | |||