-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: vercel/ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ai@6.0.92
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vercel/ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ai@6.0.93
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 89 files changed
- 5 contributors
Commits on Feb 19, 2026
-
fix(devtools): use explicit env flag for dev mode detection (#12694)
## Summary - Replace path-based `/dist/` check with an explicit `AI_SDK_DEVTOOLS_DEV` env flag for dev mode detection - Prevents false positives in monorepos (NX, Turborepo) where `/dist/` paths are common in the workspace - The `dev:api` script now sets `AI_SDK_DEVTOOLS_DEV=true` automatically; production mode is the default when the flag is unset 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 4c3a932 - Browse repository at this point
Copy the full SHA 4c3a932View commit details -
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @ai-sdk/devtools@0.0.15 ### Patch Changes - 4c3a932: Use explicit AI_SDK_DEVTOOLS_DEV env flag for dev mode detection Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
vercel-ai-sdk[bot] authoredFeb 19, 2026 Configuration menu - View commit details
-
Copy full SHA for 189fa49 - Browse repository at this point
Copy the full SHA 189fa49View commit details -
chore: remove obsolete Gemini models from examples (#12702)
## Background The Gemini 1.5 model family and `gemini-2.0-flash-exp` (which was Google's first multimodal image generation model) are no longer around. ## Summary Updates all examples that use one of them to use an equivalent available model. ## Related PRs #12494
Configuration menu - View commit details
-
Copy full SHA for 0f1e6de - Browse repository at this point
Copy the full SHA 0f1e6deView commit details -
feat(ai): add experimental callbacks in generateText (#12654)
## Background our current telemetry setup was heavily integrated with OTel. this is the first step in decoupling the telemetry from the core functions ## Summary - added callback `experimental_onStart` that exposes the data/events that happen at the very beginning - added callback `experimental_onStepStart` - added callback `experimental_onToolCallStart` - added callback `experimental_onToolCallFinish` - modified callback `onStepFinish` - turned into an event that returns [this](https://github.com/vercel/ai/pull/12654/changes#diff-d56ad94c7c3802f6ed5388ec6735018d179fa70735a40c8c79def79e5927d946R1024-R1045) information ## Manual Verification ## Checklist - [x] Tests have been added / updated (for bug fixes / features) - [x] Documentation has been added / updated (for bug fixes / features) - [x] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) - [x] I have reviewed this pull request (self-review) ## Future Work - add callbacks for streamText() - refactor generateImage - refactor embed - https://github.com/vercel/ai/pull/12654/changes#r2829080416
Configuration menu - View commit details
-
Copy full SHA for d3769ec - Browse repository at this point
Copy the full SHA d3769ecView commit details -
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## ai@6.0.93 ### Patch Changes - d3769ec: feat(ai): add experimental callbacks in generateText ## @ai-sdk/angular@2.0.94 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 ## @ai-sdk/langchain@2.0.99 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 ## @ai-sdk/llamaindex@2.0.93 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 ## @ai-sdk/react@3.0.95 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 ## @ai-sdk/rsc@2.0.93 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 ## @ai-sdk/svelte@4.0.93 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 ## @ai-sdk/vue@3.0.93 ### Patch Changes - Updated dependencies [d3769ec] - ai@6.0.93 Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
vercel-ai-sdk[bot] authoredFeb 19, 2026 Configuration menu - View commit details
-
Copy full SHA for 57bd085 - Browse repository at this point
Copy the full SHA 57bd085View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ai@6.0.92...ai@6.0.93