getByokCopilotFeatureRemovalCodemod removes deprecated features.byok-copilot.
()
| 6 | |
| 7 | // getByokCopilotFeatureRemovalCodemod removes deprecated features.byok-copilot. |
| 8 | func getByokCopilotFeatureRemovalCodemod() Codemod { |
| 9 | return newFieldRemovalCodemod(fieldRemovalCodemodConfig{ |
| 10 | ID: "features-byok-copilot-removal", |
| 11 | Name: "Remove deprecated features.byok-copilot", |
| 12 | Description: "Removes deprecated features.byok-copilot. Copilot now uses BYOK behavior by default.", |
| 13 | IntroducedIn: "1.0.0", |
| 14 | ParentKey: "features", |
| 15 | FieldKey: "byok-copilot", |
| 16 | LogMsg: "Removed deprecated features.byok-copilot", |
| 17 | Log: byokCopilotCodemodLog, |
| 18 | }) |
| 19 | } |