@uipath/skills 1.202.0-preview.783 → 1.202.0-preview.787
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 +1 -1
- package/assets/skill-status.json +1 -1
- package/package.json +1 -1
- package/version-manifest.json +1 -1
package/README.md
CHANGED
|
@@ -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` |
|
|
131
|
+
| `uipath-troubleshoot` | Stable |
|
|
132
132
|
|
|
133
133
|
**Status legend:**
|
|
134
134
|
- **Stable** — Stable, production-ready surface; safe for production.
|
package/assets/skill-status.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/skills",
|
|
3
|
-
"version": "1.202.0-preview.
|
|
3
|
+
"version": "1.202.0-preview.787",
|
|
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"
|
package/version-manifest.json
CHANGED