This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed incorrect prompt to delete Windows-side config when running AgentHUD from WSL.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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 whencwd === homeliterally, 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, wherehomedir()is known to lie. Native
Linux/macOS/Windows behavior is unchanged. - Internal:
isWSL()moved tosrc/utils/platform.tsso both
openInDefaultAppandlegacyConfigshare one detector (env
var +/proc/versionmarkers, 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
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]