OpenAI Agents SDK Python v0.22.2
OpenAI Agents SDK Python v0.22.2 adds support for current image generation tool options and resolves bugs involving UnixLocal sandbox symlink races and session compaction response chaining.
Why this signal matters
OpenAI Agents SDK Python version 0.22.2 includes several feature updates and bug fixes: it adds support for current image generation tool options ( 4932), resolves a potential symlink race in the UnixLocal file API within sandboxes ( 4931), and fixes an issue in sessions by ensuring the compaction response chain is reset after a pop operation ( 4934). Documentation was also updated to reflect v0.22.1 behavioral changes.
Actionable summary
OpenAI Agents SDK Python v0.22.2 updates image generation tool options, addresses a symlink race condition in UnixLocal file API, and resets compaction response chains following pop operations in sessions.
- Agent usefulness
- 82/100
- Confidence
- 96%
- Canonical data
- JSON + Markdown
What builders should check
- Upgrade to openai-agents-python v0.22.2 if utilizing the UnixLocal sandbox file API to prevent symlink races.
- Verify image generation tool configurations to leverage new tool options.