You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace ruby-anthropic gem with newer anthropic sdk gem
* Fix specs for new anthropic SDK gem migration
Update response handling and specs to work with the new anthropic gem
model objects which use symbol keys instead of string keys.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update default Anthropic chat model to claude-sonnet-4-6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix missing trailing newline in aws_bedrock_anthropic_response.rb
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix linter offenses: style, spacing, and empty line after include
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update CI Ruby matrix: drop 3.1, add 4.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add Ruby 4.0 compatibility
- Loosen anthropic gem constraint to ~> 1.10 (fixes CGI.parse removal)
- Skip RubyCodeInterpreter specs on Ruby 4.0 (safe_ruby gem incompatible)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add mise.toml with ruby = latest
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix linter
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
# @param default_options [Hash] Default options to use on every call to LLM, e.g.: { temperature:, completion_model:, chat_model:, max_tokens:, thinking: }
0 commit comments