Apply Patch Bundle
apply_patch_bundleApply multiple file writes or exact-replacement edits in a single atomic call, bundling up to 50 operations to reduce round trips while ensuring precise, verified file modifications.
Instructions
Apply multiple write or exact-replacement operations in one compact tool call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_mode | No | Optional Task Router mode override for this patch bundle. | |
| operations | Yes | ||
| workspace_id | No | Optional workspace id. When omitted, CodexPro binds the authoritative conversation workspace automatically; an explicit unknown or mismatched id is rejected. | |
| conversation_id | No | Connector conversation id bound to this workspace. Modern MCP injects it automatically; side-effecting tools require it to match the authoritative binding. | |
| task_instruction | No | Original user task. Required in progressive mode so Task Router can verify write intent. | |
| workspace_generation | No | Optional authoritative workspace generation. When omitted, CodexPro injects the conversation-bound generation; an explicit stale generation is rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |