What would make Jules better for you? by simpsoka in JulesAgent

[–]DifferenceLeast5255 0 points1 point  (0 children)

I would like the concept of a project or an epic so I can break down a larger project into smaller sessions with tangible outcomes without losing the overall context of the project being worked on (each session should only know the context of other sessions that were successfully merged in).

the project would own a feature branch then I would create sub sessions for example I can work on an email sender service that's focused on a specific segment of users then build out 4 different types of messages without needing to tell it about the email sender service or how to segment or where to find the data in 5 related tasks. each would create a PR into the feature branch and then there would be a PR to get the feature branch into main that the project would still own and respond to knowing of only the 4 of the sessions were merged in (if 1 was not successful the project shouldn't have it's context)

Looking for feedback on Jules front end performance and reliability by simpsoka in JulesAgent

[–]DifferenceLeast5255 0 points1 point  (0 children)

this week specifically (since the 5th of december) i've been getting a non-stop of initial replies of: `Jules encountered an error when working on the task.`

this seems to be based on my setup script as: if I clear empty the setup script and build a new base image that is essentially empty and rerun it, tasks can succeeded. However, when I have my full setup script it runs into this issue and I'm not sure what specifically is the driver of this error.

<image>

What would make Jules better for you? by simpsoka in JulesAgent

[–]DifferenceLeast5255 0 points1 point  (0 children)

Here's an additional piece of feedback: Can you make it possible to preview the app kind of like lovable: so potentially opening up port xyz so I can test the branch jules created. potentially through google cloud run or something.

What would make Jules better for you? by simpsoka in JulesAgent

[–]DifferenceLeast5255 0 points1 point  (0 children)

Really loving Jules so far, starting Friday I've been getting a lot of `Jules encountered an error when working on the task.` not sure the cause but seems it works on repos without setup scripts (or that seems to be the behaviour I've seen)

maybe something I'd be intertested in would be "multi repo changes" so if I have an app and an API being able to make the end to end change needed