Skip to content

Commit be6aa6f

Browse files
chore: update versions
1 parent 4bfd911 commit be6aa6f

22 files changed

+75
-57
lines changed

.changeset/angry-cooks-wait.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/big-horses-itch.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/brave-swans-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-cloths-fry.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/free-jokes-walk.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/preserve-audio-formats-on-agent-update.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-chicken-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agents-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @openai/agents-core
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- 1bb4d86: Fix #233 - eliminate confusion with "input_text" type items with role: "assistant"
8+
- 4818d5e: fix: support snake_case usage fields from OpenAI responses
9+
- 0858c98: fix: prevent crash when importing in cloudflare workers
10+
11+
An export was missed in https://github.com/openai/openai-agents-js/pull/290 for the workerd shim, this prevents the crash when importing there. Long term we should just add an implementation for cloudflare workers (and I suspect the node implementation might just work)
12+
13+
- 4bfd911: Add custom fetch support to StreamableHTTP MCP transport
14+
315
## 0.0.15
416

517
### Patch Changes

packages/agents-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openai/agents-core",
33
"repository": "https://github.com/openai/openai-agents-js",
44
"homepage": "https://openai.github.io/openai-agents-js/",
5-
"version": "0.0.15",
5+
"version": "0.0.16",
66
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.",
77
"author": "OpenAI <[email protected]>",
88
"main": "dist/index.js",

packages/agents-core/src/metadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
export const METADATA = {
55
"name": "@openai/agents-core",
6-
"version": "0.0.15",
6+
"version": "0.0.16",
77
"versions": {
8-
"@openai/agents-core": "0.0.15",
8+
"@openai/agents-core": "0.0.16",
99
"@openai/zod": "npm:[email protected] - 3.25.67",
1010
"openai": "^5.10.1"
1111
}

0 commit comments

Comments
 (0)