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.110
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.111
Choose a head ref
  • 2 commits
  • 50 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. feat(ai): register global telemetry integrations (#13028)

    ## Background
    
    this is added to the core functions such as generate, stream, agent so
    that o11y providers can register their packages using the global
    integration interface separately and don't need to be added in the core
    functions
    
    ## Summary
    
    wire the `TelemetryIntegration` system into core functions so that any
    integration specified via telemetry.integrations automatically receives
    all lifecycle events.
    
    ## Manual Verification
    
    na
    
    ## Checklist
    
    - [x] Tests have been added / updated (for bug fixes / features)
    - [ ] 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)
    aayush-kapoor authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    2129c82 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#13039)

    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.111
    
    ### Patch Changes
    
    -   2129c82: feat(ai): register global telemetry integrations
    
    ## @ai-sdk/angular@2.0.112
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    ## @ai-sdk/langchain@2.0.117
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    ## @ai-sdk/llamaindex@2.0.111
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    ## @ai-sdk/react@3.0.113
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    ## @ai-sdk/rsc@2.0.111
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    ## @ai-sdk/svelte@4.0.111
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    ## @ai-sdk/vue@3.0.111
    
    ### Patch Changes
    
    -   Updated dependencies [2129c82]
        -   ai@6.0.111
    
    Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
    vercel-ai-sdk[bot] authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    dddb43f View commit details
    Browse the repository at this point in the history
Loading