This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed long-run freeze and memory bloat in the live viewer by bounding the per-session history cache.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
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]