- Release notes
- August 2026
- July 2026
July 2026 release notes for UiPath for Coding Agents.
July 31, 2026
RPA with Coding Agents — General Availability
RPA with a coding agent is now generally available. You describe the work in plain language and the agent produces real, runnable UiPath projects — low-code (.xaml) or coded (.cs) — without opening a separate designer. Your part is to describe the work well and review what comes back.
This spans the whole life of an automation, not only the first build:
- Building a new workflow from a description, a set of manual steps, a process document, or a template such as the Robotic Enterprise Framework (REFramework).
- Refactoring and extending a workflow you already have, by restructuring it, adding a step, or swapping an activity.
- Editing legacy projects, recognizing older project types and working within their constraints.
- Reviewing an existing automation for quality, missing error handling, and risky choices.
- Testing, by generating test cases with assertions and running them to confirm behavior.
- Debugging a failing workflow by reading the error, finding the cause, and proposing a fix.
Driving an application's interface is included: the agent explores the application at design time and captures elements as stable targets in an Object Repository, so the same button or field can be reused across workflows.
To get started, see the RPA workflows guide. For a worked example, see Recipe: automate with RPA.
Activity package versions
The following activity packages and versions are generally available on the UiPath official feed as of this release.
| Activity package | Version | Release date |
|---|---|---|
| UiPath.Credentials.Activities | v3.1.1 | June 4, 2026 |
| UiPath.Database.Activities | v2.1.1 | June 4, 2026 |
| UiPath.DocumentUnderstanding.Activities | v3.3.0 | June 26, 2026 |
| UiPath.Excel.Activities | v3.5.3 | June 24, 2026 |
| UiPath.FTP.Activities | v3.1.2 | June 4, 2026 |
| UiPath.GSuite.Activities | v3.10.10 | July 7, 2026 |
| UiPath.IntelligentOCR.Activities | v7.3.0 | June 26, 2026 |
| UiPath.Java.Activities | v2.1.1 | June 4, 2026 |
| UiPath.Mail.Activities | v2.10.11 | July 21, 2026 |
| UiPath.MicrosoftOffice365.Activities | v3.10.10 | July 7, 2026 |
| UiPath.MobileAutomation.Activities | v25.10.2 | June 23, 2026 |
| UiPath.PDF.Activities | v4.3.0 | June 26, 2026 |
| UiPath.Presentations.Activities | v2.5.2 | June 24, 2026 |
| UiPath.Python.Activities | v2.2.1 | June 4, 2026 |
| UiPath.System.Activities | v26.6.2 | July 27, 2026 |
| UiPath.Terminal.Activities | v2.9.1 | April 7, 2026 |
| UiPath.Testing.Activities | v25.10.2 | March 27, 2026 |
| UiPath.UIAutomation.Activities | v26.10.1 | July 21, 2026 |
| UiPath.WebAPI.Activities | v2.5.2 | July 17, 2026 |
| UiPath.Word.Activities | v2.5.2 | June 24, 2026 |
July 15, 2026
Troubleshoot with Coding Agents — General Availability
A coding agent with UiPath skills installed now diagnoses platform failures from any terminal — including the integrated terminal in UiPath Studio. You can describe a failure in plain English; the Troubleshoot skill triages the issue, ranks likely causes, tests each hypothesis against live platform data through uip, and returns the root cause with a recommended fix.
The skill diagnoses failures across RPA, Orchestrator, Maestro, Agents, and Integration Service.
To get started, see the Troubleshoot guide.
July 8, 2026
UiPath for Coding Agents — Public Preview
UiPath for Coding Agents is now available in public preview. You can install the uip CLI and the UiPath skills with a single command and build UiPath automations and agents from Claude Code, Cursor, Codex CLI, or Google Antigravity.
UiPath for Coding Agents lets you build UiPath automations and agents directly from an AI coding agent. Instead of opening a separate designer, you describe what you want in natural language; the agent uses the uip CLI to connect to your UiPath organization and UiPath skills to follow the right patterns for each project type.
For setup, see the Install and set up guide. To explore what your agent can build, see the Skills catalog.