create_direct_session
Initiates a direct editing session for ChatGPT to apply patches to a repository, with optional read-only mode for verification-only tasks.
Instructions
Create a Direct editing session for ChatGPT to apply patches directly. Requires enableDirectProfile: true in config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title describing the session's purpose | |
| repo_path | Yes | Repository path inside workspaceRoot (e.g., 'my-project') | |
| expected_changes | No | Set false for an explicitly read-only or verification-only session where an empty diff is expected. |