Skip to content

AgentHUD

v0.18.8 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 per-file caches leaking memory during long runs by keying entries by path instead of path:mtime.

Changes in this release

Bugfix Medium

Per-file caches no longer leak over long runs.

Per-file caches no longer leak over long runs.

Source: llm_adapter@2026-06-15

Confidence: high

Full changelog

Fixed

  • Per-file caches no longer leak over long runs. The discovery caches
    (model/liveState, row title, entrypoint, sub-agent info) were keyed by
    path:mtime with no eviction, so an actively-appending session added a
    new entry every ~2s poll and never dropped the old one — a slow leak
    that bloated memory over a multi-hour watch. They're now keyed by path
    (mtime stored in the value), so a changed file overwrites its single
    entry: one entry per file, bounded regardless of runtime. Rounds out
    the v0.18.5–0.18.7 freeze fixes.

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]