10000 Tags · appleboy/CodeGPT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: appleboy/CodeGPT

Tags

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
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>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
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>

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
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>

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
chore: refactor codebase and update configurations

- Remove the `exportloopref` linter from the configuration

Signed-off
FB13
-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
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>

v0.14.6

Toggle v0.14.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.14.5

Toggle v0.14.5's commit message

Verified

This commit was signed with the committer’s verified signature.
appleboy Bo-Yi Wu
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>
0