docs: fix missing ai-sdk-v5 npm tag by using pinned version in README#397
Merged
robert-j-y merged 1 commit intomainfrom Feb 9, 2026
Merged
Conversation
Replace non-existent @ai-sdk-v5 dist-tag with pinned version @1.5.4 in the legacy AI SDK v5 install instructions. Closes #390 Co-Authored-By: Robert Yeakel <robert.yeakel@openrouter.ai>
kesavan-byte
pushed a commit
to osm-API/ai-sdk-provider
that referenced
this pull request
Feb 13, 2026
…OpenRouterTeam#397) Replace non-existent @ai-sdk-v5 dist-tag with pinned version @1.5.4 in the legacy AI SDK v5 install instructions. Closes OpenRouterTeam#390 Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
Description
Fixes #390 — The README's legacy AI SDK v5 install instructions referenced
@openrouter/ai-sdk-provider@ai-sdk-v5, but that npm dist-tag was never created. Users following these instructions would get an install error.Replaces the non-existent
@ai-sdk-v5dist-tag with a pinned version@1.5.4(the last published version withai: ^5.0.0peer dependency).Human Review Checklist
1.5.4is the correct version to pin (last AI SDK v5 compatible release before the v6 migration in2.0.0)ai-sdk-v5npm dist-tag should also be created separately as a follow-upChecklist
pnpm stylecheckandpnpm typecheckpnpm testand all tests passChangeset
pnpm changesetto create a changeset fileLink to Devin run: https://app.devin.ai/sessions/eab10731250a42098e4558b0f23e438e
Requested by: @robert-j-y