Skip to content

Suggested Tasks

Jules can autonomously scan your codebase to identify areas for improvement and propose implementation plans. These are presented as Suggested Tasks.

Currently, this experimental feature focuses on identifying and resolving #TODO comments left in your code, with more capabilities coming soon.

To receive suggestions, you must explicitly enable “Proactivity” for each repository you want Jules to monitor.

  1. Navigate to the Codebases field in the left panel.
  2. Select the specific repository (codebase) you wish to activate.
  3. With the codebase selected, open the Proactivity tab in the left panel.
  4. Toggle Proactivity to On.

suggested

Once enabled, Jules will immediately begin scanning the codebase. After a few minutes, if a resolvable issue is found, a suggestion will appear for your review.

Note: At launch, you are only able to enable proactivity on up to 5 repositories.

When Jules identifies a potential task (such as a simple #TODO), it will surface a suggested fix. You will also recieve an email periodically when new tasks have been found.

  1. Review the suggestion card that appears in your dashboard.
  2. Click on the suggestion to see the context and the rationale.
  3. If you agree with the plan, click Start to have Jules start working on the task.

You remain in control of your backlog. If a suggestion is not relevant or not a priority, you can dismiss a suggestion. Jules uses this feedback to better understand your preferences and improve future suggestions.

  • Scan Frequency: Jules scans your repositories periodically to look for new suggestions.
  • Repository Limit: You can currently enable Suggested Tasks on up to five repositories.
  • Current Scope: The feature currently looks for #TODO comments that describe resolvable tasks.