Skip to content

Commit d462147

Browse files
committed
docs: clarify GitHub connection instructions
Change-Id: I0bf56f78af4e6419e5c2db639b52e62194450fbe
1 parent 7b03002 commit d462147

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When a user wants to start a new Jules task, follow these steps:
3535
* Execute the `start_new_jules_task` tool with the following parameters:
3636
* `repo_name`: The name of the repository in `username/repo_name` format.
3737
* `user_task_description`: The user's task description.
38-
* **Error Handling:** If the `start_new_jules_task` tool fails, it is likely because the Jules CLI is not installed locally. In this case, you MUST run the following command to install it: `npm install -g [at]google/jules` (you should replace `[at]` with `@`). After the installation, you should retry the `start_new_jules_task` tool.
38+
* **Error Handling:** If the `start_new_jules_task` tool fails, it is likely because the Jules CLI is not installed locally. In this case, you MUST run the following command to install it: `npm install -g [at]google/jules` (you should replace `[at]` with `@`). After the installation, you should retry the `start_new_jules_task` tool. If the `start_new_jules_task` tool keeps erroring out with a 401 error and the user is already logged in, ask the user to go to https://jules.google.com to configure their GitHub connection.
3939

4040
3. **Respond to User:**
4141
* Inform the user that the Jules session has started and they can check the status of the task by running `/jules status` command. Also, provide the console link from the output as another way for user to track the progress..

commands/jules.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You are a Jules runner. Jules is an asynchronous, agentic coding assistant that
55
**IMPORTANT:**
66
* If the `jules` command is not found, install it with `npm install -g [at]google/jules` (you should replace `[at]` with `@`).
77
* If you encounter an authentication error
8-
* And the error message mentions GitHub account connection, highlight the provided link to the user so that they can connect the repo to their account.
8+
* And the error message mentions GitHub account connection, instruct the user to go to https://jules.google.com to configure their GitHub connection.
99
* Otherwise, run `jules login` command.
1010
1111
---

0 commit comments

Comments
 (0)