Skip to content

v1.9.2

Choose a tag to compare

@github-actions github-actions released this 05 May 09:29

Added

  • Added Step 6.5 in the generation retry loop: when Step 6 (patch retry with appended quality feedback) still fails validation, Step 6.5 performs a complete clean regeneration with a structured failure report prepended at the very top of the prompt. The report lists each specific failure category (missing sections, hallucinated paths, missing file refs, unmatched routes, etc.) with concrete items, so the LLM cannot miss or deprioritise the constraints.
  • Added BucketGenerationEngine._build_failure_prefix(validation) — builds the top-of-prompt failure report with per-category breakdown and explicit "what you MUST do differently" instructions.
  • Added failure_prefix parameter to PageGenerator.generate() and BucketGenerationEngine._call_with_retry() — the prefix is injected before all evidence context so it is the first thing the model reads.