This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed Kiro summary engine misrouting activity reports and prevented EPIPE crashes when engines close stdin early.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Kiro summary engine now correctly combines prompt and report on stdin. Kiro summary engine now correctly combines prompt and report on stdin. Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Bugfix | Medium |
No longer crashes with EPIPE when an engine closes stdin early; error handler degrades gracefully. No longer crashes with EPIPE when an engine closes stdin early; error handler degrades gracefully. Source: llm_adapter@2026-06-12 Confidence: high |
— |
Full changelog
Fixed
- Kiro summary engine now actually summarizes.
summary --engine kiropreviously fed the activity report tokiro-clion stdin while
passing the prompt as a positional argument — but Kiro reads stdin
only when no positional question is given, so it ignored the report
and replied that the log was empty. The prompt and report are now
combined onto stdin (no positional), so the model sees both. Claude
and Codex are unaffected. - No more EPIPE crash when an engine closes stdin early. Writing the
large report to a child that had already closed its input surfaced as
an unhandledEPIPEerror and aborted the process; the stdin pipe now
has an error handler, so the run degrades gracefully.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About AgentHUD
All releases →Related context
Related tools
Earlier breaking changes
- v0.14.0 `h` key now aliases vim-left (←) instead of hide.
Beta — feedback welcome: [email protected]