Google announced an update to Jules on October 2nd (local time). Jules is a coding agent based on the latest Gemini 2.5 Pro model. It executes software engineering tasks, such as bug fixes, documentation additions, and new feature implementations, asynchronously in the background, allowing developers to focus on other tasks. It has been generally available since August 2025.
Jules Tools This update introduces the command-line interface (CLI), Jules Tools. While previously, Jules required access to a web interface, Jules Tools now allows tasks such as starting, stopping, and verifying from the terminal. It also easily integrates with other CLI tools, making it useful for scripting and integrating into various automation processes. Jules Tools can be easily set up using npm , the Node.js package management system. npm install -g @google/jules
Jules API In addition, an API for accessing Jules will also be released. While Jules Tools is designed for CLI integration, the Jules API enables integration with web-based services. For example, it will enable automation, such as triggering a Jules task when a problem is reported on Slack , or incorporating Jules into a CI/CD pipeline.
こちらもお読みください: TD SYNNEX Finalizes Gateway Computer Corporation Deal
Other Improvements In addition, the following new features have been added. Latency has been reduced and bugs have been fixed. ・File Selector: Adds specific files to AI chat ・Memory Function: Remembers user preferences and improves future tasks ・Environment Variable Management: A mechanism for safely passing environment variables to Jules Jules is free for up to 15 tasks per day and up to three simultaneous tasks, so you can try it out without hesitation. If that’s not enough, you can subscribe to グーグル AI Pro or Google AI Ultra.
ソース ヤフー