Skip to content

chore: update versions#922

Merged
seratch merged 1 commit intomainfrom
changeset-release/main
Feb 3, 2026
Merged

chore: update versions#922
seratch merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 30, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@openai/agents@0.4.5

Patch Changes

  • Updated dependencies [239bc4f]
  • Updated dependencies [b3dc382]
  • Updated dependencies [085eebb]
  • Updated dependencies [752d36f]
  • Updated dependencies [bf9a5b4]
  • Updated dependencies [c1fbe95]
  • Updated dependencies [35ab4bd]
  • Updated dependencies [3e20bbd]
  • Updated dependencies [75c92eb]
    • @openai/agents-core@0.4.5
    • @openai/agents-openai@0.4.5
    • @openai/agents-realtime@0.4.5

@openai/agents-core@0.4.5

Patch Changes

@openai/agents-extensions@0.4.5

Patch Changes

  • Updated dependencies [239bc4f]
  • Updated dependencies [085eebb]
  • Updated dependencies [752d36f]
  • Updated dependencies [bf9a5b4]
  • Updated dependencies [c1fbe95]
  • Updated dependencies [35ab4bd]
  • Updated dependencies [3e20bbd]
  • Updated dependencies [75c92eb]
    • @openai/agents-core@0.4.5
    • @openai/agents@0.4.5

@openai/agents-openai@0.4.5

Patch Changes

  • b3dc382: fix: populate streamed chat completion choices in generation traces
  • Updated dependencies [239bc4f]
  • Updated dependencies [085eebb]
  • Updated dependencies [752d36f]
  • Updated dependencies [bf9a5b4]
  • Updated dependencies [c1fbe95]
  • Updated dependencies [35ab4bd]
  • Updated dependencies [3e20bbd]
  • Updated dependencies [75c92eb]
    • @openai/agents-core@0.4.5

@openai/agents-realtime@0.4.5

Patch Changes

  • 75c92eb: feat: add toolErrorFormatter callback for approval rejection tool outputs
  • Updated dependencies [239bc4f]
  • Updated dependencies [085eebb]
  • Updated dependencies [752d36f]
  • Updated dependencies [bf9a5b4]
  • Updated dependencies [c1fbe95]
  • Updated dependencies [35ab4bd]
  • Updated dependencies [3e20bbd]
  • Updated dependencies [75c92eb]
    • @openai/agents-core@0.4.5

@github-actions github-actions bot force-pushed the changeset-release/main branch from cb96f8c to 200d089 Compare January 30, 2026 00:42
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 30, 2026

Release readiness review (v0.4.4 -> TARGET 0c4b1fc, generated 2026-02-03T08:33:00Z)

This is a release readiness report done by $final-release-review skill.

Diff

v0.4.4...0c4b1fc

Release call:

  • 🟢 GREEN LIGHT TO SHIP Patch-sized changes with clear test additions; no unresolved blockers found.

Scope summary:

  • 80 files changed (+4399/-593); key areas touched: packages/agents-core (agent tool input builders, run context/state, tool execution, MCP), packages/agents-openai (Chat Completions streaming trace), packages/agents-realtime (tool error formatting), examples/tools + agent-patterns, CI workflows, and lockfile updates.

Risk assessment (ordered by impact):

  1. Run state schema bump + new tool input propagation
    • Risk: 🟡 MODERATE. External consumers persisting or validating serialized RunState may need to accept schema 1.4 with new toolInput and computer tool approval items.
    • Files: packages/agents-core/src/runState.ts, packages/agents-core/src/runContext.ts, packages/agents-core/src/agent.ts, packages/agents-core/src/agentToolInput.ts
  2. Computer tool approval/safety check flow changes
    • Risk: 🟡 MODERATE. Approval handling now gates computer actions, adds rejection output items + assistant messages, and surfaces safety-check acknowledgements; this can alter HITL UX or downstream event handling if approvals are enabled.
    • Files: packages/agents-core/src/runner/toolExecution.ts, packages/agents-core/src/tool.ts, packages/agents-core/src/computer.ts, examples/tools/computer-use-hitl.ts
  3. Improvement opportunity: release note gap for new behavior
    • Risk: 🟢 LOW. Changelogs mention features but do not explicitly call out the RunState schema bump and new computer approval/safety-check behavior; consider adding a migration/release note for integrators who persist run state or use HITL computer tools.
    • Files: packages/agents-core/CHANGELOG.md, packages/agents/CHANGELOG.md

Notes:

  • Tags fetched; working tree clean; diff based on v0.4.4...0c4b1fc5fa2d6957feffc8cbfefdd62567a6da8e.
  • Suggested focused checks if time allows: pnpm -F agents-core test --filter toolExecution, pnpm -F agents-core test --filter runState, pnpm -F agents-realtime test --filter realtimeSession.

@seratch seratch added this to the 0.4.x milestone Jan 30, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 778e43d to 4753577 Compare February 3, 2026 05:39
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4753577 to 0c4b1fc Compare February 3, 2026 08:31
@seratch seratch merged commit eae0df6 into main Feb 3, 2026
@seratch seratch deleted the changeset-release/main branch February 3, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant