Files
cleveragents-core/features
HAL9000 bc85c792e3 fix(agents/graphs/plan_generation): _validate always passes for code longer than 10 characters, making LLM validation ineffective
Fix duplicate step_impl function names in Behave test steps that caused
only the last-defined step to be registered with Behave, making all
scenarios fail with undefined step errors. Each step now has a unique
function name following the step_given/step_when/step_then convention.

Also fix the step parameter handling: Gherkin passes quoted string
parameters with their surrounding quotes included, so strip quotes from
the response and status parameters before comparison.

Remove the redundant if/else branch in the validation node step that
called the same code path in both branches.

Add CHANGELOG entry for the fix.

ISSUES CLOSED: #10746
2026-05-11 01:02:53 +00:00
..