sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.5k stars 258 forks source link

feedback: request: Generate the commit message for staged changes #3425

Closed sughodke closed 5 days ago

sughodke commented 5 months ago

Version

v1.8.2

Areas for Improvement

What needs to be improved? Please describe how this affects the user experience.

A new feature to create a commit message given the staged commits

Describe the solution you'd like to see

In the revision control screen, when I select files or chunks to be staged I would love to see the agent generate a commit message

Describe any alternatives that could be considered

git diff | gpt -p "Write a brief commit message given these changes" | pbcopy

Requires this tool https://github.com/kharvd/gpt-cli

Additional context

Generated message would show up in this textbox.

Screenshot 2024-03-15 at 10 31 40 AM
vadi2 commented 3 months ago

What is the latest on this? It would be great to have this in.

sirnails commented 3 months ago

This would be a game changer! looking forward to seeing this...

esafak commented 3 months ago

I have the same request for IntelliJ.

github-actions[bot] commented 3 weeks ago

This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.