Execute Code Task Locally
execute_local_code_taskExecute a coding task in a local workspace with file modifications, validation commands, and rollback on failure, returning full results.
Instructions
Compatibility full-result executor. Prefer execute_local_code_task_compact, which includes routing preflight, adaptive fast-to-strong retry, and supervised-sensitive review enforcement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| context | No | ||
| language | No | ||
| workspace | Yes | ||
| validation | No | ||
| constraints | No | ||
| maxAttempts | No | ||
| contextFiles | No | ||
| editableFiles | Yes | ||
| rollbackOnFailure | No |