Tags: appleboy/CodeGPT
Tags
fix: enhance PR title generation with retries and better errors (#243) - Add retry logic for generating the pull request title, retrying up to 3 times if the response is empty - Return an explicit error if the OpenAI API returns no choices, or if reasoning content is present (unsupported) - Improve error reporting for failed title generation attempts fix #242 Signed-off-by: appleboy <appleboy.tw@gmail.com>
chore: update dependencies to latest stable versions - Update multiple dependencies to newer versions, including github.com/appleboy/com, github.com/sashabaranov/go-openai, google.golang.org/genai, and several cloud.google.com/go modules - Minor upgrade for google.golang.org/grpc dependency Signed-off-by: appleboy <appleboy.tw@gmail.com>
ci: unify Go version management in CI and release workflows - Add step ID to Go setup in the GitHub Actions workflow to enable output reference - Pass Go version from the setup-go action as an environment variable to subsequent steps - Update GoVersion linker flag to use GO_VERSION environment variable instead of GOVERSION in the release configuration Signed-off-by: appleboy <appleboy.tw@gmail.com>
docs: improve documentation and clarity across multiple files - Update flag descriptions for better clarity in `commit.go` - Expand the `Long` description in `completion.go` to include detailed instructions for loading shell completions - Improve comments and error messages in `config.go` and `hepler.go` for better readability and clarity Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
docs(readme): add support for customizable prompt templates and confi… …guration (#229) - Add support for customizing prompt templates and variables - Introduce `prompt.folder` configuration with a default location - Add detailed instructions on how to customize the default prompt folder - Update OpenAI model configuration value from `gpt-35-turbo` to `gpt-4o` Signed-off-by: appleboy <appleboy.tw@gmail.com>
refactor: support o3 mini regex pattern for series models (#219) - Replace `checkO1Serial` with `checkOSeriesModels` for better matching of model strings - Adjust regex pattern to `o\d((-mini|-preview))?` Signed-off-by: appleboy <appleboy.tw@gmail.com>
docs: improve documentation and testing across multiple modules - Add usage comments for DefaultHeaderTransport in client.go - Add args and returns comments for IsCommandAvailable function in util.go Signed-off-by: appleboy <appleboy.tw@gmail.com>
docs: improve grammar, clarity, and consistency in documentation (#204) - Correct typo "Bellow" to "Below" and improve sentence structure for clarity. - Capitalize "CODE PATCH TO BE REVIEWED" for consistency. - Fix grammatical errors and improve clarity in the conventional commit template. - Correct "less" to "fewer" in the example summary comments. - Fix grammatical error in the summarize file diff template. - Change "high level" to "high-level" for consistency. - Update character limit reminder from 50 to 60 characters. - Ensure translation instructions emphasize high-level translation and formatting integrity. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
chore(crypto): update Golang dependencies to latest versions - Update `golang.org/x/crypto` from `v0.29.0` to `v0.31.0` - Update `golang.org/x/sync` from `v0.9.0` to `v0.10.0` - Update `golang.org/x/sys` from `v0.27.0` to `v0.28.0` - Update `golang.org/x/text` from `v0.20.0` to `v0.21.0` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
PreviousNext