Key Changes
Tool search support
As of this version, the Agents SDK supports the tool search tool, including namespaces: https://developers.openai.com/api/docs/guides/tools-tool-search/
Please refer to this concrete example, as well as the updated documentation.
Computer use tool GA
As of this version, you can use the gpt-5.4 model for the computer use tool, in addition to the existing computer-use-preview model: https://developers.openai.com/api/docs/guides/tools-computer-use/
Please refer to this concrete example, as well as the updated documentation.
Import path changes for AI SDK adapter users
If you have been using the @openai/agents-extensions package for the aisdk() helper, please migrate to importing it from @openai/agents-extensions/ai-sdk. The top-level import had been deprecated since version 0.4, and it has now been removed to allow developers to use the extensions package without AI SDK modules.
What's Changed
- feat: add Responses tool search support by @seratch in #1065
- fix: migrate ComputerTool to the GA computer tool by @seratch in #1073
- fix: allow GA computer tools without display metadata by @seratch in #1078
- fix(agents-extensions): remove deprecated top-level AI SDK exports by @seratch in #1061
- fix(agents-core): rehydrate custom client tool_search runtime tools on resume by @seratch in #1067
- fix: #1070 preserve MCP image mimeType in tool outputs by @seratch in #1071
- fix(agents-core): fold unreleased RunState schema changes into 1.8 by @seratch in #1075
Documents & Other Changes
- docs: update translated document pages by @github-actions[bot] in #1060
- chore(deps): bump fastify from 5.7.3 to 5.8.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1063
- fix: preserve canonical chat completions providerData fields by @seratch in #1064
- docs: refresh docs and examples to gpt-5.4 by @seratch in #1068
- docs: update translated document pages by @github-actions[bot] in #1069
- test: expand coverage for helper and session edge cases by @seratch in #1077
- fix(ci): serialize tsc-multi builds in GitHub workflows by @seratch in #1076
- chore: update versions by @github-actions[bot] in #1062
Full Changelog: v0.5.4...v0.6.0