Bring the power of the Google Jules coding agent directly to your fingertips with this Raycast extension. Seamlessly start new sessions and manage your coding tasks without leaving your keyboard.
- Start New Session: Quickly initialize a new coding session with Jules directly from Raycast.
- Seamless Integration: Designed to fit perfectly into your Raycast workflow.
-
Install Dependencies:
npm install
-
Build the Extension:
npm run build
-
Import to Raycast:
- Open Raycast.
- Run the
Import Extensioncommand. - Select the directory containing this repository.
To use this extension, you need a Jules API Key:
- Log in to the Jules Web App.
- Go to Settings > API at jules.google.com/settings/api.
- Under the API Keys section, click Create a new secret key.
- Copy the key and paste it into the Raycast extension preferences when prompted.
Once installed, simply open Raycast and search for "Jules" to see the available commands.
- Start New Session: Launches the form to start a new Jules session.
- Search Sessions: View and manage your active sessions.
- Session Details: View the plan and progress of a specific session.
- Send Message: Communicate with Jules directly.
To run the extension in development mode:
npm run devMIT





