coding_write_code
Plan and implement code changes end-to-end: reads relevant files, designs the change, writes code, runs tests, and returns a diff summary with 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 |
|---|---|---|---|
| brief | No | ||
| message | No | ||
| repo_path | No | ||
| run_tests | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |