Releases: Tiny-Bubble-Company/rails-agents
Releases · Tiny-Bubble-Company/rails-agents
Release list
rails-agent-stack 0.1.1
First public RubyGems release of rails-agent-stack.
- Depends on open-wire
~> 0.1 - Install:
gem "rails-agent-stack", "~> 0.1" - Docs: https://rails-agent.com/docs/getting-started
Note: 0.1.0 was yanked; use 0.1.1.
v0.1.0
Changelog
All notable changes to this project are documented in this file.
[0.1.0] — 2026-07-09
First public release. Published on RubyGems as rails-agent-stack (Ruby API remains RailsAgents).
RailsAgents::Agent— one class for every use case (provider,model,description,tools,skills)RailsAgents::Tool— app code as tools, auto-loaded fromapp/agents/tools/- Skills:
:web_search,:web_fetch(portable + Anthropic native); Anthropic:code_execution,:memory,:pptx,:xlsx,:docx,:pdf - Providers: OpenAI, Anthropic, OpenRouter, Grok
- Install generator (
rails generate rails_agents:install) - Sample playground app in
spec/dummy/ - Documentation site (VitePress) on GitHub Pages
- Fix:
Providers.buildno longer passes a nil API key that overrode config defaults