Changelog
DRANK
Environment snapshots for faster tasksJules now creates a snapshot of your environment when you add environment setup scripts. For complicated environment, users should see faster and more consistent task execution.In summary:Jules will now snapshot your environment when you provide an environment setup scriptSnapshots are loaded automatically next time you run a taskThis provides for faster task startups, especially for complex environmentsYou can find environment configuration by clicking the “codebase” in the left hand panel, or by clicking the “configure environment” button in the task pane.Open A PR directly from JulesClosing the loop from task to merge 🤝Jules can now open a pull request directly from the UI. After a task completes, just use the new dropdown next to the ‘Publish Branch’ button to open a PR. Jules will request to merge the newly published branch into main, streamlining your entire workflow. Less context switching, faster merging.Jules now supports Bun. Yo…