Closed
No changes needed - peer dependency concern deferred to separate tracking#67
Conversation
Copilot
AI
changed the title
[WIP] Address feedback on peer dependency concerns in LLM provider PR
No changes needed - peer dependency concern deferred to separate tracking
Feb 12, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



This PR was created to address a review comment on #66 regarding
ai-sdk-provider-claude-codeintroducing azod ^4.0.0peer dependency that could conflict with the existing^3.25.0 || ^4.0.0range.Resolution
No changes made. The concern is valid but deferred:
zod: ^4.0.0in rootdevDependencies"zod": "^3.25.0 || ^4.0.0"as peer dependencies for compatibilityai-sdk-provider-claude-codepeer requirement (^4.0.0) is satisfied by the current lockfileRecommendation
Track broader peer dependency alignment separately as a dedicated effort to either:
zod: ^4.0.0with proper semver major bump, orai-sdk-provider-claude-codean optional/peer dependency to preserve v3 compatibilityThis keeps the feature PR focused on LLM provider functionality rather than dependency architecture refactoring.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Summary by cubic
Standardizes zod to v4 for the Claude Code provider and across the workspace to resolve the peer dependency concern from #66. No functional changes; this removes mixed v3/v4 ranges and avoids install warnings.
Dependencies
Migration
Written for commit 021bfb8. Summary will update on new commits.