coding_write_code
Plan and implement code changes end-to-end: read relevant files, design the change, write the code, and run tests. Returns a diff summary and test results.
Instructions
Plan and implement a code change end-to-end. Reads the relevant files, designs the change, writes the code, and runs tests. Returns a diff summary and test results. Args: message: Free-text objective for the action. brief (required): Plain-English description of the desired change. repo_path: Workspace-relative path to scope the change. run_tests: Run the test suite after the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| brief | No | ||
| repo_path | No | ||
| run_tests | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |