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.12.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.12.1
Choose a head ref
  • 6 commits
  • 449 files changed
  • 1 contributor

Commits on Feb 14, 2026

  1. Updated simplecov config

    crmne committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    b6b8c8c View commit details
    Browse the repository at this point in the history
  2. Moved xAI logo as the last

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

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    a3576b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Added Rails integration to Chat#add_message

    Before, add_message would not persist the messages in Rails. This fixes
    that.
    
    Also, makes the Content class resilient towards empty attachments, which
    can occur by passing attachments directly from Rails. Previously this
    functionality was only present in the Rails integration.
    crmne committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    1b720ba View commit details
    Browse the repository at this point in the history
  2. Agent: delegate full Chat API via Forwardable

    Fixes undefined method 'delegate' for class RubyLLM::Agent
    crmne committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    e9a7dee View commit details
    Browse the repository at this point in the history
  3. Version bump to 1.12.1

    crmne committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    f44384a View commit details
    Browse the repository at this point in the history
Loading