This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed report missing user prompts and activity‑viewer unable to scroll up to git‑merged entries.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
`report` command now includes user prompts by default. `report` command now includes user prompts by default. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Activity-viewer scroll-up can now reach git-merged entries. Activity-viewer scroll-up can now reach git-merged entries. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
Fixed
reportdropped user prompts by default. The default
--includeset didn't containuser, so every session block
opened onThinkingand the prompt that actually triggered the
turn was missing — reports read as if Claude acted out of nowhere.
useris in the default set now; anyone who wants the prior
output passes--include response,bash,edit,thinking.- Activity-viewer scroll-up couldn't reach git-merged entries.
The viewer rendersmergedActivities(session activities + git
commits, time-sorted), butk/PgUp/Ctrl+Uclamped
scrollOffsetagainst the raw session-activity length, leaving
the earliest entries unreachable when git commits were merged in.
All three scroll-up handlers now clamp against the merged length,
matchingg's existing behavior.
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]