Skip to content

AgentHUD

v0.18.5 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 long-run freeze and memory bloat in the live viewer by bounding the per-session history cache.

Changes in this release

Bugfix Medium

Limits per-session history cache to LRU-bounded size in live viewer.

Limits per-session history cache to LRU-bounded size in live viewer.

Source: llm_adapter@2026-06-15

Confidence: low

Bugfix Medium

Prevents long-run freeze and memory bloat in the live viewer.

Prevents long-run freeze and memory bloat in the live viewer.

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

Confidence: low

Full changelog

Fixed

  • Long-run freeze / memory bloat in the live viewer. Leaving the TUI
    open for hours with a busy session selected grew it to hundreds of MB
    of RSS and eventually froze it — unresponsive to Ctrl+C / q. The
    per-session history cache was unbounded (it kept the full parsed
    activity array of every session ever selected) and returned a fresh
    array on every cache hit, so the viewer re-rendered on every 2s
    refresh even when nothing changed. The cache is now LRU-bounded and
    returns a stable reference on a hit, so memory stays flat and an
    unchanged refresh does no work.

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]