-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Enable Tabby to suggest semantic Git commit messages based on current changes (staged or unstaged), either via:
- 📝 VSCode integration: Suggest in the commit message box
- 💬 Chat interaction: Ask Tabby “Suggest a commit message”
Option A: Autocomplete in commit box
Trigger: Cursor focuses the message field
Tabby runs git diff --cached, analyzes the change, and suggests (we could also add or encourage it to use some conventions)
Option B: Chat usage
Prompt: "Can you generate a commit message for my changes?"
Tabby reads diff context and replies with:
- Suggested semantic commit title
- Optional file/change summary
It also could offer auto-staging or git commit -m on approval.
Other "famous" copilot(s) have this feature. Tabby could too, but fully local.
Please reply with a 👍 if you want this feature.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request