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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
BREAKING: SummarizerProviderConfig and StaleInputCapConfig are now #[non_exhaustive]. Earlier releases had silently added public fields to these structs — a SemVer break at an unchanged 0.3.16 (caught by a new cargo-semver-checks CI gate). Bumping to 0.4.0 makes the public-API change explicit; #[non_exhaustive] lets future config fields be added without another breaking release.
Added
(cli) research-led UX overhaul of wizard/doctor/status/install (#118) (#146)