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
Update documentation to include the new AI-powered code review functionality
This update adds comprehensive documentation for the recently added code
review feature, while also refreshing existing docs:
- Add new code-review-docs.md with usage instructions and best practices
- Add new changelog-release-notes-docs.md with detailed documentation
- Update CONFIG.md with instruction preset and review-related options
- Update README.md to highlight the new code review functionality
- Update usage-guide.md with code review commands and examples
These changes ensure users can take full advantage of the code review
capabilities introduced in the previous commit.
You can also edit the `~/.config/git-iris/config.toml` file directly with a text editor.
@@ -136,5 +148,6 @@ If you encounter issues:
136
148
2. Check that you're using supported models for each provider.
137
149
3. Ensure your custom instructions don't exceed token limits.
138
150
4. Review the Git-Iris logs for any error messages.
151
+
5. For code review or changelog generation issues, try using a higher token limit.
139
152
140
-
For further assistance, please refer to the [Git-Iris documentation](https://github.com/hyperb1iss/git-iris/wiki) or [open an issue](https://github.com/hyperb1iss/git-iris/issues) on the GitHub repository.
153
+
For further assistance, please refer to the [Git-Iris documentation](https://github.com/hyperb1iss/git-iris/wiki) or [open an issue](https://github.com/hyperb1iss/git-iris/issues) on the GitHub repository.
*Git-Iris in action: AI-powered Git workflow assistance*
24
+
_Git-Iris in action: AI-powered Git workflow assistance_
22
25
23
26
## 🌟 Overview
24
27
25
-
Git-Iris is a comprehensive AI-powered Git workflow assistant that enhances your development process from start to finish. It offers intelligent support for crafting meaningful commit messages, generating insightful changelogs, and creating detailed release notes. By leveraging advanced AI models, Git-Iris boosts your productivity and improves the quality of your project documentation.
28
+
Git-Iris is a comprehensive AI-powered Git workflow assistant that enhances your development process from start to finish. It offers intelligent support for crafting meaningful commit messages, generating insightful changelogs, creating detailed release notes, and providing code reviews. By leveraging advanced AI models, Git-Iris boosts your productivity and improves the quality of your project documentation.
26
29
27
30
## ✨ Features
28
31
29
32
Git-Iris offers a suite of AI-powered tools to enhance your Git workflow:
0 commit comments