Skip to content

AgentHUD

v0.11.2 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 report missing user prompts and activity‑viewer unable to scroll up to git‑merged entries.

Changes in this release

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

  • report dropped user prompts by default. The default
    --include set didn't contain user, so every session block
    opened on Thinking and the prompt that actually triggered the
    turn was missing — reports read as if Claude acted out of nowhere.
    user is 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 renders mergedActivities (session activities + git
    commits, time-sorted), but k / PgUp / Ctrl+U clamped
    scrollOffset against 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,
    matching g'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

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]