This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed giant-session discovery causing excessive reads and freezes on large sessions.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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:discoverSessionsover 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
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]