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
fix: normalize baseURL per protocol — auto-append /v1 if missing
@ai-sdk/anthropic expects baseURL to include /v1, but users often
configure without it. Now normalizeBaseUrl() handles all cases:
- https://xxx/api/coding → https://xxx/api/coding/v1 (appended)
- https://xxx/api/coding/v1 → unchanged
- https://xxx/api/coding/v1/ → trailing slash removed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments