Skip to content

deepzero: v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Aug 15:25
e45886c

0.4.0 (2026-07-27)

Features

  • decompile: record whether a device exists without the hardware (6030ae1), closes #20
  • engine: tell running out of time apart from going wrong (696a46b), closes #19
  • pipeline: catch a prompt asking for values no stage produces (1c937fa), closes #23
  • report: let the reader record what they have actually checked (523ed1a), closes #24
  • report: rank results in one list and rebuild the palette (9aafd6a)
  • report: record a result that was checked and did not hold up (3fd55ac), closes #25

Bug Fixes

  • report: tell the two kinds of filter apart (6aa9320)
  • scan: stop one bad batch from discarding a whole corpus of results (6a6badf), closes #21
  • test: check the bundled prompt without needing a full environment (5c0fbda)

Refactors

  • report: name the two assessment outcomes for what they are (93619be)

Documentation

  • decompile: record what decompilation writes and guard its shape (ccca456), closes #22