Skip to content

Feature: Git-aware commit message suggestions in Tabby #4111

@juangcarmona

Description

@juangcarmona

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions