Skip to content

AgentHUD

v0.13.0 Feature

This release adds 2 notable features 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

Affected surfaces

breaking_upgrade

Summary

AI summary

Task activity type is now visible by default in reports and summaries.

Changes in this release

Feature Medium

Adds `task` activity type, default‑on; task results appear as `<task-result>` XML in reports.

Adds `task` activity type, default‑on; task results appear as `<task-result>` XML in reports.

Source: llm_adapter@2026-06-10

Confidence: high

Feature Medium

Changes range summary input format to XML‑tag delimited `<day date="YYYY-MM-DD">…</day>`.

Changes range summary input format to XML‑tag delimited `<day date="YYYY-MM-DD">…</day>`.

Source: llm_adapter@2026-06-10

Confidence: high

Full changelog

Added

  • task activity type, default-on. Task tool delegations to
    subagents are now visible in report and summary output. The
    subagent's returned text is surfaced as a <task-result>…</task-result>
    XML block below the row, so the LLM summary pipeline can see what the
    subagent actually did instead of only the parent's task description.
    Previously Task activities were filtered out of every report — work
    delegated to subagents was invisible to the daily summary. Use
    --include (e.g. --include user,response,bash,edit) to opt out
    per-invocation, or omit task from report.include in
    ~/.agenthud/config.yaml to opt out by default. The XML tag form
    matches the range meta-input change below — content can't forge
    the delimiter.

Changed

  • Range summary input format: XML-tag delimited. Each daily summary
    is now wrapped in <day date="YYYY-MM-DD">…</day> instead of a
    # YYYY-MM-DD heading + --- separator. Two reasons: (1) the date
    travels as a structured attribute so the LLM can't conflate it with
    date headings inside a summary; (2) the --- separator collided
    with markdown horizontal rules and yaml frontmatter that a daily
    summary might legitimately contain. The bundled
    src/templates/summary-range-prompt.md was updated to match. If
    you have a customized ~/.agenthud/summary-range-prompt.md,
    agenthud will keep using yours unchanged
    — sync your edits against
    the new template if you want the XML-aware instructions, or delete
    the file and agenthud will regenerate it on next run.

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]