This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Affected surfaces
Summary
AI summaryTask activity type is now visible by default in reports and summaries.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
taskactivity type, default-on. Task tool delegations to
subagents are now visible inreportandsummaryoutput. 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 omittaskfromreport.includein
~/.agenthud/config.yamlto 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-DDheading +---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.mdwas 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
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]