This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed summary behavior on empty days and added POSIX short-flag clusters.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
POSIX‑style short‑flag clusters supported (e.g., `agenthud summary -oI`). POSIX‑style short‑flag clusters supported (e.g., `agenthud summary -oI`). Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
`summary` no longer writes stub file on empty days. `summary` no longer writes stub file on empty days. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
'summary --open-index' / '-I' now works on empty days. 'summary --open-index' / '-I' now works on empty days. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
'summary --last Nd' on an all‑empty range returns exit 0. 'summary --last Nd' on an all‑empty range returns exit 0. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Clearer skip message in range mode for empty days. Clearer skip message in range mode for empty days. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
Fixed
summaryno longer writes a stub file on empty days. v0.12.2
added "skip claude on empty input" but compromised it by writing
a## Context\n\nNo activity recorded …stub into
~/.agenthud/summaries/YYYY-MM-DD.mdevery time — opposite of the
"don't waste anything on nothing" intent. Now matches the range
path: announce, return success, touch no disk.summary --open-index/-Inow works on empty days. The
flag is for navigating the past-summaries hub, so it shouldn't be
gated by whether today produced a new file.runSummarynow
firesregenerateIndexandopenInDefaultApp(index.md)whenever
-Iis set, independent of the daily result.summary --last Ndon an all-empty range returns exit 0. The
whole rest of the codebase treats "no activity" as a normal state
(report, daily summary). Range mode was returning 1 — fixed.
The empty-range branch also honors-Inow.- Clearer skip message in range mode. Previously printed
<label> — skipped by usereven when claude was never asked
(because the day was empty). Replaced with a neutral
<label> — skippedsince the two cases are indistinguishable at
the result-shape level.
Added
- POSIX-style short-flag clusters.
agenthud summary -oInow
parses as-o -I;-yoas-y -o; etc. The expander only
triggers on-+ two-or-more letters, so the documented-Nd
date short-form (--date -1d) is left intact.
Upgrade notes
- Empty-day stub files left over from v0.12.2 are not auto-deleted
—rm ~/.agenthud/summaries/<empty-date>.mdto clean them up.
Future empty days will not create new files.
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]