Create Jules Coding Session
jules_create_sessionStart an asynchronous coding task in an isolated cloud VM by providing a detailed task description and repository. Jules completes tasks in 5-60 minutes, with options for auto-approval and PR creation.
Instructions
Start a new asynchronous coding task with Jules. Provide a detailed task description and the repository to work on. Jules runs in an isolated cloud VM and typically completes tasks in 5-60 minutes depending on complexity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional custom title for the session | |
| branch | No | Starting branch name (default: main) | main |
| prompt | Yes | Detailed task description - be specific about what needs to be done | |
| repoName | Yes | GitHub repository name | |
| repoOwner | Yes | GitHub repository owner (username or organization) | |
| autoApprove | No | Automatically approve the execution plan (default: true). Set false to manually approve with jules_approve_plan | |
| autoCreatePR | No | Automatically create pull request when task completes (default: false) |