create_direct_session
Create a direct editing session that lets ChatGPT apply patches directly to a repository, with an optional read-only mode for verification-only workflows.
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. |