Skip to content

Commit c5a23e4

Browse files
release: 1.1.1
1 parent eff4efa commit c5a23e4

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0-alpha.3"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.1.1 (2026-04-14)
4+
5+
Full Changelog: [v1.1.0-alpha.3...v1.1.1](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.1.0-alpha.3...v1.1.1)
6+
7+
### Features
8+
9+
* Add parent_run_id filter to List runs endpoint ([2694f32](https://github.com/warpdotdev/oz-sdk-typescript/commit/2694f32a6f0125f0dac9a6a2d814138c64b8b64b))
10+
* Add system prompt to resolve-prompt for harnesses. ([a95e3f2](https://github.com/warpdotdev/oz-sdk-typescript/commit/a95e3f21c6acdac1bf845629c77e03be983e3ab0))
11+
* Add trigger URL to task source. ([641bbb6](https://github.com/warpdotdev/oz-sdk-typescript/commit/641bbb61a0bfb0a43407f2d3e8b253b0e4c3442b))
12+
* **api:** api update ([eff4efa](https://github.com/warpdotdev/oz-sdk-typescript/commit/eff4efaaf5f8ddeff192281f5bd44f2a75924c18))
13+
* **api:** api update ([c438610](https://github.com/warpdotdev/oz-sdk-typescript/commit/c438610d98132151c323045492e56908be6875b9))
14+
* **api:** api update ([52e41eb](https://github.com/warpdotdev/oz-sdk-typescript/commit/52e41ebb154217d96c657536f0c73f2ca3b6d83b))
15+
* **api:** api update ([f678bf0](https://github.com/warpdotdev/oz-sdk-typescript/commit/f678bf09b5bf5b6df310a932323964c69394403b))
16+
* **api:** api update ([af0a45a](https://github.com/warpdotdev/oz-sdk-typescript/commit/af0a45a94543900ab59dea7bb1dd56c4099afa9d))
17+
* **api:** api update ([15e333c](https://github.com/warpdotdev/oz-sdk-typescript/commit/15e333c19f330917adc043f2ab931732c1c209d8))
18+
* **api:** api update ([e722834](https://github.com/warpdotdev/oz-sdk-typescript/commit/e7228349fcacdd2b0745cddb7d137aeb967a20d3))
19+
* Inject auth secrets via ambient agent config. ([2dec429](https://github.com/warpdotdev/oz-sdk-typescript/commit/2dec42933777ff3915a9bd35f7042c760fe59d4a))
20+
321
## 1.1.0-alpha.3 (2026-04-09)
422

523
Full Changelog: [v1.1.0-alpha.2...v1.1.0-alpha.3](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oz-agent-sdk",
3-
"version": "1.1.0-alpha.3",
3+
"version": "1.1.1",
44
"description": "The official TypeScript library for the Oz API API",
55
"author": "Oz API <>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.1.0-alpha.3'; // x-release-please-version
1+
export const VERSION = '1.1.1'; // x-release-please-version

0 commit comments

Comments
 (0)