BREAKING CHANGE(vercel-ai-sdk): migrate to Vercel AI SDK v6 and introduce provider registry (getModel) returning LanguageModelV3
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-05 - 2.0.0 - BREAKING CHANGE(vercel-ai-sdk)
|
||||
migrate to Vercel AI SDK v6 and introduce provider registry (getModel) returning LanguageModelV3
|
||||
|
||||
- Major API rewrite and module reorganization; bump package version to 1.0.0
|
||||
- Replace many legacy provider implementations with @ai-sdk/* providers and a new Ollama adapter (LanguageModelV3-based)
|
||||
- Add subpath exports for capability packages: ./vision, ./audio, ./image, ./document, ./research
|
||||
- Introduce Anthropic prompt-caching middleware and provider-level promptCaching option
|
||||
- Split functionality into focused ts_* packages (ts_audio, ts_image, ts_document, ts_vision, ts_research) and adapt tests accordingly
|
||||
- Update dependencies and devDependencies to use ai SDK providers and newer package versions
|
||||
|
||||
## 2026-01-20 - 0.13.3 - fix()
|
||||
no changes detected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user