Skip to content

docs: fix missing ai-sdk-v5 npm tag by using pinned version in README#397

Merged
robert-j-y merged 1 commit intomainfrom
devin/1770670609-fix-readme-ai-sdk-v5-tag
Feb 9, 2026
Merged

docs: fix missing ai-sdk-v5 npm tag by using pinned version in README#397
robert-j-y merged 1 commit intomainfrom
devin/1770670609-fix-readme-ai-sdk-v5-tag

Conversation

@robert-j-y
Copy link
Contributor

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-v5 dist-tag with a pinned version @1.5.4 (the last published version with ai: ^5.0.0 peer dependency).

Human Review Checklist

  • Confirm 1.5.4 is the correct version to pin (last AI SDK v5 compatible release before the v6 migration in 2.0.0)
  • Consider whether the ai-sdk-v5 npm dist-tag should also be created separately as a follow-up

Checklist

  • I have run pnpm stylecheck and pnpm typecheck
  • I have run pnpm test and all tests pass
  • I have added tests for my changes (if applicable) — N/A, docs-only change
  • I have updated documentation (if applicable)

Changeset

  • I have run pnpm changeset to create a changeset file

Empty changeset used (pnpm changeset --empty) since this is a docs-only change that doesn't need a release.


Link to Devin run: https://app.devin.ai/sessions/eab10731250a42098e4558b0f23e438e
Requested by: @robert-j-y

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>
@robert-j-y robert-j-y merged commit 40e7b76 into main Feb 9, 2026
2 checks passed
@robert-j-y robert-j-y deleted the devin/1770670609-fix-readme-ai-sdk-v5-tag branch February 9, 2026 21:01
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing npm version tag: ai-sdk-v5

1 participant