This release fixes issues for SREs watching stability and regressions.
Published 3d
Developer Productivity
✓ No known CVEs patched
✓ 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 summaryFixed per-file caches leaking memory during long runs by keying entries by path instead of path:mtime.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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:mtimewith 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
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]