Skip to content

Commit 7ef4c44

Browse files
chore: update versions (#528)
1 parent 53742d4 commit 7ef4c44

File tree

17 files changed

+60
-42
lines changed

17 files changed

+60
-42
lines changed

.changeset/cuddly-states-begin.md

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

.changeset/loud-bags-enter.md

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

.changeset/mcp-structured-content.md

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

.changeset/public-wings-dress.md

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

.changeset/wet-snakes-stare.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.1.7
4+
5+
### Patch Changes
6+
7+
- becabb9: fix: #247 logging for a sub-agent w/ stopAtToolNames
8+
- 0fd8b6e: feat: #478 add isEnabled to handoffs & agents as tools
9+
- be686e9: feat(mcp): add structuredContent support behind `useStructuredContent`; return full CallToolResult from `callTool`
10+
- `MCPServer#callTool` now returns the full `CallToolResult` (was `content[]`), exposing optional `structuredContent`.
11+
- Add `useStructuredContent` option to MCP servers (stdio/streamable-http/SSE), default `false` to avoid duplicate data by default.
12+
- When enabled, function tool outputs return JSON strings for consistency with Python SDK implementation.
13+
14+
- 74a6ca3: fix: #526 separate tool_call_item and tool_call_output_item in stream events
15+
316
## 0.1.6
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.1.6",
5+
"version": "0.1.7",
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.1.6",
6+
"version": "0.1.7",
77
"versions": {
8-
"@openai/agents-core": "0.1.6",
8+
"@openai/agents-core": "0.1.7",
99
"openai": "^5.20.2"
1010
}
1111
};

packages/agents-openai/CHANGELOG.md

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

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [becabb9]
8+
- Updated dependencies [0fd8b6e]
9+
- Updated dependencies [be686e9]
10+
- Updated dependencies [74a6ca3]
11+
- @openai/agents-core@0.1.7
12+
313
## 0.1.6
414

515
### Patch Changes

packages/agents-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openai/agents-openai",
33
"repository": "https://github.com/openai/openai-agents-js",
44
"homepage": "https://openai.github.io/openai-agents-js/",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
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)