Releases: warpdotdev/oz-agent-worker
v2026-04-29-18-42-38
Docker image: warpdotdev/oz-agent-worker@sha256:90ca655624d5570ca44190167d38444a59b356fa1d15fcee69c99efe2e24db86
What's Changed
- Plumb per-run AWS Bedrock flag by @IsaiahWitzke in #50
- Propagate task conversation ID in self-hosted worker. by @zachbai in #54
- Send TaskCompleted message upon CLI exit with no error. by @zachbai in #55
- add snapshot flags for oz worker by @harryalbert in #56
- Read conversation id from the task (instead of the TaskAssignmentMessage) by @harryalbert in #57
- Add OpenTelemetry metrics for self-hosted worker observability by @ianhodge in #58
- Stamp main.Version into release binaries via -ldflags by @ianhodge in #59
New Contributors
- @IsaiahWitzke made their first contribution in #50
- @zachbai made their first contribution in #54
- @harryalbert made their first contribution in #56
Full Changelog: v2026-04-21-21-54-48...v2026-04-29-18-42-38
v2026-04-21-21-54-48
Docker image: warpdotdev/oz-agent-worker@sha256:8223b1a886c98a402b1d654380a20766b9b61e5da28b45c9c25263dc34c4a8c7
What's Changed
- Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.39.0 to 1.43.0 by @dependabot[bot] in #47
- Add support for using different harnesses. by @abhishekp106 in #48
- Add SessionSharingConfig to AmbientAgentConfig by @seemeroland in #53
New Contributors
- @abhishekp106 made their first contribution in #48
- @seemeroland made their first contribution in #53
Full Changelog: v2026-04-10-18-28-08...v2026-04-21-21-54-48
v2026-04-10-18-28-08
Docker image: warpdotdev/oz-agent-worker@sha256:7fa03478b6ef203a018161aebe5f0f7d8a9daa5210c75bc31a2eacbec6a51fee
What's Changed
- Adding a
session-sharing-urlparam by @ianhodge in #46 - Do not assume a shell for the self-hosted worker by @bnavetta in #49
Full Changelog: v2026-04-07-17-26-24...v2026-04-10-18-28-08
v2026-04-07-17-26-24
Docker image: warpdotdev/oz-agent-worker@sha256:49774ac741bbfc59f08b434149a0ded822e9234848b7e5c25d50cbc8b3f9af1c
What's Changed
Full Changelog: v2026-04-03-17-53-18...v2026-04-07-17-26-24
v2026-04-03-17-53-18
Docker image: warpdotdev/oz-agent-worker@sha256:3c9dcc6e3714bd18897b732d616aca390612a96887b1a92ff8b5acdd474d3710
What's Changed
- Update Docker dependencies by @bnavetta in #43
- Native image volumes option for k8 worker by @ianhodge in #44
Full Changelog: v2026-04-01-18-59-23...v2026-04-03-17-53-18
v2026-04-01-18-59-23
Docker image: warpdotdev/oz-agent-worker@sha256:f04c87ff0438ebbcca8bc8c82dfdf08151f08bb9c6944357aa7082ac6ffc65f8
What's Changed
- feat: add --target-dir flag to direct backend by @dplakon in #37
- Bump github.com/docker/cli from 29.1.3+incompatible to 29.2.0+incompatible by @dependabot[bot] in #28
- Adding k8 backend to self hosted worker by @ianhodge in #36
- Use task-level config.idle_timeout_minutes for VM timeout by @kjankov in #38
- adding a default docker image to the k8 backend by @ianhodge in #42
New Contributors
Full Changelog: v2026-03-20-15-28-14...v2026-04-01-18-59-23
v2026-03-20-15-28-14
Docker image: warpdotdev/oz-agent-worker@sha256:08c521f839796cbd4918251246bd341d6287dd7185aecebf840ac2d6cd453b72
What's Changed
- Release tagged Docker images by @bnavetta in #31
- Creating backend abstraction for self hosted worker by @ianhodge in #29
- Adding file config support for docker backend by @ianhodge in #32
- Adding a direct backend option of the self hosted runner by @ianhodge in #33
- Adding concurrency limit to the self hosted worker config by @ianhodge in #34
- Adding customizable
idle-on-completefor self hosted worker by @ianhodge in #35
New Contributors
Full Changelog: v2026-03-13-10-52-12...v2026-03-20-15-28-14
v2026-03-13-10-52-12
What's Changed
- initial MVP by @acarl005 in #1
- remove some unneeded stuff that got copied from warp-server by @acarl005 in #3
- remove dependency on alpine image by reusing the sidecar by @acarl005 in #4
- make sure we use a properly generated API key from the server by @acarl005 in #5
- prevent websocket connection from closing every 60s by @acarl005 in #6
- make sure you cannot pass
--worker-id "warp"by @acarl005 in #7 - add --no-cleanup option to keep failed containers by @acarl005 in #8
- add --volumes option which mirrors the docker CLI option by @acarl005 in #9
- websocket connect to oz dispatch server by @acarl005 in #10
- Use server-side task resolution instead of passing prompt to CLI by @johnturcoo in #14
- let docker client take care of image cache by @acarl005 in #11
- name sidecar volumes based on image hash instead of tag by @acarl005 in #15
- bring AugmentArgsForTask to parity with warp-server by @acarl005 in #13
- package this executable as an image by @acarl005 in #12
- Add CI in github action by @acarl005 in #16
- Support computer use flags by @danielpeng2 in #17
- Add support for additional sidecar volumes. by @vorporeal in #18
- Update README with Oz branding by @hongyi-chen in #20
- publish multi-platform image to docker hub in CI by @acarl005 in #19
- try to pull images with same platform as docker daemon by @acarl005 in #21
- rename the project to oz-agent-worker by @acarl005 in #22
- Bump github.com/prometheus/client_golang from 1.1.0 to 1.11.1 by @dependabot[bot] in #23
- Support passing environment variables in to agent containers by @bnavetta in #25
- non-multi-arch images now fail with clear error by @acarl005 in #26
- Release workflow for worker binaries by @bnavetta in #30
New Contributors
- @acarl005 made their first contribution in #1
- @johnturcoo made their first contribution in #14
- @danielpeng2 made their first contribution in #17
- @vorporeal made their first contribution in #18
- @hongyi-chen made their first contribution in #20
- @dependabot[bot] made their first contribution in #23
- @bnavetta made their first contribution in #25
Full Changelog: https://github.com/warpdotdev/oz-agent-worker/commits/v2026-03-13-10-52-12