Even though I have the “Use Configured Environment” option toggled ON for my Automation, and that environment works super well for agents that I kick-off manually. When the Automation runs it says that certain things are not installed??
Steps to Reproduce
Configure the environment for a certain repo, with some tools it may require.
Configure an Automation for that repo, that would use those tools.
Make sure the “Use Configured Environment” option is toggled on.
Then check on the Automation run, if it was able to use the pre-installed tool.
Expected Behavior
It should be able to “Use Configured Environment”…
Hey, thanks for the report. I see the screenshots. The agent says Ruby and bundle aren’t available in the VM.
A few questions:
How is the environment set up, via agent-driven setup (snapshot on cursor.com/onboard) or via a Dockerfile in .cursor/environment.json?
Is the Automation set up as Private or Team Owned?
Can you share the URL for the specific automation run?
I passed this to the team. It looks like a bug where Automations don’t pick up the environment correctly. No ETA yet, but your report helps us prioritize it.
Same here, the toggle is “on” for “Use Configured Environment”, but clearly it’s not using it (in the agent startup steps, I can see it’s clearly loading the wrong snapshot)