Skip to content

feat(commit-editor): add AI-powered commit message generation#947

Open
Murmele wants to merge 2 commits intomasterfrom
ai_commit_message
Open

feat(commit-editor): add AI-powered commit message generation#947
Murmele wants to merge 2 commits intomasterfrom
ai_commit_message

Conversation

@Murmele
Copy link
Copy Markdown
Owner

@Murmele Murmele commented Mar 13, 2026

Add AI commit message generation feature with configurable settings for service URL, API key, model, temperature, system message, and prompt message. The feature includes:

  • New settings for enabling/disabling AI commit messages
  • Secure credential storage for API keys
  • AI request preparation with detailed diff information
  • Integration with CommitEditor UI
  • Error handling and user feedback
  • Support for both system and user messages in AI requests

The implementation follows conventional commits format and provides a complete solution for generating professional git commit messages using AI.

Murmele added 2 commits March 13, 2026 17:56
Add AI commit message generation feature with configurable settings for service URL, API key, model, temperature, system message, and prompt message. The feature includes:

- New settings for enabling/disabling AI commit messages
- Secure credential storage for API keys
- AI request preparation with detailed diff information
- Integration with CommitEditor UI
- Error handling and user feedback
- Support for both system and user messages in AI requests

The implementation follows conventional commits format and provides a complete solution for generating professional git commit messages using AI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant