That way, we can work together as colleagues, as humans, with the agents in the loop to also verify what is it doing, how did this come to this. And with another human next to you, it's quite nice to also not accept things too easily. If the agents spit something out, and you think, okay, sure, that's good enough. But if you're with another colleague next to you, you might have a bit more reason to, okay, but let's see how we can actually improve this. So agents are great, and they're really improving over time. But yeah, I still think at this point, a human in the loop is nice to have.
As far as we can see now, humans in the loop. I also can't look into the future, sadly. We'll ask again in like three months. Any plans to add first-class support for playwrite, for example, having a green play button for each test? We actually have support for tests already. If it recognizes that you're using a certain testing framework, you get a little green button next to the test. I'm not 100% confident at this point if playwrite's one of them, but we support the general implementation of those tests. If this specific person knows that playwrite isn't supported, definitely open a GitHub issue and we can have a look to support that as well. Cool, thanks.
Can I have the agents talk or engage with one another? I think currently we don't have that, but you can reference all the threads, for example, in a new agent session. So you can, for example, let it know what happened before in a different thread. And we recently also added something cool that one thread can actually, the agent can create new threads. So if you're working on something, one big feature, but while you're looking at the code, you come across something that you might want to fix as well, but you don't want to get out of your workflow, you can quickly tell the agent, okay, can you maybe start a separate thread to fix this? But now we continue with the feature that we're working on. Is that then in a different Git work tree or it's in the same work tree, just fixed on top of what's still running? I'm not 100% sure. I think it's a new work tree because otherwise it might mess it up. But don't pin me on that exactly. I won't pin you.
Comments