Skip to content

AgentHUD

v0.18.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent ai-agent anthropic claude claude-code claude-code-cli
+12 more
claude-code-tui cli coding-agent web developer-tools digest live-monitor llm monitor observability session-monitor tui

Summary

AI summary

Fixed Kiro summary engine misrouting activity reports and prevented EPIPE crashes when engines close stdin early.

Changes in this release

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 kiro previously fed the activity report to kiro-cli on 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 unhandled EPIPE error 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

Track AgentHUD

Get notified when new releases ship.

Sign up free

About AgentHUD

All releases →

Related context

Earlier breaking changes

  • v0.14.0 `h` key now aliases vim-left (←) instead of hide.

Beta — feedback welcome: [email protected]