Skip to content

Releases: zjy365/gh-explorer

v1.0.2

27 May 14:03
ee1ef31

Choose a tag to compare

Patch Changes

v1.0.1

11 May 08:28
8cfed0c

Choose a tag to compare

Patch Changes

  • 8485ac4: fix: Failed to get trending data: Subject parameter value width cannot be greater than the container width.

v1.0.0

10 May 15:08
698eb33

Choose a tag to compare

Major Changes

  • ae46e26: # gh-explorer - v1.0.0

    Major Changes

    This release marks the official 1.0.0 milestone for gh-explorer, delivering a complete set of core features for GitHub trends analysis and URL metadata extraction with AI-powered insights.

    Key Features

    • GitHub Trends Analysis: Track trending repositories by language, time period, and topics
    • URL Metadata Extraction: Extract comprehensive metadata from any webpage
    • AI-Powered Insights: Integration with OpenAI via Vercel AI SDK, providing:
      • Intelligent summaries of repositories and webpages
      • Extraction of key points and features
      • Multi-category classification of content
      • Enriched analysis of technical information

    Technical Improvements

    • Configuration Management: CLI tools for managing API keys and settings
    • Type-Safe Design: Comprehensive TypeScript types with proper interfaces
    • Modular Architecture: Clear separation of concerns for future extensibility
    • Error Handling: User-friendly error messages and recovery options
    • Performance Optimized: Efficient API usage and response parsing

    This first major release delivers a production-ready tool for developers seeking enhanced insights into GitHub trends and web content, with AI capabilities that significantly improve content understanding and discovery.

Patch Changes

  • ae46e26: URL Metadata Extractor Enhancement

v0.1.0

10 May 06:07
bc8dce2

Choose a tag to compare

Minor Changes

  • edaf50b: feat: Stable CLI release and improved test coverage

    • Added test files for core functionality
    • CLI is now stable and ready for production use
    • Improved error handling and documentation