This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+12 more
Summary
AI summaryFixed flag parsing for report --date -1d and promoted watch to a first‑class command in help output.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Changes `watch` to be a first-class command in help layout with `(default)` annotation. Changes `watch` to be a first-class command in help layout with `(default)` annotation. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes report subcommand rejecting `-Nd` date flags as unknown. Fixes report subcommand rejecting `-Nd` date flags as unknown. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
Fixed
report --date -1d(and any-Ndvalue) was rejected as an
unknown flag. The report subcommand's unknown-flag scan didn't
skip values after value-taking flags, so the documented-Nd
shorthand tripped the check. Mirrors thesummarysubcommand's
existing pattern.
Changed
watchis now a first-class command in the help layout. It
used to live underOptions:alongside--version/--help
while less-central modes (report, summary) got the top-level
Commands:billing. The help is restructured so watch sits in
Commands:with(default)annotation; its flags (-w/--watch,
--once,--cwd) sit under it the way report's and summary's
flags do.agenthud watchis also accepted as an explicit
positional now (it used to error as "Unknown command").
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]