modify_code
Apply AST transformations to modify code files. Supports renaming, adding or removing imports, functions, and properties.
Instructions
Modify code using AST transformations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the code file to modify | |
| modifications | Yes | Array of modifications to apply |