Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps ruby_llm from 1.6.2 to 1.8.1.

Release notes

Sourced from ruby_llm's releases.

1.8.1

RubyLLM 1.8.1: Efficient Chat Streaming 🚀💬

Small release bringing production-ready streaming for Rails chat UIs and minor fixes.

💬 Production-Ready Chat Streaming

Improved the chat UI generator with efficient chunk streaming that reduces bandwidth usage:

  • Bandwidth optimized: New broadcast_append_chunk method appends individual chunks without re-transmitting entire messages
  • Single subscription: Maintains one Turbo Stream subscription at chat level (not per message)
  • Reduced overhead: Jobs now append chunks instead of updating entire messages, reducing database writes

🔧 Improvements & Fixes

  • Cleaner injection: Refined message model class injection for chat UI generator
  • GPT-5 capabilities: Fixed missing capability declarations for parsera compatibility
  • Funding support: Added funding URI to gemspec metadata
  • Documentation updates: Enhanced README and moderation guides
  • Model registry: Latest model updates across all providers
  • Dependency updates: Updated Appraisal gemfiles

Installation

gem 'ruby_llm', '1.8.1'

Upgrading from 1.8.0

bundle update ruby_llm

All changes are backward compatible. To benefit from the streaming improvements, regenerate your chat UI with rails generate ruby_llm:chat_ui.

Merged PRs

New Contributors

Full Changelog: crmne/ruby_llm@1.8.0...1.8.1

1.8.0

RubyLLM 1.8.0: Video Support & Content Moderation 🎥🛡️

Major feature release bringing video file support for multimodal models and content moderation capabilities to ensure safer AI interactions.

🎥 Video File Support

... (truncated)

Commits
  • 46ac613 Bump version to 1.8.1
  • e08b2e5 Updated models
  • 6a9998a Updated Appraisal gemfiles
  • ae46014 Add funding URI to gemspec metadata
  • 0e8cded Production-ready chunk streaming for chat UI generator
  • f9ce1e7 Updated appraisal gemfiles
  • c79b852 Cleaned up injection into message model class for chat UI generator
  • 96d06c4 Updated models
  • df8ef75 Update gpt-5 capabilities (#345)
  • e99371c Added moderation to readme and index
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ruby_llm](https://github.com/crmne/ruby_llm) from 1.6.2 to 1.8.1.
- [Release notes](https://github.com/crmne/ruby_llm/releases)
- [Commits](crmne/ruby_llm@1.6.2...1.8.1)

---
updated-dependencies:
- dependency-name: ruby_llm
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 22, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 25, 2025

Superseded by #16.

@dependabot dependabot bot closed this Sep 25, 2025
@dependabot dependabot bot deleted the dependabot/bundler/ruby_llm-1.8.1 branch September 25, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant