This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryPluggable summary engine added with configurable options.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds pluggable summary engine supporting multiple backends (Claude Code, OpenAI Codex CLI, Kiro CLI). Adds pluggable summary engine supporting multiple backends (Claude Code, OpenAI Codex CLI, Kiro CLI). Source: llm_adapter@2026-06-12 Confidence: high |
— |
| Feature | Low |
Changes summary cache key to include engine and model for accurate regeneration. Changes summary cache key to include engine and model for accurate regeneration. Source: llm_adapter@2026-06-12 Confidence: high |
— |
Full changelog
Added
- Pluggable summary engine.
agenthud summaryis no longer hard-wired
toclaude— it can now run through Claude Code, OpenAI Codex CLI, or
Kiro CLI. Pick one per run with--engine <claude|codex|kiro|auto>, or
set a default withsummary.enginein~/.agenthud/config.yaml. The
default isauto, which detects the first installed CLI in
claude → codex → kiro order. This lets Codex- or Kiro-only users
generate summaries without installing Claude.
Changed
- Summary cache is now keyed by engine and model, not just date. Each
cached daily/range summary records which (engine, model) produced it via
an inert HTML-comment marker; switching the engine or model regenerates
the summary instead of serving the previous engine's stale text. Caches
written before this release are treated as Claude output and reused for
Claude requests, so existing summaries are not needlessly regenerated on
upgrade.
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]