Skip to content

✨ Google Jules

Google Jules is a CLI tool that integrates with Google Gemini to perform software engineering tasks directly in your repository.

🛠 Installation

To use Jules with the Google Gemini CLI, you need to install it globally via npm.

npm install -g @google/jules

⚙ Config

Jules requires authentication with GitHub.

Login

jules login

You may also need to configure it to work with Gemini CLI if it isn't automatically detected, but usually, Gemini CLI calls it directly.

📝 Usage

Jules is primarily used through the Google Gemini CLI using the /jules command, but it can also be used standalone.

Status

jules status

Gemini CLI integration

gemini
> /jules

🔗 References