Skip to content

fix(deps): update dependency @openai/agents-core to ^0.14.0 - #4118

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rhdh-augment-dependencies-(minor)
Open

fix(deps): update dependency @openai/agents-core to ^0.14.0#4118
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rhdh-augment-dependencies-(minor)

Conversation

@renovate

@renovate renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@openai/agents-core (source) ^0.13.0^0.14.0 age confidence

Release Notes

openai/openai-agents-js (@​openai/agents-core)

v0.14.0

Compare 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 corresponding OPENAI_AGENTS_DONT_LOG_* environment variables to 0 or false.

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 includeTaskAndTurnSpans to false in 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 LanguageModelV4 models and AI SDK 7 while preserving existing v2 and v3 compatibility.

Vercel S3 bucket mounts

A new VercelCloudBucketMountStrategy enables 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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added augment dependencies Pull requests that update a dependency file labels Jul 31, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@rhdh-gh-app

rhdh-gh-app Bot commented Jul 31, 2026

Copy link
Copy Markdown

Changed Packages

Package Name Package Path Changeset Bump Current Version
@red-hat-developer-hub/backstage-plugin-augment-backend workspaces/augment/plugins/augment-backend patch v0.1.0

@rhdh-bot
rhdh-bot force-pushed the renovate/rhdh-augment-dependencies-(minor) branch from 1a90be6 to 506f303 Compare July 31, 2026 05:04
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.98%. Comparing base (f089b0c) to head (506f303).
⚠️ Report is 7 commits behind head on main.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ *Carryforward flag
adoption-insights 84.54% <ø> (ø) Carriedforward from f089b0c
ai-integrations 69.71% <ø> (ø) Carriedforward from f089b0c
app-defaults 69.79% <ø> (ø) Carriedforward from f089b0c
augment 46.67% <ø> (ø)
boost 76.77% <ø> (ø) Carriedforward from f089b0c
bulk-import 72.55% <ø> (ø) Carriedforward from f089b0c
cost-management 13.55% <ø> (ø) Carriedforward from f089b0c
dcm 60.72% <ø> (ø) Carriedforward from f089b0c
extensions 56.48% <ø> (ø) Carriedforward from f089b0c
global-floating-action-button 71.18% <ø> (ø) Carriedforward from f089b0c
global-header 62.17% <ø> (ø) Carriedforward from f089b0c
homepage 47.54% <ø> (ø) Carriedforward from f089b0c
install-dynamic-plugins 59.95% <ø> (ø) Carriedforward from f089b0c
intelligent-assistant 74.53% <ø> (ø) Carriedforward from f089b0c
konflux 91.98% <ø> (ø) Carriedforward from f089b0c
lightspeed 69.02% <ø> (ø) Carriedforward from f089b0c
mcp-integrations 83.40% <ø> (ø) Carriedforward from f089b0c
orchestrator 66.85% <ø> (ø) Carriedforward from f089b0c
quickstart 65.04% <ø> (ø) Carriedforward from f089b0c
sandbox 79.56% <ø> (ø) Carriedforward from f089b0c
scorecard 85.34% <ø> (ø) Carriedforward from f089b0c
theme 88.52% <ø> (ø) Carriedforward from f089b0c
translations 5.12% <ø> (ø) Carriedforward from f089b0c
x2a 79.20% <ø> (ø) Carriedforward from f089b0c

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f089b0c...506f303. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate

renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@gabemontero

Copy link
Copy Markdown
Contributor

need manual testing beyond CI to confirm this is OK

@gabemontero gabemontero self-assigned this Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

augment dependencies Pull requests that update a dependency file do-not-merge/hold workspace/augment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant