Skip to content

AgentHUD

v0.18.7 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 giant-session discovery causing excessive reads and freezes on large sessions.

Changes in this release

Performance Medium

Reduced memory usage and I/O during session discovery for oversized sessions.

Reduced memory usage and I/O during session discovery for oversized sessions.

Source: granite4.1:30b@2026-06-15-audit

Confidence: low

Bugfix Medium

Discovery walk reads bounded slices instead of whole files for large sessions.

Discovery walk reads bounded slices instead of whole files for large sessions.

Source: llm_adapter@2026-06-15

Confidence: low

Full changelog

Fixed

  • Giant-session freeze, part 2: discovery. v0.18.6 bounded the
    viewer (the selected session), but the tree-discovery walk still read
    whole files on every refresh — peeking at the first line, the last ~50
    lines, and the latest user prompt by slurping the entire session. With
    100MB+ sessions on disk this re-read hundreds of MB every 2s and froze
    the TUI even when the giant session wasn't selected. Discovery now
    reads bounded head/tail slices (first 16KB / last 256KB–1MB) of
    oversized files. Measured: discoverSessions over a real ~/.claude
    with a 104MB session dropped from hundreds of MB to ~25MB. Steady-state
    memory is now flat regardless of session size.

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]