Skip to content

AgentHUD

v0.11.0 Feature

This release adds 3 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

Added --cwd flag to scope AgentHUD to a single project.

Changes in this release

Feature Low

Adds `--cwd` flag to scope view to a single project.

Adds `--cwd` flag to scope view to a single project.

Source: llm_adapter@2026-06-10

Confidence: high

Feature Low

Shows file content in Read detail view on Enter key press.

Shows file content in Read detail view on Enter key press.

Source: llm_adapter@2026-06-10

Confidence: high

Feature Low

Displays line numbers in the Read detail view gutter.

Displays line numbers in the Read detail view gutter.

Source: llm_adapter@2026-06-10

Confidence: high

Bugfix Medium

Fixes `--cwd` handling on Windows to accept both / and \ separators.

Fixes `--cwd` handling on Windows to accept both / and \ separators.

Source: llm_adapter@2026-06-10

Confidence: high

Bugfix Medium

Fixes Git commit surfacing inside nested repository subdirectories.

Fixes Git commit surfacing inside nested repository subdirectories.

Source: llm_adapter@2026-06-10

Confidence: high

Bugfix Medium

Enables half‑page scroll (Ctrl+U/Ctrl+D) in the detail view.

Enables half‑page scroll (Ctrl+U/Ctrl+D) in the detail view.

Source: llm_adapter@2026-06-10

Confidence: high

Bugfix Medium

Preserves whitespace and indentation in code and diff detail views.

Preserves whitespace and indentation in code and diff detail views.

Source: llm_adapter@2026-06-10

Confidence: high

Full changelog

New

  • --cwd to scope the view to a single project. Walks up from
    process.cwd() to find the nearest registered Claude project and
    shows only that project (and its sub-agents). Header reads
    Projects [<basename>]. Exits 1 with a stderr message when no
    containing project is found — keeps an empty view from being
    mistaken for "no activity". Works in both --watch and --once,
    runs side-by-side with an unfiltered instance.
  • Read detail view shows the file content. Pressing on a
    Read activity now shows the read content with the same
    syntax-coloring rules as Edit diffs, instead of just the path/range
    header.
  • Line numbers in the Read detail view. Read content rows are
    prefixed with file line numbers; the gutter is dimmed so the eye
    lands on the code first.

Fixed

  • --cwd on Windows. First implementation used path.sep for the
    boundary check, so POSIX-style stored paths never matched on
    Windows. Accepts both / and \ now.
  • Git commits surface inside nested repos. When agenthud's project
    was a subdirectory of a larger repo, the commit feed could miss
    commits because the search ran from the wrong directory. Walks up to
    the actual repo root now.
  • Half-page scroll in the detail view. Ctrl+U / Ctrl+D weren't
    wired up in the detail view — only the activity viewer. Both scroll
    consistently now.
  • Whitespace/indentation preserved in code and diff detail views.
    Trailing-space trimming was collapsing indentation in some Edit/Read
    views; preserved verbatim now.

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]