Skip to content

Commit 1f928aa

Browse files
committed
Release v0.34.4
1 parent 231f6a8 commit 1f928aa

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed

.changeset/patch-migrate-detection-artifacts.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/patch-unify-agent-artifacts.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.34.4 - 2026-01-04
6+
7+
### Bug Fixes
8+
9+
#### Migrate detection job artifacts to the unified `/tmp/gh-aw/artifacts` path and add validations.
10+
11+
- Update artifact download paths used by detection jobs to `/tmp/gh-aw/artifacts`.
12+
- Fail fast when `prompt.txt` or `agent_output.json` are missing.
13+
- Fail when `aw.patch` is expected but not present.
14+
15+
This is an internal tooling fix and non-breaking (patch).
16+
17+
#### Use the unified `agent-artifacts` artifact for downloads and remove duplicate
18+
19+
artifact downloads. Updated tests to expect `agent-artifacts` and removed
20+
dead/unused artifact upload helpers.
21+
22+
This is an internal fix that consolidates artifact downloads used by
23+
safe_outputs and threat detection jobs.
24+
25+
526
## v0.34.3 - 2026-01-04
627

728
### Bug Fixes

0 commit comments

Comments
 (0)