Skip to content

AgentHUD

v0.12.3 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ 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 summary behavior on empty days and added POSIX short-flag clusters.

Changes in this release

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

  • summary no 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.md every 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 / -I now 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. runSummary now
    fires regenerateIndex and openInDefaultApp(index.md) whenever
    -I is set, independent of the daily result.
  • summary --last Nd on 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 -I now.
  • Clearer skip message in range mode. Previously printed
    <label> — skipped by user even when claude was never asked
    (because the day was empty). Replaced with a neutral
    <label> — skipped since the two cases are indistinguishable at
    the result-shape level.

Added

  • POSIX-style short-flag clusters. agenthud summary -oI now
    parses as -o -I; -yo as -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>.md to 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

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]