UiPath Documentation
coding-agents
latest
false
UiPath for Coding Agents release notes
  • Release notes
    • August 2026
    • July 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 packageVersionRelease date
UiPath.Credentials.Activitiesv3.1.1June 4, 2026
UiPath.Database.Activitiesv2.1.1June 4, 2026
UiPath.DocumentUnderstanding.Activitiesv3.3.0June 26, 2026
UiPath.Excel.Activitiesv3.5.3June 24, 2026
UiPath.FTP.Activitiesv3.1.2June 4, 2026
UiPath.GSuite.Activitiesv3.10.10July 7, 2026
UiPath.IntelligentOCR.Activitiesv7.3.0June 26, 2026
UiPath.Java.Activitiesv2.1.1June 4, 2026
UiPath.Mail.Activitiesv2.10.11July 21, 2026
UiPath.MicrosoftOffice365.Activitiesv3.10.10July 7, 2026
UiPath.MobileAutomation.Activitiesv25.10.2June 23, 2026
UiPath.PDF.Activitiesv4.3.0June 26, 2026
UiPath.Presentations.Activitiesv2.5.2June 24, 2026
UiPath.Python.Activitiesv2.2.1June 4, 2026
UiPath.System.Activitiesv26.6.2July 27, 2026
UiPath.Terminal.Activitiesv2.9.1April 7, 2026
UiPath.Testing.Activitiesv25.10.2March 27, 2026
UiPath.UIAutomation.Activitiesv26.10.1July 21, 2026
UiPath.WebAPI.Activitiesv2.5.2July 17, 2026
UiPath.Word.Activitiesv2.5.2June 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.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated