safe-chains v0.214.0
Released 2026-07-24 · View on GitHub
- feat *(fuzz)* Registry-derived seed corpus + dictionary generator
- feat *(scratchpad)* Recognize the session scratchpad as a trusted working area
- feat *(hook)* Explain a foreign-temp execution denial and how to bless it
- feat *(media)* Support whisper and whisper-cpp speech-to-text
- fix *(fuzz)* Locate the coverage binary under the workspace target root
- fix *(fuzz)* Make the per-push mutation burst opt-in, not automatic
- fix *(commands)* Allow safe-chains' own --session-id flag
- fix *(classifier)* Charge brace-expansion fan-out to the shared work budget
- fix *(repo)* Name the default binary so bare
cargo runworks - other *(fuzz)* Record the fuzz entry point, registry seeding, and blind spots
- other *(fuzz)* Design the composition-invariant fuzz target
- other *(fuzz)* Commit the nightly's three slow inputs as seeds
- other *(registry)* Guard that safe-chains knows its own CLI flags
- other *(fuzz)* Build the target once per run, and add a coverage report
- other *(fuzz)* Add a per-push corpus replay gate
- other *(fuzz)* Seed the nightly with the registry corpus + dictionary
- other *(fuzz)* Shards upload only new finds, not the whole corpus