Add missing tests and docs from recent PRs #314
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Reviewed the latest merged PRs and identified gaps in tests and documentation. This PR adds the missing pieces, organized as one commit per original PR:
PR #301 — Azure OpenAI Provider
docs/providers/azure.md— Dedicated Azure provider documentation page (was the only provider without one)docs/providers.md— Listed Azure as a first-class provider in the chooser guidedocs/providers/open_ai.md— Updated Azure section to link to the new dedicated page instead of inlining outdated configurationPR #290 — Developer Role Messages
docs/actions/messages.md— Addeddeveloperrole to the message roles list and updated the note about dropped roles to mention bothsystemanddeveloperPR #299 — Anthropic Streaming Fix
test/providers/anthropic/streaming_convenience_events_test.rb— Added tests for:text,:input_json, and:citationevent types (PR Fix Anthropic streaming and empty tool input errors #299 only tested:thinkingand:signature)PR #278 — Universal Tools & MCP Support
test/providers/concerns/tool_choice_clearing_test.rb— Added unit tests for theToolChoiceClearingconcern (62 lines of code, 0 lines of tests shipped). Covers all branches: nil tool_choice, required mode, specific tool forcing, auto mode, andNotImplementedErrorfor abstract methodsPR #274 — Improved Usage Tracking
test/providers/common/usage_test.rb— Added tests forUsage#+(addition) and multi-turn accumulation: basic addition, nil optional fields, nil operand, and chained three-turn accumulationTest plan
bin/test test/providers/concerns/tool_choice_clearing_test.rb test/providers/anthropic/streaming_convenience_events_test.rb test/providers/common/usage_test.rb— greencc @TheRealNeil
🤖 Generated with Claude Code