@uipath/skills 1.202.0-preview.783 → 1.202.0-preview.800

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -107,7 +107,7 @@ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-s
107
107
  | `uipath-aops` | Preview |
108
108
  | `uipath-api-workflow` | In-development |
109
109
  | `uipath-automation-discovery` | Preview |
110
- | `uipath-automationhub` | In-development |
110
+ | `uipath-automationhub` | Stable |
111
111
  | `uipath-coded-apps` | Preview |
112
112
  | `uipath-connector-builder` | In-development |
113
113
  | `uipath-feedback` | Stable |
@@ -128,7 +128,7 @@ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-s
128
128
  | `uipath-solution` | Stable |
129
129
  | `uipath-tasks` | Stable |
130
130
  | `uipath-test` | In-development |
131
- | `uipath-troubleshoot` | Preview |
131
+ | `uipath-troubleshoot` | Stable |
132
132
 
133
133
  **Status legend:**
134
134
  - **Stable** — Stable, production-ready surface; safe for production.
@@ -58,7 +58,7 @@
58
58
  "last_synced": null
59
59
  },
60
60
  "uipath-automationhub": {
61
- "status": "in-development",
61
+ "status": "stable",
62
62
  "confluence": {
63
63
  "page_id": null,
64
64
  "url": null
@@ -226,7 +226,7 @@
226
226
  "last_synced": null
227
227
  },
228
228
  "uipath-troubleshoot": {
229
- "status": "preview",
229
+ "status": "stable",
230
230
  "confluence": {
231
231
  "page_id": null,
232
232
  "url": null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/skills",
3
- "version": "1.202.0-preview.783",
3
+ "version": "1.202.0-preview.800",
4
4
  "description": "UiPath agent skills for Claude Code, Codex, Cursor, Copilot, Gemini and OpenCode — RPA, UI automation, UI testing, coded agents/apps/workflows, and troubleshooting. Distributed as the UiPath Claude Code plugin.",
5
5
  "author": {
6
6
  "name": "UiPath"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "skillsVersion": "1.202.0-preview.783",
3
+ "skillsVersion": "1.202.0-preview.800",
4
4
  "targetCli": "^1.202.0"
5
5
  }