Skip to content

v1.0.0

Latest

Choose a tag to compare

@golikovichev golikovichev released this 22 Jun 18:52

First stable release.

Highlights since 0.1.0:

  • Batch trace-to-test generation (/batch): synthesise tests for many annotated traces in one request, grouped by failure mode and folded into one parametrised test per mode.
  • /health probe for the web service.
  • Generated code is validated as parseable Python before it is returned; the web endpoints return HTTP 502 on a non-Python model reply instead of writing a broken test file.
  • Demo page redesign (card layout, Single/Batch nav, prefilled runnable example).
  • Actions pinned to commit SHAs, OpenSSF Scorecard analysis, least-privilege workflow permissions.

The pipeline (Phoenix trace to Gemini extractor to synthesiser to pytest file) is stable within the documented scope; see the Limits section in the README.

Full changelog in CHANGELOG.md.