This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryBash stdout and stderr now appear in the TUI detail view with interruption markers.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds Bash stdout/stderr display in TUI detail view. Adds Bash stdout/stderr display in TUI detail view. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes activity viewer cursor staying on same row in LIVE mode. Fixes activity viewer cursor staying on same row in LIVE mode. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
Added
- Bash stdout / stderr in TUI detail view. Pressing
↵on a
Bash row now shows the command's stdout and stderr (with a
--- stderr ---divider when both are present), plus an
[interrupted]marker for user-cancelled commands. Previously
only the one-line command label was visible. TUI-only — Bash
output stays out of thereport/summarymarkdown payload
so the LLM input doesn't balloon onnpm test-style runs.
Fixed
- Activity viewer cursor stayed at the same screen row when new
entries arrived in LIVE mode, silently sliding the highlight to
a newer activity. Now the cursor anchors to its activity:
walks up the screen as new entries push the live edge forward,
and when it would scroll off the top, auto-pauses and freezes
the view on the same snapshot (so[PAUSED ↑N +M↓]reflects
exactly where you are and how many you've missed). Per-render
scroll bump moved fromrefreshinto a centralized useEffect
onmergedActivities.lengthso it fires regardless of which
code path updates activities.
Docs
- FEATURES.md rewritten from scratch for v0.13.0. The
original was last touched in early January 2026 and every H2
section referenced code that no longer exists. Replaced with a
feature-centric reference matching what ships today: overview
matrix at the top, one H2 per user-facing feature, plus
cross-cutting sections for keybindings, files, and env vars.
954 lines → 451. - README slimmed to a landing page; FEATURES.md is the
reference. 314 lines → 94. README keeps the pitch, install,
platform note, quickstart, ASCII screenshot, and brief config
overview; everything else links to FEATURES.md anchors. - File-header convention applied across all 31 source files
(purpose / design decisions / gotchas). Convention itself
documented in global~/.claude/CLAUDE.md. Documents
non-obvious decisions in place so future-me / others don't
re-litigate them. BACKLOG.mdfor items flagged or discussed but deliberately
deferred. Issues stay for actionable work; the file is for the
"noted but parked" pile.- Daily summary prompt refined. Explicit icon legend so the
LLM doesn't have to guess○ ~ $ * @ » < > … ◆, multi-project
awareness, first-person retro voice, light-day fallback to a
short paragraph instead of padding empty sections, sharper "do
NOT" list.
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]