devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
344 stars 39 forks source link

[BetaTest] The workflow's `commit.py` process is still running after the IDE is closed. #257

Closed kagami-l closed 7 months ago

kagami-l commented 7 months ago

When using JetBrains IDE, the IDE has been closed, but the devchat process has not ended and has been occupying the cpu all the time. 20240209-085049 devchat-high-cpu

It should be a system bug of devchat. When the user closes the IDE while waiting for user input in chatmark form, commit.py is always in a waiting state and does not end. Devchat should end all related processes when the IDE exits.

TODO: