continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
13.5k stars 947 forks source link

Auto Generate Commit Messages #1424

Open GeorgeChackungal opened 1 month ago

GeorgeChackungal commented 1 month ago

Validations

Problem

Hi,

First and foremost Brilliant Extension.

Having said that, any plan to support auto-generating commit messages?

Solution

Something similar to https://devblogs.microsoft.com/visualstudio/write-your-git-commits-with-github-copilot/ ?

sestinj commented 1 month ago

@GeorgeChackungal this is a cool idea! Right now we have a /commit slash command that will generate a commit message in the sidebar, but it look like there might be a native way like you mentioned to display it in the git sidebar of VS Code. I think the .git extension has an exposed API that can be used, similar to here

Qualzz commented 3 weeks ago

this would be really nice !