CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

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-comm...

Results 23 CodeGPT issues
Sort by recently updated
recently updated
newest added

CodeGPT currently automatically generates commit titles and content, but if users want to modify the title or content, they need to adjust the relevant information through Git commands. Could it...

enhancement

I'd like to suggestion providing a way to customize the prompt template when user needed. Here is the proposal: --- Provide two ways to customize the prompt templates: 1. Check...

enhancement

Hi, I hope the `codegpt commit` can trigger the git pre-commit hook, before generate the commit message. I know I can install the prepare-commit-hook to the project. But I don't...

When I use the following config settings, the Commit Summary seems a little bit strange. ```sh codegpt config set openai.model gpt-4-32k codegpt config set openai.model_name gpt-4-32k codegpt config set output.lang...

For the `codegpt review`, I'd like to suggestion add `--prompt_only` flag just like `codegpt commit` did.

1. When typing `codegpt hook` should display usage info just like `codegpt config` 2. The usage info should display `Available Commands` just like `codegpt config` did. ![image](https://github.com/appleboy/CodeGPT/assets/88981/90cc496d-d57c-44b5-bb98-17535ebfa253)

codegpt can review my code before commit. But i want to use codegpt to review the other RD's merge request. Do you have any suggestions? Btw, this is cool project....

https://www.anthropic.com/index/claude-2-1

enhancement

Since each community may have its own standards for commit messages, such as the Git community's guidelines found here https://git-scm.com/docs/SubmittingPatches/, it is unlikely that we can simply teach CodeGPT these...

Thanks for https://github.com/appleboy/CodeGPT/issues/9 It would be great to support the optional scope in conventional commits too! 😃