Skip to content

Commit b2e788b

Browse files
chore: update versions
1 parent 0345a4c commit b2e788b

22 files changed

+71
-50
lines changed

.changeset/brave-regions-hug.md

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

.changeset/fine-symbols-jam.md

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

.changeset/fix-empty-streaming-tool-args.md

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

.changeset/heavy-balloons-melt.md

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

.changeset/heavy-knives-ask.md

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

.changeset/polite-onions-help.md

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

.changeset/social-sloths-make.md

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

packages/agents-core/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 2e09baf: fix: #699 Forward fetch parameter to SSEClientTransport in MCPServerSSE
8+
- d1d7842: feat: Add ToolOptions to agents-core package export
9+
- c252cb5: feat: #713 Access tool call items in an output guardrail
10+
- 0345a4c: feat: #695 Customizable MCP list tool caching
11+
312
## 0.3.3
413

514
### 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.3.3",
5+
"version": "0.3.4",
66
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.",
77
"author": "OpenAI <support@openai.com>",
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.3.3",
6+
"version": "0.3.4",
77
"versions": {
8-
"@openai/agents-core": "0.3.3",
8+
"@openai/agents-core": "0.3.4",
99
"openai": "^6"
1010
}
1111
};

0 commit comments

Comments
 (0)