I can’t figure out how to have my cloud agents (especially long-running cloud agents) test their changes with a computerUse tool, or preferably computerUse subagents. It’s very needed for agents autonomously testing their changes are functional without overhead of creating their own manual suite with Puppeteer.
Does this just not exist? My long-running agent reports to me it has mentions of a computerUse subagent in its prompt but no way to actually call it.
Hey, thanks for the report. Right now the browser/computerUse sub-agent isn’t available in Cloud Agents. This is a known limitation, even though it’s mentioned in the agent prompt. The team is aware and tracking it, but there’s no ETA yet.
For automated testing without browser access, you can also set up a lightweight test suite in the cloud environment, like Playwright or headless Puppeteer. It’s not as convenient as the built-in computerUse tool, but it works.