atl_fix
Execute automated repairs from ATL likelihood ratio learning, including code changes, config adjustments, database migrations, and command execution.
Instructions
基于ATL似然比学习结果执行自动修复,支持代码修改、配置调整、数据库迁移等非纯文本修复操作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup | No | 是否备份原始文件,默认true | |
| dryRun | No | 是否仅预览不执行,默认false | |
| command | No | 要执行的命令 | |
| fixType | No | 修复类型 | |
| configKey | No | 配置键 | |
| patternId | No | 要应用的修复模式ID | |
| targetFile | No | 目标文件路径 | |
| configValue | No | 配置值 | |
| replaceWith | No | 替换后的代码 | |
| sqlStatement | No | 要执行的SQL语句 | |
| replacePattern | No | 要替换的代码模式 |