Add feature flag for Duo Workflow with Claude 4.0
What does this MR do and why?
Adding feature flag for Claude Sonnet 4
References
gitlab-org/modelops/applied-ml/code-suggestions/ai-assist!2589 (merged)
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
- In rails console, enable
duo_workflow_claude_sonnet_4feature flagFeature.enable(:duo_workflow_claude_sonnet_4) - Make a head request to workflow endpoint
curl --head -I http://gdk.test:3000/api/v4/ai/duo_workflows/workflows/945\?private_token\=$GDK_TOKEN - You should see
duo_workflow_claude_sonnet_4in theX-Gitlab-Enabled-Feature-Flagsheader
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Roman Eisner