Skip to content

Releases: openai/openai-agents-js

v0.2.1

Choose a tag to compare

@seratch seratch released this 25 Oct 00:19
cf1ec3f

Key Changes

This should have been included in v0.2.0. Since this version, the underlying openai package's version range is 6.x.

What's Changed

  • fix: upgrade openai package from v5 to v6 by @seratch in #617
  • chore: update versions by @github-actions[bot] in #618

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@seratch seratch released this 24 Oct 23:07
00c0ec6

Key Changes

  • #602 Tool outputs can include image/file in OpenAI's standard format (see the examples in the PR description)
  • #609 This SDK now supports both zod 4 and zod 3

After releasing this version, we found that zod 4 support is still incomplete. We'll make this SDK functional with both zod 3 and 4 runtime, but as for the compatibility with TSC type checker, there are still things to work on. For now, please continue using zod 3 along with this SDK. See #617 for more details.

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.2.0

v0.1.11

Choose a tag to compare

@seratch seratch released this 22 Oct 06:56
b28607e

What's Changed

  • chore(deps): bump playwright from 1.53.0 to 1.55.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #593
  • chore(deps-dev): bump vite from 6.3.6 to 6.4.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #595
  • fix: #597 hostedMcpTool fails to send authorization parameter to Responses API by @seratch in #598
  • chore: update versions by @github-actions[bot] in #599

Full Changelog: v0.1.10...v0.1.11

v0.1.10

Choose a tag to compare

@seratch seratch released this 17 Oct 09:37
885f6cf

What's Changed

  • docs: update Node.js and pnpm version prerequisites in CONTRIBUTING.md by @D-artisan in #567
  • fix: #425 improve the compatibility for conversationId / previousResponseId + tool calls by @seratch in #556
  • fix: #562 invalid model settings when prompt is set in Agent by @seratch in #563
  • fix: eliminate starlight-typedoc-plugin warnings with code comments by @seratch in #557
  • Update all translated document pages by @github-actions[bot] in #569
  • Update guardrails.mdx by @virakngauv in #574
  • Update all translated document pages by @github-actions[bot] in #576
  • fix: resolve usage details validation in realtime events by @Alejandro-AP00 in #578
  • chore(deps): bump astro from 5.13.11 to 5.14.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #577
  • Upgrade pnpm to 10.18.3 by @seratch in #588
  • Wait for streaming to complete before ending traces in async mode by @CLowbrow in #575
  • fix: #563 enable explicit model override for prompt by @seratch in #589
  • chore: update versions by @github-actions[bot] in #568

New Contributors

Full Changelog: v0.1.9...v0.1.10