Skip to content

Commit d125228

Browse files
chore: update versions (#134)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 787968b commit d125228

18 files changed

+64
-47
lines changed

.changeset/better-kids-trade.md

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

.changeset/common-carrots-wait.md

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

.changeset/fast-ads-return.md

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

.changeset/poor-regions-try.md

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

.changeset/shiny-berries-kiss.md

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

.changeset/ten-lizards-deny.md

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

.changeset/upset-baboons-shop.md

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

.changeset/wild-hotels-jump.md

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

packages/agents-core/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- c248a7d: Fix #138 by checking the unexpected absence of state.currentAgent.handoffs
8+
- ff63127: Fix #129 The model in run config should be used over an agent's default setting
9+
- 9c60282: Fix a bug where some of the exceptions thrown from runImplementation.ts could be unhandled
10+
- f61fd18: Don't enable `cacheToolsList` per default for MCP servers
11+
- c248a7d: Fix #138 by checking the unexpected absence of currentAgent.handoffs
12+
313
## 0.0.9
414

515
### 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.9",
5+
"version": "0.0.10",
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)