Skip to content

AgentHUD

v0.18.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

Summary

AI summary

Pluggable summary engine added with configurable options.

Changes in this release

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 summary is no longer hard-wired
    to claude — 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 with summary.engine in ~/.agenthud/config.yaml. The
    default is auto, 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

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]