v0.3.9
What's Changed
- feat: Add experimental codex tool module by @seratch in #867
- fix(agents-core): #670 set subclass error names by @seratch in #862
Experimental: Codex Tool Support
Starting with this version, we have added a new experimental Codex extension (@openai/agents-extensions/experimental/codex). This extension allows you to use Codex as a tool within your agents. Since this module is still experimental, its behavior and implementation details may change in future releases.
If you run an agent with codexTool() on a host where Codex is installed, the agent will use Codex as a tool to answer the question. The tool simply runs the Codex CLI as a subprocess, so all existing Codex configuration, skills, and capabilities are available without any additional setup.
See the example code and #862 for more details.
Documents & Others
- docs: add docs-sync skill guidance by @seratch in #857
- docs: align agent guides after $docs-sync audit by @seratch in #858
- ci: fix changeset milestone selection for patch bumps by @seratch in #863
- ci: Add pnpm-upgrade skill and automated job by @seratch in #865
- chore(deps): bump the npm_and_yarn group across 0 directory with 3 updates by @dependabot[bot] in #866
- Update all translated document pages by @github-actions[bot] in #859
- chore: update versions by @github-actions[bot] in #864
Full Changelog: v0.3.8...v0.3.9