Skip to content

New Jules Tools CLI Updates: Side-by-Side Diffs, Repo Inference, and More

November 10, 2025

Jules Tools

We’ve been busy shipping a bunch of new updates to the Jules Tools CLI to make your experience smoother and more powerful. Here’s a rundown of what’s new:

You can now start multiple parallel tasks for the same prompt using the --parallel flag with jules remote new. This is useful for getting multiple suggestions from Jules at once (max of 5).

  • Added: --parallel flag to remote new command.

We’ve refactored how we handle authentication to resolve credential issues for users on WSL and Arch Linux. This means broader platform support and no more login issues.

v0.1.39 - OAuth2 Error Handling Improvements

Section titled “v0.1.39 - OAuth2 Error Handling Improvements”

We’ve enhanced our OAuth2 flow to be more resilient with better error recovery, making the authentication process more reliable.

To shorten CLI commands and reduce configuration, we’ve added repository inference. Now, Jules can automatically detect the repository from your current directory, so you don’t have to specify it manually.

We’ve added better support for the PNPM package manager, ensuring full compatibility for a wider range of JavaScript projects.

v0.1.36 - Side-by-Side Diff Viewer + Bug Fixes

Section titled “v0.1.36 - Side-by-Side Diff Viewer + Bug Fixes”

Reviewing code is now faster and more readable with the new side-by-side diff viewer in the TUI. We’ve also added comprehensive test coverage and fixed bugs related to auto-approval and timeout validation.