fix(deps): update dependency @openai/agents-core to ^0.14.0 - #4118
fix(deps): update dependency @openai/agents-core to ^0.14.0#4118renovate[bot] wants to merge 1 commit into
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Changed Packages
|
1a90be6 to
506f303
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4118 +/- ##
=========================================
Coverage 57.98% 57.98%
=========================================
Files 2400 2400
Lines 96187 96187
Branches 26861 26862 +1
=========================================
Hits 55776 55776
+ Misses 40172 38908 -1264
- Partials 239 1503 +1264
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
need manual testing beyond CI to confirm this is OK |



This PR contains the following updates:
^0.13.0→^0.14.0Release Notes
openai/openai-agents-js (@openai/agents-core)
v0.14.0Compare Source
Key Changes
Programmatic Tool Calling support
The SDK now supports Programmatic Tool Calling, allowing supported models to generate hosted JavaScript that coordinates eligible tools and reduces their intermediate results. Program calls are preserved across streaming, sessions, replay, and serialized
RunState. Refer to a simple example to see how it works.Sensitive model and tool data logging is now disabled by default
Model and tool data is no longer logged unless explicitly enabled. Use
setSensitiveDataLoggingEnabled(true)to opt in programmatically, or set the correspondingOPENAI_AGENTS_DONT_LOG_*environment variables to0orfalse.Task and turn tracing is enabled by default
Runs now emit task and turn spans by default, providing a clearer trace hierarchy and usage metadata. Set
includeTaskAndTurnSpanstofalsein the per-run tracing configuration to opt out.Run cancellation now propagates to function and MCP tools
Cancellation signals now reach streaming and non-streaming function tools as well as MCP tool requests. Stream completion also waits for background work and cleanup to settle before resolving.
AI SDK 7 support
The AI SDK adapter now supports
LanguageModelV4models and AI SDK 7 while preserving existing v2 and v3 compatibility.Vercel S3 bucket mounts
A new
VercelCloudBucketMountStrategyenables S3 buckets to be mounted in Vercel sandboxes using Mountpoint for Amazon S3.What's Changed
Documentation & Other Changes
New Contributors
Full Changelog: openai/openai-agents-js@v0.13.5...v0.14.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.