What happened
All uip rpa ... --use-studio commands fail with "Studio 25.10.6 does not support rpa-tool" when using the uipath:uipath-rpa-workflows skill. The error message instructs the user to upgrade to the latest version of UiPath Studio, but:
- No minimum Studio version is documented in the plugin reference docs — users don't know what version they need.
- The error message says "upgrade to latest" but doesn't specify a target version number.
- Studio 26.x is not available for download through the user's Automation Cloud tenant, making the upgrade impossible and the plugin completely unusable.
This effectively blocks the entire RPA Workflows skill — XAML generation (get-default-activity-xaml), validation (get-errors), activity discovery (find-activities), UI target configuration (uia subcommands), indication (indicate-element/indicate-application), and execution (run-file) all require --use-studio and all fail with the same error.
Error
[get-errors] error: Studio 25.10.6 does not support rpa-tool. Please upgrade to the latest version of UiPath Studio.
{
"Result": "Failure",
"Message": "{\"success\":false,\"errorMessage\":\"Studio 25.10.6 does not support rpa-tool. Please upgrade to the latest version of UiPath Studio.\"}",
"Instructions": "If this is not the expected result check command arguments."
}
Environment
|
|
| Skill |
uipath-rpa-workflows |
| uip |
0.1.21 |
| OS |
Windows 11 Pro (MINGW64_NT-10.0-26200) |
| Studio |
25.10.6.0 |
Context
Project structure
RPA-Challenge-Claude/
Main.xaml
project.json
entry-points.json
project.uiproj
.entities/
.local/
.objects/
.project/
.settings/
.templates/
Relevant files
// project.json — dependencies section
{
"dependencies": {
"UiPath.Excel.Activities": "[3.3.1]",
"UiPath.Mail.Activities": "[2.5.10]",
"UiPath.System.Activities": "[25.10.5]",
"UiPath.Testing.Activities": "[25.10.0]",
"UiPath.UIAutomation.Activities": "[25.10.26]"
},
"studioVersion": "25.10.6.0",
"expressionLanguage": "CSharp",
"targetFramework": "Windows"
}
Last command
uip rpa get-errors --output json --use-studio --project-dir "C:\Users\PranavKode\Desktop\UiPath Automation Developer Associate Certificate\UiPath-Skills\RPA-Challenge-Claude"
[get-errors] error: Studio 25.10.6 does not support rpa-tool. Please upgrade to the latest version of UiPath Studio.
{
"Result": "Failure",
"Message": "{\"success\":false,\"errorMessage\":\"Studio 25.10.6 does not support rpa-tool. Please upgrade to the latest version of UiPath Studio.\"}",
"Instructions": "If this is not the expected result check command arguments."
}
What happened
All
uip rpa ... --use-studiocommands fail with "Studio 25.10.6 does not support rpa-tool" when using theuipath:uipath-rpa-workflowsskill. The error message instructs the user to upgrade to the latest version of UiPath Studio, but:This effectively blocks the entire RPA Workflows skill — XAML generation (
get-default-activity-xaml), validation (get-errors), activity discovery (find-activities), UI target configuration (uiasubcommands), indication (indicate-element/indicate-application), and execution (run-file) all require--use-studioand all fail with the same error.Error
Environment
Context
Project structure
Relevant files
Last command
uip rpa get-errors --output json --use-studio --project-dir "C:\Users\PranavKode\Desktop\UiPath Automation Developer Associate Certificate\UiPath-Skills\RPA-Challenge-Claude"