patch_apply
Apply a unified diff patch to a remote file over SSH. Specify the session, file path, and patch content to modify files autonomously.
Instructions
Applies a patch to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | File path to patch | |
| patch | Yes | Patch content (unified diff format) |