From b68c197363931899ac4dc4d84dd7c7580a554cc0 Mon Sep 17 00:00:00 2001 From: ProdyPanda <49824171+prodypanda@users.noreply.github.com> Date: Tue, 7 Jul 2026 01:51:33 +0100 Subject: [PATCH] Update Gemini version in README Update README to reflect version change from Gemini 3 Pro to Gemini 3.1 Pro. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3990e..d5126ec 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Invoke a powerful remote coding agent using GitHub Actions ## What is Jules? -**[Jules](https://jules.google)** is a remote AI coding agent from [Google Labs](https://labs.google) powered by Gemini 3 Pro. It works autonomously in a cloud VM—analyzing your codebase, implementing features, fixing bugs, and creating pull requests while you focus on what matters. +**[Jules](https://jules.google)** is a remote AI coding agent from [Google Labs](https://labs.google) powered by Gemini 3.1 Pro. It works autonomously in a cloud VM—analyzing your codebase, implementing features, fixing bugs, and creating pull requests while you focus on what matters. **This action** lets you trigger Jules from any GitHub event: issues, pull requests, schedules, or workflow dispatches.