Skip to content

Commit 91ed2b3

Browse files
chore: update versions
1 parent c42a0a9 commit 91ed2b3

23 files changed

+79
-62
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.

.changeset/seven-rice-shop.md

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

packages/agents-core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
- c42a0a9: refactor: restructure mcp tools fetching with options object pattern
15+
316
## 0.0.15
417

518
### 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",

0 commit comments

Comments
 (0)