Skip to content

feat: add support for generating commit message #5828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lkk214
Copy link
Contributor

@lkk214 lkk214 commented May 24, 2025

Description

Generate commit messages based on selected changes in the workflow UI.

  • Analyze selected changes in the workflow UI and generate relevant descriptive commit messages
  • Support switching between different LLMs, using config.modelsByRole.chat as the model list source

Screenshots

demo0524

@lkk214 lkk214 requested a review from a team as a code owner May 24, 2025 15:52
@lkk214 lkk214 requested review from sestinj and removed request for a team May 24, 2025 15:52
Copy link

cubic-dev-ai bot commented May 24, 2025

Your cubic subscription is currently inactive. Please reactivate your subscription to receive AI reviews and use cubic.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label May 24, 2025
@lkk214 lkk214 marked this pull request as draft May 24, 2025 15:52
Copy link

netlify bot commented May 24, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit 857c36f
🔍 Latest deploy log https://app.netlify.com/projects/continuedev/deploys/6831eb290e72e800089625e4

@sestinj
Copy link
Contributor

sestinj commented May 26, 2025

@lkk214 I like this a lot! If we add this in IntelliJ, do you think we could add it in VS Code as well? It can be bothersome when there isn't feature parity. Otherwise, I like what you did with the UI and whenever you've got the code in a closer spot I'd be happy to review

@nomagicln
Copy link

This is an incredible feature! I've been looking forward to it for quite some time. Will it be supported in VS Code?

@nomagicln
Copy link

@lkk214 I have a small suggestion: would it be possible to provide a method that allows users to specify the submission format?

@lkk214
Copy link
Contributor Author

lkk214 commented May 27, 2025

IntelliJ offers deeper integration, while VS Code has limited flexibility with its built-in SCM.
For VS Code, I’ll implement a simpler version that only generates commit messages.

demo0527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

3 participants