CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

Clicking the "generate message" button causes the IDEA commit panel to freeze directly.

Open kenzson opened this issue 1 year ago • 5 comments

What happened?

Clicking the "generate message" button causes the IDEA commit panel to freeze directly. However, the chat function can be used normally. Currently, IDEA is using version 2023.3.3, and CodeGPT is using version 2.2.12. Screenshot 2024-02-02 160502

Relevant log output or stack trace

No response

Steps to reproduce

No response

CodeGPT version

2.2.12

Operating System

Windows

kenzson avatar Feb 02 '24 08:02 kenzson

This seems to be a problem caused by CodeGPT using git diff. Can SVN projects not use the "generate message" feature? What should I do?

kenzson avatar Feb 04 '24 18:02 kenzson

I'm unable to reproduce this. Is this still happening?

carlrobertoh avatar Apr 23 '24 12:04 carlrobertoh

Yes, the issue still exists even after updating to the latest version. My project uses SVN version control. Clicking the "Generate Message" button in the commit panel still causes the IDE to freeze. I need to find the Git process in my task manager and end it to restore the IDE from freezing.

kenzson avatar Apr 24 '24 08:04 kenzson

I found that CodeGPT only supports automatically generating commit messages for Git projects. Could you please add support for projects using Subversion version control? @carlrobertoh

kenzson avatar Apr 25 '24 05:04 kenzson

For me the whole IDE freezes and every time I use this feature, I have to kill the IDE and start it again. I am using Git.

BenisonSam avatar May 27 '24 15:05 BenisonSam