You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
chore: Configure package for distribution
Added:
- Packaging configuration in pyproject.toml
- Package data inclusion and exclusion
Changed:
- Dynamic versioning setup
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
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