feat: add enableExecutePlan flag for Probe DSL engine#366
Conversation
Support the execute_plan DSL orchestration tool gated by enableExecutePlan boolean flag, matching the existing enableDelegate pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR Overview: Add
|
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Architecture Check PassedNo architecture issues found – changes LGTM. ✅ Performance Check PassedNo performance issues found – changes LGTM. Quality Issues (7)
Powered by Visor from Probelabs Last updated: 2026-02-16T09:01:56.884Z | Triggered by: pr_updated | Commit: fca13e7 💡 TIP: You can chat with Visor using |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
enableExecutePlanboolean flag to support Probe'sexecute_planDSL orchestration toolenableDelegateflagChanges
src/types/config.ts— NewenableExecutePlan?: booleanfield onAIProviderConfigsrc/providers/ai-check-provider.ts— Read from YAML config + add to known AI keyssrc/ai-review-service.ts— Add to config interface + pass through to ProbeAgent optionssrc/enterprise/policy/policy-input-builder.ts— Add to both capability type definitionsYAML Usage
Test plan
npm run build:cli— builds successfullynpm run test:unit— all 267 suites / 2501 tests passenableExecutePlanappears in all expected files🤖 Generated with Claude Code