appleboy / CodeGPT

A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook.
MIT License
1.16k stars 100 forks source link

zh-tw commit summary show ### #108

Closed cloverdefa closed 9 months ago

cloverdefa commented 10 months ago

If the language is set to zh-tw in the .codegpt.yaml file for the commit's Summary, it will be displayed with three ### symbols on the first line, which might impact the overall readability of the commit list. Could you please advise on how to configure it in a way that prevents ### from appearing as the header on the first line?

appleboy commented 10 months ago

@cloverdefa Thanks for your report. I will reproduce the issue first.

appleboy commented 9 months ago

fixed in https://github.com/appleboy/CodeGPT/releases/tag/v0.4.4 version.