v0.2.0
Key Changes
- #602 Tool outputs can include image/file in OpenAI's standard format (see the examples in the PR description)
#609 This SDK now supports both zod 4 and zod 3
After releasing this version, we found that zod 4 support is still incomplete. We'll make this SDK functional with both zod 3 and 4 runtime, but as for the compatibility with TSC type checker, there are still things to work on. For now, please continue using zod 3 along with this SDK. See #617 for more details.
What's Changed
- Upgrade pnpm to the latest version by @seratch in #603
- Upgrade dependencies for dev, docs, and examples by @seratch in #604
- fix: #607 make main execution in examples consistent by @seratch in #608
- Fix: Handoff creation error when using
onHandoffwithoutinputTypeby @MuhammadHamidRaza in #611 - feat: #313 Enable tools to return image/file data to an Agent by @seratch in #602
- feat: #561 support both zod3 and zod4 by @seratch in #609
- add unit tests for uncovered patterns by @seratch in #616
- chore: update versions by @github-actions[bot] in #615
New Contributors
- @MuhammadHamidRaza made their first contribution in #611
Full Changelog: v0.1.11...v0.2.0