You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shell completion now supports Nushell - a fifth shell beside bash, zsh, fish and PowerShell. Tab completes subcommands and flags alike, each with its description
Bug fixes
Matcher: the whole docopt() call now shares one global match budget, so a degenerate usage that combinatorially explodes fails fast instead of hanging for minutes (the old per-Either cap alone still compounded)
Internal
An atheris fuzz harness exercises the public API weekly in CI, uploading a reproducer on any crash
CodSpeed gates the hot paths against commit-over-commit performance regressions
A failing nightly run now opens or updates a tracking issue instead of passing unnoticed