Skip to content

Commit f0dc072

Browse files
chore: update versions (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e6db14 commit f0dc072

File tree

17 files changed

+64
-45
lines changed

17 files changed

+64
-45
lines changed

.changeset/clever-needles-flow.md

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

.changeset/dark-melons-go.md

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

.changeset/kind-parents-swim.md

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

.changeset/new-lies-argue.md

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

.changeset/shaggy-teachers-worry.md

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

.changeset/twelve-emus-cheat.md

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

.changeset/weak-views-care.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.8
4+
5+
### Patch Changes
6+
7+
- 6e1d67d: Add OpenAI Response object on ResponseSpanData for other exporters.
8+
- 52eb3f9: fix(interruptions): avoid double outputting function calls for approval requests
9+
- 9e6db14: Adding support for prompt configuration to agents
10+
- 0565bf1: Add details to output guardrail execution
11+
- 52eb3f9: fix(interruptions): avoid accidental infinite loop if all interruptions were not cleared. expose interruptions helper on state
12+
313
## 0.0.7
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.7",
5+
"version": "0.0.8",
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-extensions/CHANGELOG.md

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

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- ef64938: fix(aisdk): handle non number token values
8+
- 0565bf1: Add details to output guardrail execution
9+
- @openai/agents@0.0.8
10+
311
## 0.0.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)