|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.13.0 (2026-05-15) |
| 4 | + |
| 5 | +Full Changelog: [v0.12.0...v0.13.0](https://github.com/warpdotdev/oz-sdk-python/compare/v0.12.0...v0.13.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* Add default harness selection for agents ([8cd06f6](https://github.com/warpdotdev/oz-sdk-python/commit/8cd06f6fcb48444e3861ff130d2fb4fa820e3aa7)) |
| 10 | +* Add per-agent AWS Bedrock OIDC inference role (backend) ([e4aadec](https://github.com/warpdotdev/oz-sdk-python/commit/e4aadec916b2bea7e05e0e263b307449002e7f8b)) |
| 11 | +* **agents:** add prompt property to agent identity data model ([520c835](https://github.com/warpdotdev/oz-sdk-python/commit/520c8350b5b7850242adc082fe83a7ae666e6da6)) |
| 12 | +* **api:** api update ([32f77e1](https://github.com/warpdotdev/oz-sdk-python/commit/32f77e19c7bd30dbeacb84ce95f5e487a7c9debf)) |
| 13 | +* **api:** api update ([7ec4ab4](https://github.com/warpdotdev/oz-sdk-python/commit/7ec4ab432f4a3e6494d29d7db0b9bf3a08ba0885)) |
| 14 | +* **api:** api update ([c05564a](https://github.com/warpdotdev/oz-sdk-python/commit/c05564aa69ba70685b6778859b0574f1d2d69a33)) |
| 15 | +* **api:** api update ([0976362](https://github.com/warpdotdev/oz-sdk-python/commit/09763624c5e172aa28fa43ed18bc0e391c04331d)) |
| 16 | +* **api:** api update ([96d640c](https://github.com/warpdotdev/oz-sdk-python/commit/96d640cd68290e1a915fca51a8629cf9dab4d81d)) |
| 17 | +* **api:** api update ([2730eea](https://github.com/warpdotdev/oz-sdk-python/commit/2730eea19d91df998de5ef1b5da4989670a5889a)) |
| 18 | +* **api:** api update ([af81ef3](https://github.com/warpdotdev/oz-sdk-python/commit/af81ef3a2d48f378209cf69a3074997cb02b1b6c)) |
| 19 | +* **api:** api update ([99b2d31](https://github.com/warpdotdev/oz-sdk-python/commit/99b2d31ba1a4c2c3d79fc11c5eb8d611c55613b8)) |
| 20 | +* Codex auth: API key support. ([cb84f0c](https://github.com/warpdotdev/oz-sdk-python/commit/cb84f0c6c9625d8c0657c728d5fadae065eb37c9)) |
| 21 | +* **internal/types:** support eagerly validating pydantic iterators ([a588f0e](https://github.com/warpdotdev/oz-sdk-python/commit/a588f0e5ba27503659b5abf01d0ebc01f652950d)) |
| 22 | +* **memory:** agent identity memory store attachments — API layer ([94b5348](https://github.com/warpdotdev/oz-sdk-python/commit/94b5348152c6b0bfb03b0d3887366c4a65e397fb)) |
| 23 | +* **memory:** wire memory stores into run pipeline and add listing endpoint ([6bb74c2](https://github.com/warpdotdev/oz-sdk-python/commit/6bb74c2b695cd268fe8466fc6099f082370ba54e)) |
| 24 | +* Partial support for multiple skills per run ([e39df48](https://github.com/warpdotdev/oz-sdk-python/commit/e39df4831329c75d13b7638a2edc146a0a2f57a1)) |
| 25 | +* Retrieve memories in third party harnesses ([7689e12](https://github.com/warpdotdev/oz-sdk-python/commit/7689e121d6f22efad3d81828721f8ed900b9cd28)) |
| 26 | + |
| 27 | + |
| 28 | +### Bug Fixes |
| 29 | + |
| 30 | +* **client:** add missing f-string prefix in file type error message ([17a8e5b](https://github.com/warpdotdev/oz-sdk-python/commit/17a8e5bf17b882a440a067fee1569caf679f8b55)) |
| 31 | + |
3 | 32 | ## 0.12.0 (2026-05-07) |
4 | 33 |
|
5 | 34 | Full Changelog: [v0.11.0...v0.12.0](https://github.com/warpdotdev/oz-sdk-python/compare/v0.11.0...v0.12.0) |
|
0 commit comments