create_session
Launch a coding session that clones a repo, executes your task, and optionally creates a pull request automatically.
Instructions
Create a new Jules coding session. Jules will clone the repo, execute the task, and optionally create a PR automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository in owner/repo format (e.g., 'anthropics/claude-code') | |
| title | No | Optional title for the session | |
| prompt | Yes | Task description for Jules to execute | |
| auto_pr | No | Automatically create a pull request when done (default: true) | |
| starting_branch | No | Branch to start from (default: main/master) |