Skip to content

v0.214.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 23:41

[0.214.0] - 2026-07-24

Features

  • (fuzz) Registry-derived seed corpus + dictionary generator
  • (scratchpad) Recognize the session scratchpad as a trusted working area
  • (hook) Explain a foreign-temp execution denial and how to bless it
  • (media) Support whisper and whisper-cpp speech-to-text

Bug Fixes

  • (fuzz) Locate the coverage binary under the workspace target root
  • (fuzz) Make the per-push mutation burst opt-in, not automatic
  • (commands) Allow safe-chains' own --session-id flag
  • (classifier) Charge brace-expansion fan-out to the shared work budget
  • (repo) Name the default binary so bare cargo run works

Documentation

  • (fuzz) Record the fuzz entry point, registry seeding, and blind spots
  • (fuzz) Design the composition-invariant fuzz target

Testing

  • (fuzz) Commit the nightly's three slow inputs as seeds
  • (registry) Guard that safe-chains knows its own CLI flags

Miscellaneous

  • (fuzz) Build the target once per run, and add a coverage report
  • (fuzz) Add a per-push corpus replay gate
  • (fuzz) Seed the nightly with the registry corpus + dictionary
  • (fuzz) Shards upload only new finds, not the whole corpus