Official Changelog: https://jules.google/docs/changelog/
Jules AI Changelog
Stay up to date with the latest features, improvements, and updates to Jules AI coding agent.
Export at any time
You're now in full control of when your code gets to GitHub. No need to wait for a task to finish or ask Jules to do it for you. At any point during a task, just click the GitHub icon in the top right to publish the current work-in-progress as a new branch or open a pull request.
This gives you more flexibility and control to review, test, or take over whenever you're ready.
Increasing the VM Size to 20GB
We heard your feedback about running into disk space limits on larger projects. To address this, we've significantly increased the available disk space in the Jules VM to 20GB.
This provides more room for large dependencies, build artifacts, and complex repositories, reducing disk-related failures so Jules can tackle bigger tasks. Happy Julesing!
Jules can surf the web
Jules can now proactively search the web for relevant content, documentation, or code snippets to help complete your tasks. This means Jules can get the information it needs, resulting in more accurate and successful task completion.
What this means:
- Jules can find the latest documentation for dependencies/libraries you're using
- Jules can proactively find examples or code snippets that can help inform its implementation
Note: web search works best when working on technical documentation. Queries like: "What is the latest news today?" are not supported.
Interactive Plan
Meet Interactive Plan. Instead of jumping straight to the solution, Jules will now read your codebase, ask clarifying questions, and work with you to refine the plan. This collaborative approach gives you more control and ensures you're on the same page, leading to higher-quality code and a more reliable solution.
How to use:
- Trigger the interactive plan from the dropdown when you start a task
- Jules will start a brainstorm with you and ask clarifying questions
Critic Agent
Great developers don't just write code, they question it. And now, so does Jules. We've built the Jules critic agent to ensure that every line of code isn't just functional, but robust, secure, and efficient. It acts as an internal peer reviewer, challenging every proposed change to elevate the quality of the final output.
Key Features:
Critic-augmented generation
The Jules critic is integrated directly into the generation process.
Improved code quality
The critic flags subtle bugs, missed edge cases, and inefficient code.
Jules can test web-apps and show you the results
Next time you are working on a front end project with Jules, ask it to verify its work and it'll render the website and send you back a screenshot!
- Ask Jules to complete a web development task and to verify the front end
- Jules will send you a screenshot of the front end along with any code changes
- The default Jules base image now includes Playwright for front end testing
- Users can also add images in the form of public URLs for Jules to use as input
Jules is out of beta!
Today we are thrilled to announce that Jules is no longer in beta! Since launch just two months ago, Jules has passed over 140k public commits. Thank you to our amazing beta users for all your support and feedback.
What's New:
- Get higher task limits through the Google AI Pro and Ultra plans
- Jules now uses the power of Gemini 2.5 thinking when creating its plan
- Numerous bug fixes so Jules gets stuck less
Jules is here
Today, we're launching Jules, a new AI coding agent.
Jules helps you move faster by working asynchronously on tasks in your GitHub repo. It can fix bugs, update dependencies, migrate code, and add new features.