Releases: appleboy/CodeGPT
Releases · appleboy/CodeGPT
v0.1.7
Changelog
- 8bf7d98 refactor: refactor
timeout
flag to accept duration input - cb6f2c7 feat: increase timeout options for API requests (#55)
- 8a44d35 chore: refactor environment variable prefixes to unified naming convention
- 36e505a feat: add support for multiple CI/CD platforms in initConfig() function
- fb4cf74 docs: document configuration options for OpenAI API
- c98e375 feat: add temperature control to OpenAI package
- 5079244 feat: add
max_tokens
flag for OpenAI API - efe8f74 docs: update flow
- e802945 docs: add flow diagram to project README
- 347fd2e chore: update CodeGPT binary download links and version number
v0.1.6
Changelog
- eb8bf3b chore: update package versions for security and performance improvements
- 996b5fe fix: improve handling of missing API key errors
- b492f7d chore: update go-openai package version in go.mod file
- 6346a5f build: add Docker support with CI/CD pipeline (#54)
- c12a9dc docs: fix typo from zh-tw to zh-cn (#51)
v0.1.5
v0.1.4
Changelog
- 1609675 chore: update CodeGPT version in OS-specific download links
- cb3d75c feat: set default maxTokens for OpenAI client to 300
- de1d07a docs: update CLI tool description in README file
- 99189f6 docs: add example for improve PHP code security and cross-platform compatibility
- 15a7b88 docs: improve README formatting for section headers
- 3f96190 feat: add multilingual code review support with screenshots
- f32a4d1 feat: improve OpenAI integration for code review summaries
- 134cc79 feat: add code review command to CLI (#46)
- ab75796 refactor: simplify code and remove unused imports in commit functionality
- f4923a5 docs: improve API usage, testing, and documentation
v0.1.3
v0.1.2
Changelog
- c930e3b chore: update CodeGPT version in README.md file to
0.1.2
- 93c50ec feat: add option for setting OpenAI API timeout
- 41d47a3 feat: add OpenAI base URL customization option
- 6fd92df feat: add base_url configuration option
- a10afb0 docs: correct flag name in README (#40)
- 0040d02 docs: update README.md file formatting and content
v0.1.1
Changelog
- 7e945df chore: update CodeGPT to version
0.1.1
for all OSs - 3026803 feat: Add support for new OpenAI models and update default model
- bf28f00 feat: add new models to modelMaps map in openai.go file (#38)
- 541832d chore: update go-openai version in go.mod to v1.5.4
- 21d022e chore: update CodeGPT to version 0.1.0
v0.1.0
Changelog
- e869533 feat: add tip replacement flag to commit command
- 3947d23 feat: add amend functionality to commit command (#35)
- d69f877 docs: improve commit message template integration with Git hooks
- 58aa3d8 feat: add template options to commit command (#33)
- 03ce4b9 refactor: refactor template handling functions and calls
- 2072f60 refactor: refactor code for improved performance and readability
- 637c084 refactor: refactor commit message handling and translation template
- 297b50f refactor: refactor commit message summarization function names
- 7763fa7 docs: improve Git diff functionality and customization options
- 0c22fdc docs: add feature list
v0.0.9
Changelog
- 72b2cc0 chore: update CodeGPT version to improve performance
- 742fecc chore: add --signoff flag to git commit command (#30)
- 7773093 feat: refactor completion function in OpenAI package
- f38019a chore: update Go dependencies to latest versions
- 4364fcf feat: add proxy support to
commit
command - 78678d7 feat: update proxy options for secure connections
- 278219d feat: add SOCKS proxy support to OpenAI API client
- a663a00 docs: add Chinese README introduction link
- 30c6abc docs: improve documentation for setting environment variables
- c5c0f9a chore: update CodeGPT to version v0.0.8 with new OS download links
- 1de984f docs: add API key safety best practices link to README.md
v0.0.8
Changelog
- e7a908d docs: improve OpenAI API key management and documentation
- ae81a78 refactor: replace hyphens and dots in environment variable keys (#25)
- 98155ea chore: refactor Git hook functions and variables
- 040f7f4 docs: improve installation instructions for codegpt on MacOS via Homebrew (#24)
- 7570e13 fix: refactor Git commands and fix minor issues
- 8a2edb2 chore: fix flag naming consistency in cmd package
- 22e6c5f docs: add OpenAI API key instructions and config options to .codegpt.yaml
- f0929db feat: add excludeList flag to git operations (#23)
- 65f4c38 refactor: refactor commit message handling in git functions
- beb9ee1 chore: update CodeGPT to version 0.0.7 on all platforms