Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crmne/ruby_llm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: crmne/ruby_llm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.0
Choose a head ref
  • 5 commits
  • 476 files changed
  • 2 contributors

Commits on Jan 13, 2026

  1. Nicer example in thinking guide

    crmne committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    fe944f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Refined thinking guide

    crmne committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    fcefb2e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Add xAI Provider (#373)

    ## What this does
    
    This PR adds xAI as a model `Provider`, leveraging the xAI OpenAI
    compatible API endpoints where possible.
    
    
    
    ## Type of change
    
    - [x] Bug fix
    - [ ] New feature
    - [ ] Breaking change
    - [x] Documentation
    - [ ] Performance improvement
    
    ## Scope check
    
    - [x] I read the [Contributing
    Guide](https://github.com/crmne/ruby_llm/blob/main/CONTRIBUTING.md)
    - [x] This aligns with RubyLLM's focus on **LLM communication**
    - [x] This isn't application-specific logic that belongs in user code
    - [x] This benefits most users, not just my specific use case
    
    ## Quality check
    
    - [x] I ran `overcommit --install` and all hooks pass
    - [x] I tested my changes thoroughly
    - [x] I updated documentation if needed
    - [x] I didn't modify auto-generated files manually (`models.json`,
    `aliases.json`)
    
    ## API changes
    
    - [ ] Breaking change
    - [ ] New public methods/classes
    - [ ] Changed method signatures
    - [x] No API changes
    
    ## Related issues
    
    <!-- Link issues: "Fixes #123" or "Related to #123" -->
    
    ---------
    
    Co-authored-by: Carmine Paolino <carmine@paolino.me>
    infinityrobot and crmne authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    8dc6c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e240447 View commit details
    Browse the repository at this point in the history
  3. Bump to 1.11

    crmne committed Jan 16, 2026
    Configuration menu
    Copy the full SHA
    1ad64c8 View commit details
    Browse the repository at this point in the history
Loading