AI Commit Message Generator
About this app
WHAT IT DOES
Writing good commit messages is a best practice, but it's easy to get lazy or forget the format when you're in a rush. The AI Commit Message Generator helps you craft clear, consistent commit messages that follow the Conventional Commits standard. You provide a description of your code changes, a diff, or a list of updates, and the agent returns a formatted commit message with a type and subject line (e.g., "feat: add user authentication"), a brief body explaining what was changed and why, and any breaking changes or footer notes if applicable. This makes your commit history more readable, helps with automated changelog generation, and keeps your team on the same page.
HOW TO USE
Open the agent in BotSurf from your library. After pasting your API key once (handled securely by the host), describe your code changes, paste a diff, or list the updates you've made in the text area. The more specific you are, the more accurate the commit message will be. Click "Generate commit message" or press Ctrl+Enter (Cmd+Enter on Mac). The agent processes your input and returns a formatted commit message following conventional commit standards. You can also highlight code changes from any webpage, diff viewer, or document and click "Use selection" to auto-fill. Try the example tags above the input to see how different types of changes are handled—features, bug fixes, refactors, documentation, and tests. Copy the commit message to your clipboard and paste it into your version control system.
WHAT IT SENDS
When you press "Generate commit message," the agent sends only the exact text you entered in the text area—your description of code changes. Nothing else. No browsing history, no cookies, no account data, no hidden telemetry. The request is a simple text prompt to the AI model. The host records usage counts for billing (each press counts as one run) but does not log or store the content of your code changes or commit messages. Your code and project details remain private.
SUBSCRIPTION
This agent costs $19.99 per month, with a 7-day free trial. You receive 100 runs per billing cycle—enough to generate commit messages for regular development work, feature branches, or bug fixes. Cancel anytime from your BotSurf account settings. Unused runs do not roll over.
THE PANEL
The agent runs in a draggable, resizable panel that snaps to screen edges. Collapse it to a floating bubble (✨) when you need more screen space, and expand it again with one click. Press Escape to close the panel. The panel remembers its position across sessions via secure state storage.
PLEASE NOTE
This is a commit message aid for development purposes only. The AI generates a message based on your description, but it does not analyze your actual code, verify the accuracy of your changes, or ensure the commit message matches your project's specific guidelines. Always review and adjust the message to accurately reflect your changes before committing. Conventional commit types and formats may vary by project—adapt the output to match your team's conventions and the actual changes being committed.