Skip to content

Commit f53e223

Browse files
Matthieu Ciapparaclaude
andcommitted
Release v0.6.2
Poll status summary, dashboard --all filter, shallow clone fix, image validation, SIGINT handling, garbled stdout fix. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de8dea3 commit f53e223

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.6.2] - 2026-03-30
6+
57
### Added
68

79
- Poll status summary: after each polling cycle, print a compact status of all active (non-over) issues to stdout with their state, project, and assigned worker. Not written to log files.
@@ -12,7 +14,7 @@
1214

1315
### Fixed
1416

15-
- Fix branch checkout on shallow clones: fetch the remote branch before checkout when reusing an existing branch. Shallow clones (`--depth 1`) only fetch the target branch, so `git checkout autodev/...` would fail with "pathspec did not match".
17+
- Fix branch checkout on shallow clones: fetch the remote branch before checkout when reusing an existing branch. Shallow clones (`--depth 1`) only fetch the target branch, so `git checkout autodev/...` would fail with "pathspec did not match". Uses explicit refspec to bypass `--single-branch` restriction.
1618
- Fix `Could not process image` API error: validate downloaded images by checking Content-Type header before writing to disk. Non-image responses (HTML error pages, etc.) are replaced with a text placeholder instead of being passed to Claude.
1719
- Fix Ctrl+C during danger-claude marking issues as errored: detect SIGINT on subprocess exit and re-raise `Interrupt` so the worker pool shuts down gracefully instead of treating it as an implementation failure.
1820
- Fix garbled stdout when multiple workers run in parallel. Multiline messages (full prompts) are now truncated to the first line on the console; full content goes to log files only. Also close stdin on spawned subprocesses to prevent TTY inheritance.

0 commit comments

Comments
 (0)