Issues with unsupported dependency/activities from Autopilot

With UiPath Studio 2026.0.199 STS, we have this capability in UiPath Studio to use Autopilot as a coding agent.

However, when I write instructions in a Sequence annotation for generating workflow/activity, generally it adds dependencies with versions not yet supported. Thus they appear errored out and I have to manually select the stable version.

I tried the same for the new release as well :
*Copy Excel files from OneDrive folder to Downloads folder*
But Autopilot generated an unresolved activity for which Studio asked to Replace Activity giving reason that ā€˜The activity is missing or could not be added’

How can this be averted without manual intervention

I’m also facing similar issues with Autopilot-generated activities. It would be helpful if Autopilot automatically selected the supported dependency versions to avoid unresolved activities and manual changes.

@Varun_Bhardwaj1

Try explicitly specifying the version you need.By default it might take the latest preview activities..and if your system activities are not compatible with other then this might occur..

Cheers