Google Jules

Also known as: Jules, Jules by Google, Google Jules agent

Google Jules is an asynchronous AI coding agent by Google, powered by Gemini 2.0. Unlike real-time pair programmers, Jules works autonomously in the background on GitHub issues and pull requests. You assign it a task (bug fix, feature, refactor), Jules clones your repo into a sandboxed cloud environment, implements the changes, runs tests, and opens a pull request for your review. Jules is in public beta as of early 2026.

Agent Information

Provider
Google
Supported IDEs
GitHub (web), Browser

Feature Support Matrix

FeatureSupport LevelDetails
Execution
Automatic Context Awareness
Full Support
Jules clones the entire repository into a sandboxed cloud environment for each task, giving it full awareness of the cod...
Filesystem Access
Full Support
Jules has full filesystem access to the cloned repository in its sandboxed cloud environment. It can create, edit, and d...
MCP Server Support
No Support
Jules does not support MCP (Model Context Protocol) servers. It operates in an isolated cloud sandbox and does not conne...
Editor Integration
Broad IDE Integration
No Support
Jules operates entirely through a web interface at jules.google and through GitHub. It has no IDE plugin or extension fo...
Model Support
Claude 4 Support
No Support
Jules is powered exclusively by Google's Gemini 2.0 model family. It does not support Anthropic's Claude models.
Claude 3 Support
No Support
Jules uses Google's Gemini 2.0 models only. Anthropic Claude models are not supported.
Context Window Management
Full Support
Jules ingests the full repository into its context using Gemini 2.0's large context window (up to 1M tokens). This enabl...
Debugging
Console Error Integration
No Support
Jules works asynchronously in a cloud sandbox and has no browser console integration. It can read test output and termin...
Interactive Element Selection
No Support
Jules is an asynchronous agent working in a cloud sandbox. It has no visual UI element selection capability.
Live Web Preview
No Support
Jules operates in a cloud code execution environment. It can run tests and build steps, but does not provide a live web ...
Configuration
Dedicated Instruction File
⚠️ Partial
Jules reads repository files including README and documentation as part of its context. There is no official named instr...
Fine-Grained Instruction Control
No Support
Jules does not have a file-pattern or directory-level instruction system. All task instructions are provided in the task...
Supports Scoped Instructions
No Support
Jules does not support scoped or hierarchical instruction systems. Instructions are provided per-task in the task descri...
Planning
Planner Strategy
Full Support
Jules generates a step-by-step implementation plan before writing code, which is shown to the user for approval. Only af...

Frequently Asked Questions