feat: add dependent parameter combination testing to extensive_testing mode
loading diff…
When extensive_testing is enabled, the agent generates many test cases but doesn't systematically test combinations of dependent parameters (e.g., enum selectors that determine which other fields are required, boolean flags that enable parameter groups, co-required parameter pairs like lat+lon). This leads to gaps in coverage for actions with interdependent parameters.
test_and_fix_agent and test_and_fix_agent_curl extensive testing prompts
test_and_fix workflow with extensive_testing=true on actions that have dependent parameters (e.g., actions with enum type selectors or boolean flags)extensive_testing flow — standard testing mode is unchanged🤖 Generated with Claude Code