@muggleai/works 5.12.0 → 5.13.0-staging.91
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/{chunk-APXAF244.js → chunk-TWRBO35Z.js} +4 -4
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/plugin/.claude-plugin/plugin.json +1 -1
- package/dist/plugin/.cursor-plugin/plugin.json +1 -1
- package/dist/release-manifest.json +4 -4
- package/package.json +11 -11
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.cursor-plugin/plugin.json +1 -1
|
@@ -433,7 +433,7 @@ function safeInlineCode(s) {
|
|
|
433
433
|
function buildTestNumbering(report) {
|
|
434
434
|
const map = /* @__PURE__ */ new Map();
|
|
435
435
|
report.tests.forEach((t, i) => {
|
|
436
|
-
map.set(t
|
|
436
|
+
map.set(t, i + 1);
|
|
437
437
|
});
|
|
438
438
|
return map;
|
|
439
439
|
}
|
|
@@ -455,7 +455,7 @@ function renderOverview(report) {
|
|
|
455
455
|
const anyGrouped = report.tests.some((t) => Boolean(t.useCaseName));
|
|
456
456
|
if (!anyGrouped) {
|
|
457
457
|
for (const t of report.tests) {
|
|
458
|
-
lines.push(`- **${numbering.get(t
|
|
458
|
+
lines.push(`- **${numbering.get(t)}.** ${statusEmoji(t)} ${t.name}`);
|
|
459
459
|
}
|
|
460
460
|
return lines.join("\n");
|
|
461
461
|
}
|
|
@@ -480,11 +480,11 @@ function renderOverview(report) {
|
|
|
480
480
|
}
|
|
481
481
|
for (const entry of flat) {
|
|
482
482
|
if (entry.type === "test") {
|
|
483
|
-
lines.push(`- **${numbering.get(entry.test
|
|
483
|
+
lines.push(`- **${numbering.get(entry.test)}.** ${statusEmoji(entry.test)} ${entry.test.name}`);
|
|
484
484
|
} else {
|
|
485
485
|
lines.push(`- **${entry.key}**`);
|
|
486
486
|
for (const t of groups.get(entry.key)) {
|
|
487
|
-
lines.push(` - **${numbering.get(t
|
|
487
|
+
lines.push(` - **${numbering.get(t)}.** ${statusEmoji(t)} ${t.name}`);
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
}
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { src_exports as commands, createUnifiedMcpServer, server_exports as server } from './chunk-
|
|
1
|
+
export { src_exports as commands, createUnifiedMcpServer, server_exports as server } from './chunk-TWRBO35Z.js';
|
|
2
2
|
export { createChildLogger, e2e_exports as e2e, getConfig, getLocalQaTools, getLogger, getQaTools, local_exports as localQa, mcp_exports as mcp, e2e_exports as qa, src_exports as shared } from './chunk-H5UDFKG3.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": "5.
|
|
4
|
+
"version": "5.12.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": "5.
|
|
5
|
+
"version": "5.12.1",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Muggle AI",
|
|
8
8
|
"email": "support@muggle-ai.com"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"release": "5.
|
|
3
|
-
"buildId": "run-
|
|
4
|
-
"commitSha": "
|
|
5
|
-
"buildTime": "2026-
|
|
2
|
+
"release": "5.12.1",
|
|
3
|
+
"buildId": "run-91-1",
|
|
4
|
+
"commitSha": "6bcc40f89c7dcb342df709d07ab228ae071c98bd",
|
|
5
|
+
"buildTime": "2026-09-04T22:51:03Z",
|
|
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": "5.
|
|
4
|
+
"version": "5.13.0-staging.91",
|
|
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",
|
|
@@ -51,21 +51,21 @@
|
|
|
51
51
|
"typecheck:browser-bench": "tsc --noEmit -p internal/browser-bench/tsconfig.json"
|
|
52
52
|
},
|
|
53
53
|
"muggleConfig": {
|
|
54
|
-
"electronAppVersion": "1.
|
|
54
|
+
"electronAppVersion": "1.10.3",
|
|
55
55
|
"downloadBaseUrl": "https://github.com/multiplex-ai/muggle-ai-works/releases/download",
|
|
56
|
-
"runtimeTargetDefault": "
|
|
56
|
+
"runtimeTargetDefault": "staging",
|
|
57
57
|
"checksumsByStream": {
|
|
58
58
|
"production": {
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
59
|
+
"win32-x64": "58e2238b1609ceff65b836b4b724b1c4c341d737a15debaa8a71af21b70bc436",
|
|
60
|
+
"linux-x64": "731c2ab093ef77202191d0fec8e98f19ef895019d3e7817bacef197c7197a358",
|
|
61
|
+
"darwin-arm64": "a3f8229678d4c6cd7514726b480fa97dc9dffed7ac45c2ff76e6abf220e1709f",
|
|
62
|
+
"darwin-x64": "b193c2fc02174636bee3fbb3b1041b301639315f2af55fb0352f09e7454a5694"
|
|
63
63
|
},
|
|
64
64
|
"staging": {
|
|
65
|
-
"darwin-
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
65
|
+
"darwin-arm64": "0769b8b146b393fbf582b995a1bf7d2e1b9a8ee8fbc08a2108ad9be283291d37",
|
|
66
|
+
"linux-x64": "5bdf0e98f3eb95c6cd9461cbddefa19e5361354f3faefaba7bead9ea4feabca7",
|
|
67
|
+
"win32-x64": "d029700622445ab2dab931b2cd206922cf20cf16137ccc7f164ef5c195b45ac5",
|
|
68
|
+
"darwin-x64": "db29f8fbddd4e1f1f3098aca33e3ecf6ea1a0647de6d17a0ac809a09524e7464"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"electronAppSignedFromVersion": "1.10.0",
|
|
@@ -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": "5.
|
|
4
|
+
"version": "5.12.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": "5.
|
|
5
|
+
"version": "5.12.1",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Muggle AI",
|
|
8
8
|
"email": "support@muggle-ai.com"
|