{
  "markdown": "# Jules Extension for Gemini CLI\n\nJules extension for Gemini CLI lets you delegate coding tasks to the [Jules](https://jules.google/) asynchronous agent. This allows you to offload work and track its progress without blocking your terminal.\n\nSome examples of tasks you can assign to Jules are:\n* Bug fixing\n* Code refactoring\n* Dependency version updates\n* Documentation maintenance\n\nJules works on these tasks in the background. Once the work is complete, Jules can submit the changes to a new branch on your GitHub repository. More at [jules.google/docs](https://jules.google/docs).\n\n## Prerequisites\n\nBefore using the Jules extension, you need to:\n\n1.  **Have a Jules Account**: You can sign up at [jules.google.com](https://jules.google.com/).\n2.  **Connect Your Repository**: Connect your GitHub repository to your Jules account.\n\n## Installation\n\nInstall the Jules extension by running the following command from your terminal *(requires Gemini CLI v0.4.0 or newer)*:\n\n```bash\ngemini extensions install https://github.com/gemini-cli-extensions/jules --auto-update\n```\n\nThe `--auto-update` is optional: if specified, it will update to new versions as they are released.\n\n## Usage\n\nTo initiate a Jules task, you must use the `/jules` command followed by your prompt. For example:\n\n```bash\n/jules add missing unit tests to my repo\n```\n\nOnce you start a task with `/jules`, the extension will work in the background to complete it. To check the status of a task, use the `/jules` command with a query about the task.\n\nFor example:\n\n```bash\n/jules what is the status of my last task?\n```\n\n> [!TIP]\n> Gemini CLI will automatically install the Jules CLI if it's not already available. If the installation requires sudo permissions (e.g., `sudo npm install ...`), you will be prompted for your password. To enter it, press `CTRL+F` to switch focus to the interactive shell prompt.\n> \n> <img width=\"1600\" height=\"306\" alt=\"456160640__70515148__1638165 (1)\" src=\"https://github.com/user-attachments/assets/c79ddfdd-de45-48a3-83e5-f8ece6888678\" />\n\n## Resources\n\n- [Jules](https://jules.google/): The backend powering this extension.\n- [Gemini CLI extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extensions/index.md): Documentation about using extensions in Gemini CLI\n- [GitHub issues](https://github.com/gemini-cli-extensions/jules/issues): Report bugs or request features\n\n## Legal\n\n- License: [Apache License 2.0](https://github.com/gemini-cli-extensions/jules/blob/main/LICENSE)\n",
  "bytes": 2502,
  "sha": "48f703a0bf36dc5c883b7625d0eb76985d47962c3dc0ba1f07c7fd515b749dbb",
  "repo_slug": "gemini-cli-extensions/jules",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_gemini_cli_extensions_jules_6a96c31d/readme"
}