add_feature
Add a new feature to a codebase by providing a feature description. Optionally specify files, AI model, and project path for targeted modifications.
Instructions
Add a new feature using Aider
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Files to modify or create | |
| model | No | AI model to use (default: gemini/gemini-1.5-pro-latest) | gemini/gemini-1.5-pro-latest |
| project_path | No | Absolute path to project directory (default: current directory) | . |
| feature_description | Yes | Description of the feature to add |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |