@vpxa/aikit 0.1.342 → 0.1.344
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/package.json +1 -1
- package/packages/blocks-core/dist/index.mjs +18 -16
- package/packages/browser/dist/index.js +4 -3
- package/packages/server/dist/bin.js +1 -1
- package/packages/server/dist/index.js +1 -1
- package/packages/server/dist/prelude-DOxnDMN4.js +2 -0
- package/packages/server/dist/prelude-Dzih_AGV.js +1 -0
- package/packages/server/dist/{server-CwYfCGQr.js → server-2ntNwLtr.js} +72 -90
- package/packages/server/dist/{server-http-2zHnHy1e.js → server-http-BXF275jD.js} +1 -1
- package/packages/server/dist/{server-http-BNm7jb2u.js → server-http-BwaQWT2R.js} +1 -1
- package/packages/server/dist/{server-DjMWDhDD.js → server-qVK37TfU.js} +72 -90
- package/packages/server/dist/{server-stdio-Bf_YCZLu.js → server-stdio-By2Kx_7Y.js} +1 -1
- package/packages/server/dist/{server-stdio-C9dH1M3E.js → server-stdio-DVjY0Ebj.js} +1 -1
- package/packages/server/viewers/architecture-static.html +802 -789
- package/packages/server/viewers/c4-viewer.html +27 -27
- package/packages/server/viewers/canvas.html +83 -83
- package/packages/server/viewers/process-flow-static.html +13 -2
- package/packages/server/viewers/task-plan-static.html +7 -7
- package/packages/server/viewers/tour-viewer.html +3 -3
- package/scaffold/dist/definitions/bodies.mjs +1 -2
- package/scaffold/dist/definitions/skills/browser-use.mjs +63 -33
- package/scaffold/dist/definitions/skills/c4-architecture.mjs +1 -1
- package/scaffold/dist/definitions/skills/docs.mjs +1 -1
- package/scaffold/dist/definitions/skills/present.mjs +14 -0
- package/packages/server/dist/prelude-BBzH1oUe.js +0 -1
- package/packages/server/dist/prelude-DMZvfysi.js +0 -2
|
@@ -43,6 +43,20 @@ Always include schemaVersion: 1 and title. Use concise description when helpful.
|
|
|
43
43
|
- Free-form text input should use text-submit or elicitation when available.
|
|
44
44
|
- Keep action ids stable, labels short, variants meaningful.
|
|
45
45
|
|
|
46
|
+
## Transport
|
|
47
|
+
|
|
48
|
+
| Parameter | Effect |
|
|
49
|
+
|-----------|--------|
|
|
50
|
+
| \`actions\` or \`response.required\` | Auto-activates browser transport (external window) |
|
|
51
|
+
| \`preferBrowser: true\` | Forces browser transport even for mcp-app-only templates (e.g. task-plan-static@1) |
|
|
52
|
+
| \`preferBrowser: false\` | Forces inline rendering when supported |
|
|
53
|
+
| Not set | Auto-detects: CLI clients → browser, MCP App hosts → inline |
|
|
54
|
+
|
|
55
|
+
- Use \`preferBrowser: true\` when user explicitly requests "open in browser", "external window", or "browser transport"
|
|
56
|
+
- Templates \`c4@1\`, \`tour@1\`, \`process-flow@1\` are browser-only (interactive) — always open in browser
|
|
57
|
+
- Templates \`c4-static@1\`, \`task-plan-static@1\`, \`process-flow-static@1\` are mcp-app-only — inline by default, use \`preferBrowser\` to force browser
|
|
58
|
+
- Block-only surfaces (no template) respond to \`preferBrowser\` as expected
|
|
59
|
+
|
|
46
60
|
## Quality Bar
|
|
47
61
|
|
|
48
62
|
- One clear title, no giant unstructured markdown dumps.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{n as e,t}from"./server-DjMWDhDD.js";export{t as buildPreludeInjection,e as generatePrelude};
|