# 2025.10.16

> 2025.10.16 release notes for Studio.

**Release date: August 6, 2026**

## Improvements

### Switching between the Autopilot Agent and the previous Autopilot panel

Previously, the Autopilot panel presented only the **Autopilot Agent** chat. The earlier card-based panel — which grouped documentation search, workflow error fixing, and the **Healing Agent** as separate cards — had been removed, leaving no way to return to it. That panel is available again as an alternative, with the **Autopilot Agent** chat remaining the default experience and the panel being opt-in.

The setting that switches between the two experiences is available in the Autopilot panel's settings menu. The chat also displays a dismissible banner linking to it, and the dismissal persists across project reopens. While the panel is active, it shows an **Autopilot chat** card with a **Switch to chat** button. Switching takes effect immediately without restarting Studio, and the choice is stored per user.

### Activity package documentation for AI coding assistants

Activity packages can now ship documentation that Studio surfaces inside the project folder, giving AI coding assistants used alongside Studio context about the packages a project depends on. Package authors place documentation files under `content/docs/` in the package, in any structure — Markdown, text, or other files are copied as-is.

After a package restore (on project open or reload, and when packages are installed, updated, or removed), Studio mirrors each package's `docs/` subtree to `.local/docs/packages/<PackageId>/` and writes a `.local/docs/manifest.json` recording the synced versions. Unchanged packages are skipped, folders for removed packages are deleted, and `.local/docs` is removed when no installed package ships documentation. Autopilot file operations can now also read these dot-prefixed paths.

## Bug fixes

* The bundled **Scriban** templating library has been updated from 5.5.0 to 7.2.3 to address known security vulnerabilities.

## Activity package versions

The following activity packages and versions are included in the `UiPathStudio.msi` installer and can be found in the local feed.

| Activity package | Version |
| --- | --- |
| UiPath.UIAutomation.Activities | [v25.10.33](https://docs.uipath.com/activities/other/latest/ui-automation/release-notes-uipath-uiautomation-activities-v25-10#v251033) |
| UiPath.System.Activities | [v26.2.7](https://docs.uipath.com/activities/other/latest/workflow/release-notes-uipath-system-activities#v2627) |
| UiPath.Excel.Activities | [v3.4.1](https://docs.uipath.com/activities/other/latest/productivity/release-notes-uipath-excel-activities#v341) |
| UiPath.Mail.Activities | [v2.7.12](https://docs.uipath.com/activities/other/latest/productivity/release-notes-uipath-mail-activities#v2712) |
| UiPath.Word.Activities | [v2.4.1](https://docs.uipath.com/activities/other/latest/productivity/release-notes-uipath-word-activities#v241) |
| UiPath.ComplexScenarios.Activities | [v1.5.1](https://docs.uipath.com/activities/other/latest/workflow/release-notes-uipath-complexscenarios-activities#v151) |
| UiPath.Presentations.Activities | [v2.4.1](https://docs.uipath.com/activities/other/latest/productivity/release-notes-uipath-presentations-activities#v241) |
| UiPath.Testing.Activities | [v25.10.1](https://docs.uipath.com/activities/other/latest/workflow/release-notes-uipath-testing-activities#v25101) |
| UiPath.WebAPI.Activities | [v2.4.0](https://docs.uipath.com/activities/other/latest/developer/release-notes-uipath-web-activities#v240) |
| UiPath.Form.Activities | [v25.10.2](https://docs.uipath.com/activities/other/latest/workflow/release-notes-uipath-form-activities#v25102) |
| UiPath.Callout.Activities | [v25.10.2](https://docs.uipath.com/activities/other/latest/workflow/release-notes-uipath-callout-activities#v25102) |
| UiPath.DataService.Activities | [v25.2.0](https://docs.uipath.com/activities/other/latest/workflow/release-notes-uipath-dataservice-activities#v2520) |
| UiPath.DocumentUnderstanding.Activities | [v2.17.5](https://docs.uipath.com/activities/other/latest/productivity/release-notes-uipath-documentunderstanding-activities#v2175) |
