@muggleai/works 4.9.0 → 4.9.1
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/dist/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/plugin/.cursor-plugin/plugin.json +1 -1
- package/dist/plugin/skills/muggle-upgrade/SKILL.md +9 -1
- package/dist/release-manifest.json +4 -4
- package/package.json +1 -1
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.cursor-plugin/plugin.json +1 -1
- package/plugin/skills/muggle-upgrade/SKILL.md +9 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"description": "Run real-browser end-to-end (E2E) acceptance tests on your web app from any AI coding agent. Generate test scripts from plain English, replay them on localhost, capture screenshots, and validate user flows like signup, checkout, and dashboards. Works across Claude Code, Cursor, Codex, and Windsurf.",
|
|
4
|
-
"version": "4.9.
|
|
4
|
+
"version": "4.9.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Muggle AI",
|
|
7
7
|
"email": "support@muggle-ai.com"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"displayName": "Muggle AI",
|
|
4
4
|
"description": "Ship quality products with AI-powered end-to-end (E2E) acceptance testing that validates your web app like a real user — from Claude Code and Cursor to PR.",
|
|
5
|
-
"version": "4.9.
|
|
5
|
+
"version": "4.9.1",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Muggle AI",
|
|
8
8
|
"email": "support@muggle-ai.com"
|
|
@@ -24,10 +24,18 @@ Update all Muggle AI components to the latest published version. This means **bo
|
|
|
24
24
|
4. Run `muggle upgrade` to pull the Electron runner version that the (now-latest) CLI expects.
|
|
25
25
|
- Note: `muggle upgrade` only manages the Electron runner — it does NOT upgrade the CLI npm package. That is why step 3 must run first.
|
|
26
26
|
|
|
27
|
-
5.
|
|
27
|
+
5. **Reload plugins** — the npm install (step 3) triggers a postinstall script that updates the plugin cache at `~/.claude/plugins/cache/`, but Claude Code only picks up new skills/agents/hooks after a reload. Tell the user:
|
|
28
|
+
|
|
29
|
+
> Run **`/reload-plugins`** to load the updated skills, agents, and hooks.
|
|
30
|
+
|
|
31
|
+
Wait for the user to confirm they've reloaded before proceeding.
|
|
32
|
+
|
|
33
|
+
6. Run `/muggle:muggle-status` again to confirm everything is healthy after upgrade.
|
|
28
34
|
|
|
29
35
|
## Output
|
|
30
36
|
|
|
31
37
|
Show a before/after table for **CLI**, **Electron runner**, **MCP server**, and **Auth**. Call out any version that did not change so the user understands what shipped vs what was already current.
|
|
32
38
|
|
|
39
|
+
If any component upgraded, always end with the `/reload-plugins` reminder — even if the user doesn't need new features right away, stale cached skills can cause confusing behavior.
|
|
40
|
+
|
|
33
41
|
If the upgrade fails at any step, report the error and suggest running `/muggle:muggle-repair`.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"release": "4.9.
|
|
3
|
-
"buildId": "run-
|
|
4
|
-
"commitSha": "
|
|
5
|
-
"buildTime": "2026-04-19T08:
|
|
2
|
+
"release": "4.9.1",
|
|
3
|
+
"buildId": "run-26-1",
|
|
4
|
+
"commitSha": "cffcf26eaf2b00b3b1e55dcd509db7b9d8854a0d",
|
|
5
|
+
"buildTime": "2026-04-19T08:47:53Z",
|
|
6
6
|
"serviceName": "muggle-ai-works-mcp"
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muggleai/works",
|
|
3
3
|
"mcpName": "io.github.multiplex-ai/muggle",
|
|
4
|
-
"version": "4.9.
|
|
4
|
+
"version": "4.9.1",
|
|
5
5
|
"description": "Ship quality products with AI-powered E2E acceptance testing that validates your web app like a real user — from Claude Code and Cursor to PR.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"description": "Run real-browser end-to-end (E2E) acceptance tests on your web app from any AI coding agent. Generate test scripts from plain English, replay them on localhost, capture screenshots, and validate user flows like signup, checkout, and dashboards. Works across Claude Code, Cursor, Codex, and Windsurf.",
|
|
4
|
-
"version": "4.9.
|
|
4
|
+
"version": "4.9.1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Muggle AI",
|
|
7
7
|
"email": "support@muggle-ai.com"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "muggle",
|
|
3
3
|
"displayName": "Muggle AI",
|
|
4
4
|
"description": "Ship quality products with AI-powered end-to-end (E2E) acceptance testing that validates your web app like a real user — from Claude Code and Cursor to PR.",
|
|
5
|
-
"version": "4.9.
|
|
5
|
+
"version": "4.9.1",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Muggle AI",
|
|
8
8
|
"email": "support@muggle-ai.com"
|
|
@@ -24,10 +24,18 @@ Update all Muggle AI components to the latest published version. This means **bo
|
|
|
24
24
|
4. Run `muggle upgrade` to pull the Electron runner version that the (now-latest) CLI expects.
|
|
25
25
|
- Note: `muggle upgrade` only manages the Electron runner — it does NOT upgrade the CLI npm package. That is why step 3 must run first.
|
|
26
26
|
|
|
27
|
-
5.
|
|
27
|
+
5. **Reload plugins** — the npm install (step 3) triggers a postinstall script that updates the plugin cache at `~/.claude/plugins/cache/`, but Claude Code only picks up new skills/agents/hooks after a reload. Tell the user:
|
|
28
|
+
|
|
29
|
+
> Run **`/reload-plugins`** to load the updated skills, agents, and hooks.
|
|
30
|
+
|
|
31
|
+
Wait for the user to confirm they've reloaded before proceeding.
|
|
32
|
+
|
|
33
|
+
6. Run `/muggle:muggle-status` again to confirm everything is healthy after upgrade.
|
|
28
34
|
|
|
29
35
|
## Output
|
|
30
36
|
|
|
31
37
|
Show a before/after table for **CLI**, **Electron runner**, **MCP server**, and **Auth**. Call out any version that did not change so the user understands what shipped vs what was already current.
|
|
32
38
|
|
|
39
|
+
If any component upgraded, always end with the `/reload-plugins` reminder — even if the user doesn't need new features right away, stale cached skills can cause confusing behavior.
|
|
40
|
+
|
|
33
41
|
If the upgrade fails at any step, report the error and suggest running `/muggle:muggle-repair`.
|