8000 Tags · ShinChven/git-gpt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ShinChven/git-gpt

Tags

v0.10.0

Toggle v0.10.0's commit message
docs: update README for expanded functionality and configuration

Added:
- Support for multiple AI providers including Claude and Google AI.
- User-friendly guided configuration command for easier setup.
- New commands for setting and deleting model configurations.

Changed:
- Revised description of Git-GPT to reflect broader capabilities.
- Updated configuration options for clearer instructions.
- Renamed `request_module.py` to `ai_client.py` for clarity.

v0.9.1

Toggle v0.9.1's commit message
fix: Ensure API key check for OpenAI

The API key check is now only enforced for the OpenAI API type.

v0.9.0

Toggle v0.9.0's commit message
docs: update README for ollama security note

Added:
- Mentioned that using ollama is a more secure option for generating commit messages and issues.
- Clarified that user data will not be sent to any third-party server.

v0.8.0

Toggle v0.8.0's commit message
feat: update version to 0.8.0

Changed:
- Updated package version in __init__.py to 0.8.0.

v0.7.0

Toggle v0.7.0's commit message
chore: Configure package for distribution

Added:
- Packaging configuration in pyproject.toml
- Package data inclusion and exclusion
Changed:
- Dynamic versioning setup

v0.6.0

Toggle v0.6.0's commit message
chore: Update config function parameters

Changed:
- Updated config function to include new optional parameters.

v0.5.0

Toggle v0.5.0's commit message
chore: bump version to 0.5.0

Changed:
- Updated version number from 0.4.0 to 0.5.0.

v0.3.1

Toggle v0.3.1's commit message
feat: Update user prompt message for quality check

- Update user prompt message to include instructions on quality, security, and performance checks
- Refactor the prompt message to request a quality check report in the specified language

v0.3.0

Toggle v0.3.0's commit message
feat: Add quality check command

- Added a new command 'quality' to perform a quality check
- The command uses git diff to capture changes and OpenAI API to generate quality check messages

v0.2.1

Toggle v0.2.1's commit message
Merge branch 'main' of https://github.com/ShinChven/git-gpt

0