File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.9.2] - 2025-06-03
2+ ### Fixed
3+ - Fixed OpenAI chat completion compatibility
4+ - Fixed SHA256 hexdigest generation for MCP tool names
5+ - Added ostruct as explicit dependency to prevent warnings
6+ - Fixed rubocop lint error for alphabetized gemspec dependencies
7+ - Updated default OpenRouter model
8+
19## [ 0.9.1] - 2025-05-30
210### Added
311- ** MCP Type Coercion** - Automatic type conversion for MCP tool arguments based on JSON schema
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- raix (0.9.1 )
4+ raix (0.9.2 )
55 activesupport (>= 6.0 )
66 faraday-retry (~> 2.0 )
77 open_router (~> 0.2 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Raix
4- VERSION = "0.9.1 "
4+ VERSION = "0.9.2 "
55end
You can’t perform that action at this time.
0 commit comments