Skip to content
Permalink

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
Choose a base ref
...
head repository: vercel/ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ai@6.0.93
Choose a head ref
  • 5 commits
  • 89 files changed
  • 5 contributors

Commits on Feb 19, 2026

  1. 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>
    nicoalbanese and claude authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    4c3a932 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#12704)

    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] authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    189fa49 View commit details
    Browse the repository at this point in the history
  3. 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
    felixarntz authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    0f1e6de View commit details
    Browse the repository at this point in the history
  4. 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
    aayush-kapoor authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    d3769ec View commit details
    Browse the repository at this point in the history
  5. Version Packages (#12705)

    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] authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    57bd085 View commit details
    Browse the repository at this point in the history
Loading