Skip to content

Releases: JetXu-LLM/llama-github

Llama-github Release v0.2.3

24 Nov 08:23
Compare
Choose a tag to compare

Upgrade to mistral-large-2411

Llama-github Release v0.2.2

19 Nov 05:09
00d58e1
Compare
Choose a tag to compare

Stick to specific LLM model (mistral-large-2407) and switch to Mistral-nemo for simple LLM

Llama-github Release v0.2.1

16 Nov 14:21
Compare
Choose a tag to compare

Approperately handle more file types when calculate file changes in PR

Llama-github Release v0.2.0

15 Nov 16:28
Compare
Choose a tag to compare

fix bugs for generate repo from pool by using Github_install_id

Llama-github Release v0.1.9

04 Nov 16:10
Compare
Choose a tag to compare

fix bugs for get pr content

Llama-github Release v0.1.8

03 Nov 14:59
Compare
Choose a tag to compare

Llama-github Release v0.1.8

Fix bugs for PR Content Code Diff calculation logic

Llama-github Release v0.1.7

31 Oct 16:23
Compare
Choose a tag to compare

Fix bugs for get PR content

Llama-github Release v0.1.6

30 Oct 14:33
37086ab
Compare
Choose a tag to compare

Llama-GitHub v0.1.6: Enhanced PR Analysis & Issue Linking 🚀

We're excited to announce the release of Llama-GitHub v0.1.6, bringing significant improvements to pull request analysis and issue linking capabilities.

🌟 Highlights

Enhanced Issue Detection

  • Comprehensive Issue Linking: Now supports all GitHub issue reference formats
  • Smart Validation: Improved issue number validation to prevent false positives
  • Official Format Support: Implements GitHub's autolink reference formats

Detailed PR Analysis

  • Rich Commit Information: Extract detailed commit metadata
  • Statistical Analysis: Track additions, deletions, and file changes
  • Robust Error Handling: Improved reliability in commit processing

🔧 Key Features

  1. Intelligent Issue Linking

    • Full GitHub issue URLs
    • Hash-based references (#123)
    • Closing keyword references (fixes #123)
    • Issue keyword references (issue #123)
  2. Enhanced PR Content Analysis

    • Detailed commit information
    • File change tracking
    • Comprehensive statistics
    • Author and timestamp data

📖 Documentation

Full documentation is available in our GitHub Wiki.
For migration guides and examples, please refer to our documentation.

🚀 Installation

pip install llama-github==0.1.6

Llama-github Release v0.1.5

17 Oct 14:13
Compare
Choose a tag to compare

Updated with a more precise requirements.txt list

Llama-github Release v0.1.4

14 Oct 17:33
Compare
Choose a tag to compare

Release Notes

Version 0.1.4

Improvements

  • Simplified simple_mode for better performance and compatibility
  • Reduced memory usage
  • Improved AWS Lambda support

Technical Details

  • Removed Torch and Transformers library dependencies in simple_mode
  • Optimized imports for lighter execution

We recommend updating to this version for improved efficiency, especially in serverless environments.