Skip to content

Release v0.0.1 - Initial Release 🎉

Latest
Compare
Choose a tag to compare
@aditya305 aditya305 released this 30 Sep 08:01
· 11 commits to main since this release

Overview
This is the first official release (v0.0.1) of the AI-powered Community Health File Generator. This release introduces the core functionality of the tool, allowing users to generate essential community health files for their GitHub repositories using AI platforms such as OpenAI, Google Gemini, and Anthropic Claude.

Key Features

  • Multi-platform AI Support:
  • Supports content generation through OpenAI (GPT 4o), Google Gemini, and Anthropic Claude.
  • Users can select their preferred AI platform and provide an API key for content generation.
  • Community Health Files:
  • Automated generation of community health files, including:
  • Bug Report Template
  • Feature Request template
  • Enhancement Request template
  • General Question template
  • Pull Request template
  • Funding information
  • Security policy
  • Contribution guidelines
  • Governance information
  • Code of Conduct
  • Interactive CLI:
  • A user-friendly command-line interface that guides the user through the process of providing repository-specific information like repository owner, license, and assignees.
  • Parallel AI Requests:
  • Optimized content generation by making parallel API requests for faster performance.
  • File Generation:
  • All community health files are automatically stored in the .github and docs directories for easy repository integration.
  • Bug Fixes and Enhancements
  • Improved error handling to ensure robustness during API calls and file generation.
  • Modularized code for better scalability and maintainability.
  • Added validation for user inputs during the interactive CLI process.