Jules Coding Agent Upgraded |
Written by Nikos Vaggalis |
Wednesday, 22 October 2025 |
New options are now available for Jules, Google's coding Agent - a CLI and an API. We covered the release of Jules back in August, see Google Jules Coding Assistant Now Available. To cut a long story short, we found that Jules is: an asynchronous, agentic coding assistant that integrates directly with existing repositories. It clones your codebase into a secure Google Cloud virtual machine (VM), understands the full context of your project, and performs tasks such as writing tests, building new features, providing audio changelogs, fixing bugs, and bumping dependency versions. Now Jules Tools and Jules API have been. Initially Jules was available only in its web interface form which integrated seamlessly with GitHub:
Now you are ready to prompt. For instance, write a clear, specific prompt like: Add a test for "parseQueryString function in utils.js Now you can do the same but by using your CLI, since Google has brought Jules directly in your terminal. To get started with the CLI, install it first with npm install -g @google/jules And familiarize yourself with its Commands. For example the following command lists all your remote tasks: jules remote list --task You're now ready to go. Now let's move onto the API counterpart, which makes it possible to fully integrate Jules into your own systems and workflows. With the API, you can:
Here’s a quick example of how to create a new task (a “Session”) using a cURL command: curl 'https://jules.googleapis.com/v1alpha/sessions' \ To wrap it up, Jules is not in direct competition to other coding assistants such as Claude Code, since it is designed for maintenance work like:
Since software engineering is not just coding, helper tools like this are very valuable. More InformationIntroducing the Jules API and CLI Google Jules Coding Assistant Now Available Related ArticlesGoogle's MCP Toolbox for Databases
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |