Skip to content

AgentHUD

v0.12.4 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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

Fixed incorrect prompt to delete Windows-side config when running AgentHUD from WSL.

Changes in this release

Bugfix Medium

Prevents accidental deletion of Windows-side global config when running from WSL.

Prevents accidental deletion of Windows-side global config when running from WSL.

Source: llm_adapter@2026-06-10

Confidence: low

Refactor Low

Moves `isWSL()` utility to `src/utils/platform.ts` for shared use.

Moves `isWSL()` utility to `src/utils/platform.ts` for shared use.

Source: llm_adapter@2026-06-10

Confidence: high

Full changelog

Fixed

  • Don't propose deleting the Windows-side global config when
    running from WSL.
    From inside WSL, homedir() returns the
    Linux home (/home/<X>), but the user's effective cwd is often
    /mnt/c/Users/<Y> — the Windows-side home. The legacy-config
    migration prompt's "this is a project-level config" check only
    bailed when cwd === home literally, so on WSL it incorrectly
    offered to delete the Windows-native .agenthud/config.yaml
    potential data loss. The check now also recognises
    /mnt/<drive>/Users/<name> as a user home only when running
    inside WSL
    , where homedir() is known to lie. Native
    Linux/macOS/Windows behavior is unchanged.
  • Internal: isWSL() moved to src/utils/platform.ts so both
    openInDefaultApp and legacyConfig share one detector (env
    var + /proc/version markers, cached for the process).

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]